aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-03-15 00:03:55 +0000
committerAlan Modra <amodra@gmail.com>2004-03-15 00:03:55 +0000
commitf2e89bc3230bf142876f3293cdf112b87a1caa97 (patch)
treef1034c3d863363ce727b156b1db45cabd946f618
parentfae92cd5fb135031bc2c500c6fdefc415f0e227f (diff)
downloadgdb-f2e89bc3230bf142876f3293cdf112b87a1caa97.zip
gdb-f2e89bc3230bf142876f3293cdf112b87a1caa97.tar.gz
gdb-f2e89bc3230bf142876f3293cdf112b87a1caa97.tar.bz2
* config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
selected.
-rw-r--r--bfd/ChangeLog9
-rw-r--r--bfd/config.bfd1
2 files changed, 8 insertions, 2 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 5fcfe5d..ca22181 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -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*.
@@ -15,7 +20,7 @@
layout purposes.
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
@@ -65,7 +70,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.
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 37617ea..e23400e 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -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