This is the mail archive of the binutils@sourceware.cygnus.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: --enable-targets=all broken (trad mips)


On 3 Jul 2000, Andreas Jaeger wrote:

> gcc -W -Wall -g -O2 -o .libs/size size.o bucomm.o version.o filemode.o ../bfd/.libs/libbfd.so ../libiberty/libiberty.a -Wl,--rpath -Wl,/opt/binutils/lib
> ../bfd/.libs/libbfd.so: undefined reference to `bfd_elf32_tradbigmips_vec'
> ../bfd/.libs/libbfd.so: undefined reference to `bfd_elf32_tradlittlemips_vec'

Looks to me that the intention was to include elf32-target.h twice at the
end of elf32-mips.c with TARGET_LITTLE_SYM and TARGET_BIG_SYM
appropriately redefined.  Somehow this part of the 2000-07-01 patch hasn't
been applied.

-- 
Linuxcare.  Support for the Revolution.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]