aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2003-06-03 21:43:52 +0000
committerMichael Snyder <msnyder@vmware.com>2003-06-03 21:43:52 +0000
commit65982ba6e7c672622ff83141c1c7f563f0427132 (patch)
tree607240eb56ca5359e81c685018499e3be2353753 /ld/Makefile.in
parentdc5c3759e035d47d00088e43ea5871ffe717eb02 (diff)
downloadfsf-binutils-gdb-65982ba6e7c672622ff83141c1c7f563f0427132.zip
fsf-binutils-gdb-65982ba6e7c672622ff83141c1c7f563f0427132.tar.gz
fsf-binutils-gdb-65982ba6e7c672622ff83141c1c7f563f0427132.tar.bz2
2003-06-03 Michael Snyder <msnyder@redhat.com>
and Bernd Schmidt <bernds@redhat.com> and Alexandre Oliva <aoliva@redhat.com> * Makefile.am: Add new emulations for h8300sx. * Makefile.in: Regenerate. * configure.tgt: Add new emulations. * emulparams/h8300sx.sh: New emulation. * emulparams/h8300sxelf.sh: Ditto. * scripttempl/h8300sx.sc: Ditto.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index bd4b71c..8aa0505 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -314,10 +314,12 @@ ALL_EMULATIONS = \
eh8300elf.o \
eh8300hn.o \
eh8300sn.o \
+ eh8300sx.o \
eh8300helf.o \
eh8300self.o \
eh8300hnelf.o \
eh8300snelf.o \
+ eh8300sxelf.o \
eh8500.o \
eh8500b.o \
eh8500c.o \
@@ -1568,6 +1570,9 @@ eh8300hn.c: $(srcdir)/emulparams/h8300hn.sh \
eh8300sn.c: $(srcdir)/emulparams/h8300sn.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sn.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300sn "$(tdir_h8300sn)"
+eh8300sx.c: $(srcdir)/emulparams/h8300sx.sh \
+ $(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8300sx.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} h8300sx "$(tdir_h8300sx)"
eh8300elf.c: $(srcdir)/emulparams/h8300elf.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300elf "$(tdir_h8300elf)"
@@ -1587,6 +1592,10 @@ eh8300snelf.c: $(srcdir)/emulparams/h8300snelf.sh \
$(srcdir)/emulparams/h8300elf.sh \
$(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8300snelf "$(tdir_h8300snelf)"
+eh8300sxelf.c: $(srcdir)/emulparams/h8300sxelf.sh \
+ $(srcdir)/emulparams/h8300elf.sh \
+ $(srcdir)/emultempl/elf32.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+ ${GENSCRIPTS} h8300sxelf "$(tdir_h8300sxelf)"
eh8500.c: $(srcdir)/emulparams/h8500.sh \
$(srcdir)/emultempl/generic.em $(srcdir)/scripttempl/h8500.sc ${GEN_DEPENDS}
${GENSCRIPTS} h8500 "$(tdir_h8500)"