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: --enable-targets=all breakage


On Tue, Jun 04, 2002 at 04:07:13PM +0930, Alan Modra wrote:
> Please fix.
> 
> ../bfd/.libs/libbfd.a(elf32-sh64-nbsd.o): In function `sh64_get_contents_type':
> /src/binutils-current/bfd/elf32-sh64.c:931: multiple definition of `sh64_get_contents_type'
> ../bfd/.libs/libbfd.a(elf32-sh64.o):/src/binutils-current/bfd/elf32-sh64.c:931: first defined here
> ../bfd/.libs/libbfd.a(elf32-sh64-nbsd.o): In function `sh64_address_is_shmedia':
> /src/binutils-current/bfd/elf32-sh64.c:984: multiple definition of `sh64_address_is_shmedia'
> ../bfd/.libs/libbfd.a(elf32-sh64.o):/src/binutils-current/bfd/elf32-sh64.c:984: first defined here
> collect2: ld returned 1 exit status
> 

Can't we remove elfxx-shxx-nbsd.c and move the BFD vector into
elfxx-shxx.c like what elf64-hppa-linux is done? It doesn't make
much senses to have a separate file.


H.J.


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