This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: OSR 5.0.6 bootstrap fails
- To: gcc at gcc dot gnu dot org
- Subject: Re: OSR 5.0.6 bootstrap fails
- From: Robert Lipe <robertlipe at usa dot net>
- Date: Wed, 17 Jan 2001 11:02:54 -0600
- References: <20010117113938.E989@jpradley.jpr.com>
Jean-Pierre Radley wrote:
> Something changed since January 12th that now causes a bootstrap on
> OpenServer 5.0.6 to fail:
>
> /bin/cc -DIN_GCC -g -DHAVE_CONFIG_H -o cc1 \
> c-parse.o c-lang.o c-errorso c-lex.o c-pragma.o c-decl.o c-typeck.o c-c onvert.o c-aux-info.o c-common.o c-format.o c-semantics.o c-dump.o libcpp.a toplev.o libbackend.a obstack.o alloca.o ./intl/libintl.a ../libiberty/libiber ty.a
> undefined first referenced
> symbol in file
> UNIQUE_SECTION libbackend.a
At a quick glance through the symbol tables and cvs annotate, it looks
like that was rth's 1.205 commit to i386.c that created a reference to
UNIQUE_SECTION when there isn't a UNIQUE_SECTION defined.
RJL