From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29935 invoked by alias); 2 Feb 2007 23:25:46 -0000 Received: (qmail 29805 invoked by uid 48); 2 Feb 2007 23:25:35 -0000 Date: Fri, 02 Feb 2007 23:25:00 -0000 Message-ID: <20070202232535.29804.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug ada/30684] [4.2 regression] boostrap failed with undefined reference to system__pure_exceptions_* In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "pluto at agmk dot net" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2007-02/txt/msg00183.txt.bz2 ------- 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