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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | ld/Makefile.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in index be78ca2..e1d90b6 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -373,6 +373,7 @@ ALL_64_EMULATIONS = \ eelf64_s390.o \ eelf64_sparc.o \ eelf64alpha.o \ + eelf64alpha_nbsd.o \ eelf64bmip.o \ eelf64btsmip.o \ eelf64ltsmip.o \ @@ -1257,6 +1258,10 @@ eelf32i370.c: $(srcdir)/emulparams/elf32i370.sh \ eelf64alpha.c: $(srcdir)/emulparams/elf64alpha.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf64alpha "$(tdir_elf64alpha)" +eelf64alpha_nbsd.c: $(srcdir)/emulparams/elf64alpha_nbsd.sh \ + $(srcdir)/emulparams/elf64alpha_nbsd.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf64alpha_nbsd "$(tdir_elf64alpha_nbsd)" eelf64hppa.c: $(srcdir)/emulparams/elf64hppa.sh \ $(srcdir)/emulparams/hppa64linux.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} |