diff options
author | Catherine Moore <clm@redhat.com> | 2005-09-30 15:23:16 +0000 |
---|---|---|
committer | Catherine Moore <clm@redhat.com> | 2005-09-30 15:23:16 +0000 |
commit | 95f4309b9811598cb7e0d566ad7ec36e10f54c13 (patch) | |
tree | bb641bbc6578de32ec3084cc406f4c049a05ccd5 /ld/Makefile.am | |
parent | 1d65ded423498de9d25a0215eea68cbbf67a06d2 (diff) | |
download | gdb-95f4309b9811598cb7e0d566ad7ec36e10f54c13.zip gdb-95f4309b9811598cb7e0d566ad7ec36e10f54c13.tar.gz gdb-95f4309b9811598cb7e0d566ad7ec36e10f54c13.tar.bz2 |
* Makefile.am: Bfin support.
* Makefile.in: Regenerated.
* aclocal.m4: Regenerated.
* configure.tgt: Bfin support.
* emulparams/bfin.sh: New file.
* emultempl/bfin.em: New file.
Diffstat (limited to 'ld/Makefile.am')
-rw-r--r-- | ld/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index aefec32..78fa037 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -148,6 +148,7 @@ ALL_EMULATIONS = \ eelf32_i860.o \ eelf32_sparc.o \ eelf32b4300.o \ + eelf32bfin.o \ eelf32cr16c.o \ eelf32bmip.o \ eelf32bmipn32.o \ @@ -615,6 +616,10 @@ ed30v_e.c: $(srcdir)/emulparams/d30v_e.sh \ edelta68.c: $(srcdir)/emulparams/delta68.sh \ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/delta68.sc ${GEN_DEPENDS} ${GENSCRIPTS} delta68 "$(tdir_delta68)" +eelf32bfin.c: $(srcdir)/emulparams/bfin.sh \ + $(srcdir)/emultempl/elf32.em $(srcdir)/emultempl/bfin.em \ + $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS} + ${GENSCRIPTS} elf32bfin "$(tdir_elf32bfin)" bfin eelf32_dlx.c: $(srcdir)/emulparams/elf32_dlx.sh \ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/dlx.sc ${GEN_DEPENDS} ${GENSCRIPTS} elf32_dlx "$(tdir_elf32_dlx)" |