* config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
selected.
This commit is contained in:
parent
2eadef2dc1
commit
c1b954e2d7
2 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-03-15 Matt Thomas <matt@3am-software.com>
|
||||
|
||||
* config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
|
||||
selected.
|
||||
|
||||
2004-03-13 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* config.bfd: Add x86_64-*-openbsd*.
|
||||
|
@ -7,7 +12,7 @@
|
|||
|
||||
2004-03-12 Nick Clifton <nickc@redhat.com>
|
||||
Dave Murphy <wintermute2k4@ntlworld.com>
|
||||
|
||||
|
||||
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
|
||||
if the input bfd does not contain any code.
|
||||
|
||||
|
@ -189,7 +194,7 @@
|
|||
* configure: Regenerate.
|
||||
|
||||
2004-02-17 Daniel Jacobowitz <drow@mvista.com>
|
||||
Richard Sandiford <rsandifo@redhat.com>
|
||||
Richard Sandiford <rsandifo@redhat.com>
|
||||
|
||||
* elfxx-mips.c (mips_elf_calculate_relocation): Use
|
||||
_bfd_elf_symbol_refs_local_p to decide whether to decay
|
||||
|
@ -239,7 +244,7 @@
|
|||
fseeko and fseeko64. Determine bfd_file_ptr.
|
||||
* configure: Re-generate.
|
||||
* config.in: Re-generate.
|
||||
|
||||
|
||||
2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
|
||||
|
||||
* coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
|
||||
|
|
|
@ -459,6 +459,7 @@ case "${targ}" in
|
|||
i[3-7]86-*-netbsdelf* | i[3-7]86-*-netbsd*-gnu* | i[3-7]86-*-knetbsd*-gnu)
|
||||
targ_defvec=bfd_elf32_i386_vec
|
||||
targ_selvecs=i386netbsd_vec
|
||||
targ64_selvecs=bfd_elf64_x86_64_vec
|
||||
;;
|
||||
i[3-7]86-*-netbsdpe*)
|
||||
targ_defvec=i386pe_vec
|
||||
|
|
Loading…
Reference in a new issue