diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-02-02 18:36:04 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-02-02 18:36:04 +0000 |
commit | 006336b8fe982ec814ddd2a61f181078a9b6345d (patch) | |
tree | dedb397a8ed2c9df9590d7e1c4c8c8e46799e924 /ld/emulparams/hppanbsd.sh | |
parent | fffee0be3ff1c86d1c3f0b1565c0a61abb9cc585 (diff) | |
download | binutils-gdb-006336b8fe982ec814ddd2a61f181078a9b6345d.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.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |