This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/47230] [4.6 Regression] gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."
- From: "belyshev at depni dot sinp.msu.ru" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 7 Mar 2011 19:07:49 +0000
- Subject: [Bug target/47230] [4.6 Regression] gcc fails to bootstrap on alpha in stage2 with "relocation truncated to fit: GPREL16 against ..."
- Auto-submitted: auto-generated
- References: <bug-47230-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47230
Serge Belyshev <belyshev at depni dot sinp.msu.ru> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |link-failure
Status|RESOLVED |REOPENED
Last reconfirmed|2011-01-09 13:11:00 |2011-03-07 19:05
CC| |belyshev at depni dot
| |sinp.msu.ru
Component|bootstrap |target
Resolution|FIXED |
--- Comment #3 from Serge Belyshev <belyshev at depni dot sinp.msu.ru> 2011-03-07 19:07:36 UTC ---
Bootstrap issue disappeared, but now linux kernel build fails with the same
error:
ld -static -N --build-id -o .tmp_vmlinux1 -T arch/alpha/kernel/vmlinux.lds
arch/alpha/kernel/head.o init/built-in.o --start-group usr/built-in.o
arch/alpha/kernel/built-in.o arch/alpha/mm/built-in.o
arch/alpha/math-emu/built-in.o kernel/built-in.o mm/built-in.o fs/built-in.o
ipc/built-in.o security/built-in.o crypto/built-in.o block/built-in.o
lib/lib.a arch/alpha/lib/lib.a lib/built-in.o arch/alpha/lib/built-in.o
drivers/built-in.o sound/built-in.o firmware/built-in.o net/built-in.o
--end-group
init/built-in.o: In function `do_one_initcall':
/home/ssb/src/linux/init/main.c:736: relocation truncated to fit: GPREL16
against symbol `initcall_debug' defined in .sbss section in init/built-in.o
/home/ssb/src/linux/init/main.c:746: relocation truncated to fit: GPREL16
against symbol `initcall_debug' defined in .sbss section in init/built-in.o
/home/ssb/src/linux/init/main.c:758: relocation truncated to fit: GPREL16
against symbol `initcall_debug' defined in .sbss section in init/built-in.o
init/built-in.o: In function `set_reset_devices':
/home/ssb/src/linux/init/main.c:197: relocation truncated to fit: GPREL16
against symbol `reset_devices' defined in .sbss section in init/built-in.o
init/built-in.o: In function `init_setup':
/home/ssb/src/linux/init/main.c:333: relocation truncated to fit: GPREL16
against `.sbss'
init/built-in.o: In function `rdinit_setup':
/home/ssb/src/linux/init/main.c:350: relocation truncated to fit: GPREL16
against `.sbss'
init/built-in.o: In function `unknown_bootoption':
/home/ssb/src/linux/init/main.c:296: relocation truncated to fit: GPREL16
against `.sbss'
/home/ssb/src/linux/init/main.c:299: relocation truncated to fit: GPREL16
against `.sbss'
/home/ssb/src/linux/init/main.c:304: relocation truncated to fit: GPREL16
against `.sbss'
/home/ssb/src/linux/init/main.c:305: relocation truncated to fit: GPREL16
against `.sbss'
/home/ssb/src/linux/init/main.c:314: additional relocation overflows omitted
from the output
make: *** [.tmp_vmlinux1] Error 1