* config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
authorAlan Modra <amodra@gmail.com>
Mon, 15 Mar 2004 00:02:56 +0000 (00:02 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 15 Mar 2004 00:02:56 +0000 (00:02 +0000)
selected.

bfd/ChangeLog
bfd/config.bfd

index 8ef2e23efe27c8d834b1be0d92e974472e9f8a31..4085964d2f48da43b3287549758cf874457c40f6 100644 (file)
@@ -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.
 
        * 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
        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.
index 37617ea63ce8ae0eff0677bbee4a110b3626a51a..e23400e1da2b01be61ea1b1b791c7adc790d7a1f 100644 (file)
@@ -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
This page took 0.02727 seconds and 4 git commands to generate.