This is the mail archive of the binutils@sourceware.org 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: [patch] Fix gas build failure on sh64*-*-netbsd*


Hi Kaz,

The assembler for sh64-unknown-netbsd can't be built on mailine
with the error:

tc-sh64.o(.text+0x36e9): In function `sh_elf_final_processing':
../../src/gas/config/tc-sh.c:3725: undefined reference to `sh_find_elf_flags'

sh_find_elf_flags is defined in bfd/elf32-sh.o which isn't used
with the current sh5/sh64*-*-netbsd* configurations.  The attached
patch adds bfd_elf32_shnbsd_vec and bfd_elf32_shlnbsd_vec to
targ_selvecs to ged rid of the above error.  I'll commit it if
there is no objection.

No objections - in fact please consider this an approval for you to apply your patch.


2005-08-18 Kaz Kojima


Umm - where is the ChangeLog entry ? :-)


Cheers
  Nick



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