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/hppalinux.sh | 3 +++ ld/emulparams/hppanbsd.sh | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 ld/emulparams/hppanbsd.sh (limited to 'ld/emulparams') diff --git a/ld/emulparams/hppalinux.sh b/ld/emulparams/hppalinux.sh index a4c4904..08309b3 100644 --- a/ld/emulparams/hppalinux.sh +++ b/ld/emulparams/hppalinux.sh @@ -1,3 +1,6 @@ +# If you change this file, please also look at files which source this one: +# hppanbsd.sh + SCRIPT_NAME=elf ELFSIZE=32 OUTPUT_FORMAT="elf32-hppa-linux" diff --git a/ld/emulparams/hppanbsd.sh b/ld/emulparams/hppanbsd.sh new file mode 100644 index 0000000..e2279cf --- /dev/null +++ b/ld/emulparams/hppanbsd.sh @@ -0,0 +1,3 @@ +. ${srcdir}/emulparams/hppalinux.sh + +OUTPUT_FORMAT="elf32-hppa" -- cgit v1.1