https://sourceware.org/bugzilla/show_bug.cgi?id=20878

npiggin at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|gold powerpc64 le linux     |gold powerpc64 le linux
                   |fails to link large pie     |fails to link large Linux
                   |Linux kernel                |kernel

--- Comment #1 from npiggin at gmail dot com ---
-pie is actually not required. A static build fails the same way:

$ ~/src/binutils-gdb/gold/ld-new -EL -m elf64lppc -Bstatic --build-id -X -o
vmlinux -T ./arch/powerpc/kernel/vmlinux.lds --whole-archive built-in.o
.tmp_kallsyms3.o
ld-new: stub group size is too large; retrying with 0x1500000
ld-new: stub group size is too large; retrying with 0xfc0000
built-in.o(arch/powerpc/kernel/rtasd.o):rtasd.c:function rtas_init: error:
relocation overflow
try relinking with a smaller --stub-group-size

etc.

-- 
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

Reply via email to