|
From: | doko at debian dot org |
Subject: | [Bug ld/22764] [2.30 Regression] ld fails to link 4.13 and 4.15 kernels on aarch64-linux-gnu |
Date: | Fri, 02 Feb 2018 16:50:02 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=22764 Matthias Klose <doko at debian dot org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ramana at sourceware dot org --- Comment #6 from Matthias Klose <doko at debian dot org> --- systemd on aarch64 configured with efi support fails with a similar relocation error: ld -o src/boot/efi/systemd_boot.so -T /usr/lib/elf_aarch64_efi.lds -shared -Bsymbolic -nostdlib -znocombreloc -L /usr/lib /usr/lib/crt0-efi-aarch64.o --defsym=EFI_SUBSYSTEM=0xa src/boot/efi/disk.c.o src/boot/efi/graphics.c.o src/boot/efi/measure.c.o src/boot/efi/pe.c.o src/boot/efi/util.c.o src/boot/efi/boot.c.o src/boot/efi/console.c.o src/boot/efi/shim.c.o -lefi -lgnuefi /usr/lib/gcc/aarch64-linux-gnu/7/libgcc.a ld: /usr/lib/crt0-efi-aarch64.o: relocation R_AARCH64_ABS16 against `EFI_SUBSYSTEM' can not be used when making a shared object complete build log at https://launchpadlibrarian.net/355386549/buildlog_ubuntu-bionic-arm64.systemd_237-1ubuntu1_BUILDING.txt.gz Related to: 2017-12-13 Renlin Li <address@hidden> * elfnn-aarch64.c (elfNN_aarch64_check_relocs): Disallow BFD_RELOC_AARCH64_16 in shared object const section. Disallow BFD_RELOC_AARCH64_32 in shared object const section under LP64. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |