summaryrefslogtreecommitdiff
path: root/bfd/config.bfd
diff options
context:
space:
mode:
authorJason Thorpe <thorpej@netbsd.org>2002-02-02 18:36:00 +0000
committerJason Thorpe <thorpej@netbsd.org>2002-02-02 18:36:00 +0000
commit07b268d01cc19f93d21e519d18f61b81d7be07f0 (patch)
tree88a39f6464d7ea4d49151987f898f68dc0229e70 /bfd/config.bfd
parentb3cc323925461ed17662affa5561c6792d38d41e (diff)
downloadgdb-07b268d01cc19f93d21e519d18f61b81d7be07f0.tar.gz
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 51962dc5a86..fc77461981d 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
;;