* config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec

and bfd_elf32_bigarm_vec to targ_selvecs.
This commit is contained in:
Jason Thorpe 2002-05-29 21:10:18 +00:00
parent 6e7c73dd85
commit 4a253e8176
2 changed files with 6 additions and 0 deletions

View File

@ -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

View File

@ -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*)