aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-05-29 21:10:18 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-05-29 21:10:18 +0000
commit4a253e8176d573d215723dd27631bb6d8b6b84d3 (patch)
tree7525781b8843ca975f2e4a29946f829255d8ff07 /bfd
parent6e7c73dd85bcb70f16a76d1d487664f1da4c345a (diff)
downloadgdb-4a253e8176d573d215723dd27631bb6d8b6b84d3.zip
gdb-4a253e8176d573d215723dd27631bb6d8b6b84d3.tar.gz
gdb-4a253e8176d573d215723dd27631bb6d8b6b84d3.tar.bz2
* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
and bfd_elf32_bigarm_vec to targ_selvecs.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog5
-rw-r--r--bfd/config.bfd1
2 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 9051ee8..a80026d 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,8 @@
+2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
+
+ * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
+ and bfd_elf32_bigarm_vec to targ_selvecs.
+
2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
* peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
diff --git a/bfd/config.bfd b/bfd/config.bfd
index bba8d96..05373df 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -125,6 +125,7 @@ case "${targ}" in
;;
arm-*-netbsd* | arm-*-openbsd*)
targ_defvec=armnetbsd_vec
+ targ_selvecs="bfd_elf32_littlearm_vec bfd_elf32_bigarm_vec"
targ_underscore=yes
;;
arm-*-riscix*)