summaryrefslogtreecommitdiff
path: root/ld/emulparams/hppanbsd.sh
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
commit249f1de242ddf936786d0553698984e64b502188 (patch)
tree4e2ba1868a496f3989dd5165a7dbd765fc49c63a /ld/emulparams/hppanbsd.sh
parentb6b27cfd061dadb60e870a20477e9c6449c7eb03 (diff)
downloadbinutils-redhat-249f1de242ddf936786d0553698984e64b502188.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 'ld/emulparams/hppanbsd.sh')
-rw-r--r--ld/emulparams/hppanbsd.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/ld/emulparams/hppanbsd.sh b/ld/emulparams/hppanbsd.sh
new file mode 100644
index 0000000000..e2279cf201
--- /dev/null
+++ b/ld/emulparams/hppanbsd.sh
@@ -0,0 +1,3 @@
+. ${srcdir}/emulparams/hppalinux.sh
+
+OUTPUT_FORMAT="elf32-hppa"