diff options
author | Jason Thorpe <thorpej@netbsd.org> | 2002-05-21 15:11:04 +0000 |
---|---|---|
committer | Jason Thorpe <thorpej@netbsd.org> | 2002-05-21 15:11:04 +0000 |
commit | 658f25883ae46d547a9c3052c3d65a36b772d150 (patch) | |
tree | 54d6e4b94d2a78bd89c57bdd95c9147a0b024a3a /ld/emulparams | |
parent | e51b6c61d8780dda3b540305cc27a3fc738c25bc (diff) | |
download | gdb-658f25883ae46d547a9c3052c3d65a36b772d150.zip gdb-658f25883ae46d547a9c3052c3d65a36b772d150.tar.gz gdb-658f25883ae46d547a9c3052c3d65a36b772d150.tar.bz2 |
bfd:
* config.bfd (armeb-*-netbsdelf*): New target.
ld:
* Makefile.am (ALL_EMULATIONS): Add earmelfb_nbsd.o.
(earmelfb_nbsd.c): New rule.
* Makefile.in: Regenerate.
* configure.tgt (armeb-*-netbsdelf*): New target.
(arm-*-netbsdelf*): Add armelfb_nbsd to targ_extra_emuls.
(arm-*-netbsd*): Likewise.
* emulparams/armelfb_nbsd.sh: New file.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/armelfb_nbsd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/armelfb_nbsd.sh b/ld/emulparams/armelfb_nbsd.sh new file mode 100644 index 0000000..7ab6ce0 --- /dev/null +++ b/ld/emulparams/armelfb_nbsd.sh @@ -0,0 +1,2 @@ +. ${srcdir}/emulparams/armelf_nbsd.sh +OUTPUT_FORMAT="elf32-bigarm" |