This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Final intermodule patch
- From: Andi Kleen <ak at suse dot de>
- To: Andi Kleen <ak at suse dot de>
- Cc: gcc-patches at gcc dot gnu dot org, gkeating at apple dot com, rth at redhat dot com
- Date: 11 Jul 2003 20:43:42 +0200
- Subject: Re: Final intermodule patch
- References: <200307110829.h6B8T2aK002111@keatge.apple.com.suse.lists.egcs-patches.suse.lists.egcs-patches><20030711180220.GA1935@redhat.com.suse.lists.egcs-patches.suse.lists.egcs-patches><p737k6oq5l3.fsf@oldwotan.suse.de.suse.lists.egcs-patches>
Andi Kleen <ak@suse.de> writes:
> Richard Henderson <rth@redhat.com> writes:
>
> > It doesn't bootstrap with alpha-linux.
>
> I also have problems bootstrapping on x86-64. Some symbols are not defined.
>
> (just normal bootstrap, without --enable-intermodule)
i386 fails too during bootstrap:
stage1/crtbegin.o(.fini+0x1): undefined reference to `__do_global_dtors_aux'
stage1/crtbegin.o(.init+0x1): undefined reference to `frame_dummy'
stage1/crtend.o(.init+0x1): undefined reference to `__do_global_ctors_aux'
collect2: ld returned 1 exit status
make[2]: *** [gengenrtl] Error 1
-Andi