aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-02-02 18:36:04 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-02-02 18:36:04 +0000
commit006336b8fe982ec814ddd2a61f181078a9b6345d (patch)
treededb397a8ed2c9df9590d7e1c4c8c8e46799e924 /bfd/config.bfd
parentfffee0be3ff1c86d1c3f0b1565c0a61abb9cc585 (diff)
downloadgdb-006336b8fe982ec814ddd2a61f181078a9b6345d.zip
gdb-006336b8fe982ec814ddd2a61f181078a9b6345d.tar.gz
gdb-006336b8fe982ec814ddd2a61f181078a9b6345d.tar.bz2
bfd:
* config.bfd (hppa*-*-netbsd*): New target. gas: * configure.in (hppa-*-netbsd*): New target. * configure: Regenerate. * config/tc-hppa.h: Also define WARN_COMMENTS if TE_NetBSD. ld: * Makefile.am (ALL_EMULATIONS): Add ehppanbsd.o. (ehppanbsd.c): New rule. * Makefile.in: Regenerate. * configure.tgt (hppa*-*-netbsd*): New target. * emulparams/hppalinux.sh: Add comment to check other files that source this file it is modified, and list which files that do. * emulparams/hppanbsd.sh: New file.
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r--bfd/config.bfd2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd
index 51962dc..fc77461 100644
--- a/bfd/config.bfd
+++ b/bfd/config.bfd
@@ -302,7 +302,7 @@ case "${targ}" in
targ_defvec=bfd_elf32_hppa_linux_vec
targ_selvecs=bfd_elf32_hppa_vec
;;
- hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-sysv4* | hppa*-*-rtems*)
+ hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-netbsd* | hppa*-*-sysv4* | hppa*-*-rtems*)
targ_defvec=bfd_elf32_hppa_vec
targ_selvecs=bfd_elf32_hppa_linux_vec
;;