This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/30684] [4.2 regression] boostrap failed with undefined reference to system__pure_exceptions_*
- From: "pluto at agmk dot net" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 2 Feb 2007 23:25:35 -0000
- Subject: [Bug ada/30684] [4.2 regression] boostrap failed with undefined reference to system__pure_exceptions_*
- References: <bug-30684-7667@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #1 from pluto at agmk dot net 2007-02-02 23:25 -------
i don't know what's wrong. s-purex.o exports such symbols.
linker bug?
[builder2@fly ada]$ objdump -t s-purexc.o|grep system__pure_exceptions
0000000000000000 g F .text 0000000000000004 0x80
system__pure_exceptions__exception_typeIP
0000000000000004 g F .text 000000000000001c 0x88
system__pure_exceptions___elabs
0000000000000000 g O .sbss 0000000000000004 system__pure_exceptions_E
[builder2@fly ada]$ objdump -t b_gnatb.o|grep system__pure_exceptions
0000000000000000 *UND* 0000000000000000
system__pure_exceptions___elabs
0000000000000000 *UND* 0000000000000000 system__pure_exceptions_E
0000000000000114 g O .sdata 0000000000000004 system__pure_exceptionsS
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30684