From 006336b8fe982ec814ddd2a61f181078a9b6345d Mon Sep 17 00:00:00 2001 From: Jason Thorpe Date: Sat, 2 Feb 2002 18:36:04 +0000 Subject: 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. --- ld/emulparams/hppanbsd.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ld/emulparams/hppanbsd.sh (limited to 'ld/emulparams/hppanbsd.sh') diff --git a/ld/emulparams/hppanbsd.sh b/ld/emulparams/hppanbsd.sh new file mode 100644 index 00000000000..e2279cf201b --- /dev/null +++ b/ld/emulparams/hppanbsd.sh @@ -0,0 +1,3 @@ +. ${srcdir}/emulparams/hppalinux.sh + +OUTPUT_FORMAT="elf32-hppa" -- cgit v1.2.1