This is the mail archive of the binutils@sources.redhat.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]
Other format: [Raw text]

Re: Fwd: Re: Alpha Toolchain not compiling --BFD problem


George France wrote:
> Are you "ths"???

I am.

[snip]
> > On Thursday 06 December 2001 15:40, Matthew H Bemis wrote:
> > > Has anyone seen this?
> > >
> > > > /mnt/u2/toolchain/buildsys/source/toolchain/bfd/archive.c:940:
> > > > undefined referen
> > > > ce to `bfd_elf64_archive_slurp_armap'
> > > > /mnt/u2/toolchain/buildsys/source/toolchain/bfd/archive.c:940:
> > > > undefined referen
> > > > ce to `bfd_elf64_archive_slurp_armap'

This function was part of elf64-mips.c before (and differently named).
It is called from bfd_slurp_armap() in order to support reading
(Irix6-style) MIPS ELF64 archives.

Since the MIPS ELF64 spec claims this archive support to be generic
for ELF64, I enclosed it only in "BFD64" defines -- obviously a
misassumption.

AFAICS it should only get called for MIPS targets.
Ideas how to handle this?


Thiemo


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