* Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
authorNick Clifton <nickc@redhat.com>
Fri, 3 Jun 2011 10:36:39 +0000 (10:36 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 3 Jun 2011 10:36:39 +0000 (10:36 +0000)
Add rule to build eelf32am33lin.c
* Makefile.in: Regenerate.

ld/ChangeLog
ld/Makefile.am
ld/Makefile.in

index 8bee65a7d3d2456e36bcedb95c654ce624533ad2..eda589ff0522b2ba77016e5e58dc99d6a6b2d291 100644 (file)
@@ -1,3 +1,9 @@
+2011-06-03  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32am33lin.c
+       Add rule to build eelf32am33lin.c
+       * Makefile.in: Regenerate.
+
 2011-06-02  Nick Clifton  <nickc@redhat.com>
 
        * lexsup.c: Fix spelling mistake in comment.
index 88ea7bcb558bb24a52ec971486bc6907405a451a..f43d0ad5eee7a0f5478adae409d29e8e7ef05c66 100644 (file)
@@ -193,6 +193,7 @@ ALL_EMULATION_SOURCES = \
        eelf32_tic6x_linux_le.c \
        eelf32_tic6x_elf_be.c \
        eelf32_tic6x_elf_le.c \
+       eelf32am33lin.c \
        eelf32b4300.c \
        eelf32bfin.c \
        eelf32bfinfd.c \
@@ -908,6 +909,10 @@ eelf32_tic6x_elf_le.c: $(srcdir)/emulparams/elf32_tic6x_elf_le.sh \
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc  $(srcdir)/emultempl/tic6xdsbt.em \
   ${GEN_DEPENDS}
        ${GENSCRIPTS} elf32_tic6x_elf_le "$(tdir_elf32_tic6x_elf_le)"
+eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
+  $(srcdir)/emulparams/elf32am33lin.sh \
+  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+       ${GENSCRIPTS} elf32am33lin "$(tdir_elf32am33lin)"
 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
   $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \
   $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
index 31d1dc823e9ce28b51ad52bffb00ae4ad0e7151c..be6959e9b90fa75937c30e07b96752dba9c6e173 100644 (file)
@@ -499,6 +499,7 @@ ALL_EMULATION_SOURCES = \
        eelf32_tic6x_linux_le.c \
        eelf32_tic6x_elf_be.c \
        eelf32_tic6x_elf_le.c \
+       eelf32am33lin.c \
        eelf32b4300.c \
        eelf32bfin.c \
        eelf32bfinfd.c \
@@ -1093,6 +1094,7 @@ distclean-compile:
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_be.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_tic6x_linux_le.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32_x86_64.Po@am__quote@
+@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32am33lin.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32b4300.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfin.Po@am__quote@
 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/eelf32bfinfd.Po@am__quote@
@@ -2355,6 +2357,10 @@ eelf32_tic6x_elf_le.c: $(srcdir)/emulparams/elf32_tic6x_elf_le.sh \
   $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc  $(srcdir)/emultempl/tic6xdsbt.em \
   ${GEN_DEPENDS}
        ${GENSCRIPTS} elf32_tic6x_elf_le "$(tdir_elf32_tic6x_elf_le)"
+eelf32am33lin.c: $(srcdir)/emulparams/elf32am33lin.sh \
+  $(srcdir)/emulparams/elf32am33lin.sh \
+  $(ELF_DEPS) $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
+       ${GENSCRIPTS} elf32am33lin "$(tdir_elf32am33lin)"
 eelf32b4300.c: $(srcdir)/emulparams/elf32b4300.sh \
   $(srcdir)/emulparams/elf32bmip.sh $(ELF_DEPS) \
   $(srcdir)/emultempl/mipself.em $(srcdir)/scripttempl/elf.sc ${GEN_DEPENDS}
This page took 0.029925 seconds and 4 git commands to generate.