diff options
author | Richard Henderson <rth@redhat.com> | 2001-12-17 23:54:58 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2001-12-17 23:54:58 +0000 |
commit | fc18a3f3f5db106d82e04243518502dcb3e6bea6 (patch) | |
tree | f8d009831790ac7937a48e69ffd31a07eabd9f51 /ld/emulparams | |
parent | d34f383a191f1ced844353a68596bc271e5df35c (diff) | |
download | gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.zip gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.tar.gz gdb-fc18a3f3f5db106d82e04243518502dcb3e6bea6.tar.bz2 |
* Makefile.am: Add rules for eelf64alpha_nbsd.
* Makefile.in: Regenerate.
* configure.tgt (alpha*-*-netbsd*): Set
targ_emul to elf64alpha_nbsd.
* emulparams/elf64alpha_nbsd.sh: Added.
Diffstat (limited to 'ld/emulparams')
-rw-r--r-- | ld/emulparams/elf64alpha_nbsd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ld/emulparams/elf64alpha_nbsd.sh b/ld/emulparams/elf64alpha_nbsd.sh new file mode 100644 index 0000000..8116f48 --- /dev/null +++ b/ld/emulparams/elf64alpha_nbsd.sh @@ -0,0 +1,2 @@ +. ${srcdir}/emulparams/elf64alpha.sh +ENTRY=__start |