diff options
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/Makefile.in | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 11fb71c..fbfff20 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2012-11-29 Maciej W. Rozycki <macro@codesourcery.com> + + * Makefile.in: Regenerate. + 2012-11-27 Nick Clifton <nickc@redhat.com> PR ld/14776 diff --git a/ld/Makefile.in b/ld/Makefile.in index 660dbab..76c85d1 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -760,6 +760,7 @@ ALL_EMULATION_SOURCES = \ etic54xcoff.c \ etic80coff.c \ ev850.c \ + ev850_rh850.c \ evanilla.c \ evax.c \ evaxnbsd.c \ @@ -1419,6 +1420,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic54xcoff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/etic80coff.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850.Po@am__quote@ +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ev850_rh850.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evanilla.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evax.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/evaxnbsd.Po@am__quote@ |