https://sourceware.org/bugzilla/show_bug.cgi?id=22269
--- Comment #27 from H.J. Lu <hjl.tools at gmail dot com> --- For aarch64: [hjl@gnu-skl-1 pr22269]$ cat x.c extern int foo __attribute ((weak)); int _start () { if (&foo) return foo; } [hjl@gnu-skl-1 pr22269]$ make /export/gnu/import/git/toolchain/install/compilers/aarch64-linux-gnu/bin/aarch64-glibc-linux-gnu-gcc -O2 -fPIE -c -o x.o x.c /export/gnu/import/git/toolchain/install/compilers/aarch64-linux-gnu/bin/aarch64-glibc-linux-gnu-ld -pie --no-dynamic-linker x.o /export/gnu/import/git/toolchain/install/compilers/aarch64-linux-gnu/bin/aarch64-glibc-linux-gnu-ld: final link failed: Nonrepresentable section on output make: *** [Makefile:14: x] Error 1 [hjl@gnu-skl-1 pr22269]$ -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/listinfo/bug-binutils