aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2004-03-15 00:02:56 +0000
committerAlan Modra <amodra@gmail.com>2004-03-15 00:02:56 +0000
commitc1b954e2d7bf724c7fbcae7cedbb3414489ab1b9 (patch)
tree69c285a854c92742846fed201f9271f723a29bf1
parent2eadef2dc1dc6fbbd75fd553d7721269b1863c4a (diff)
downloadfsf-binutils-gdb-c1b954e2d7bf724c7fbcae7cedbb3414489ab1b9.zip
fsf-binutils-gdb-c1b954e2d7bf724c7fbcae7cedbb3414489ab1b9.tar.gz
fsf-binutils-gdb-c1b954e2d7bf724c7fbcae7cedbb3414489ab1b9.tar.bz2
* config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
selected.
-rw-r--r--bfd/ChangeLog11
-rw-r--r--bfd/config.bfd1
2 files changed, 9 insertions, 3 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 8ef2e23..4085964 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*.
@@ -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.
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