From: Nick Clifton Date: Tue, 21 Jan 2003 17:09:47 +0000 (+0000) Subject: Fix generation of tic3xcoff_onchip.c X-Git-Tag: binutils-2_14-branchpoint~1127 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=019ac0e3575f67299ae54e6df220b9b2eeb8be7b;p=platform%2Fupstream%2Fbinutils.git Fix generation of tic3xcoff_onchip.c --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 7efa156..00d98de 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2003-01-21 Nick Clifton + + * emulparams/tic3xcoff-onchip.sh: Rename to + * emulparams/tic3xcoff_onchip.sh: Rename to + * Makefile.am (etic3xcoff_onchip.c): Fx name of generated C file. + * Makefile.in: Regenerate. + 2003-01-21 Fabio Alemagna * configure.tgt: Handle i[3456]86-*-aros* diff --git a/ld/Makefile.am b/ld/Makefile.am index 57f7d5b..9339091 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1306,7 +1306,7 @@ etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \ ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \ $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} - ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" + ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)" etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \ $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)" diff --git a/ld/Makefile.in b/ld/Makefile.in index c8ba478..8875db2 100644 --- a/ld/Makefile.in +++ b/ld/Makefile.in @@ -2032,7 +2032,7 @@ etic3xcoff.c: $(srcdir)/emulparams/tic3xcoff.sh \ ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" etic3xcoff_onchip.c: $(srcdir)/emulparams/tic3xcoff_onchip.sh \ $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} - ${GENSCRIPTS} tic3xcoff "$(tdir_tic4xcoff)" + ${GENSCRIPTS} tic3xcoff_onchip "$(tdir_tic4xcoff)" etic4xcoff.c: $(srcdir)/emulparams/tic4xcoff.sh \ $(srcdir)/emultempl/ticoff.em $(srcdir)/scripttempl/tic4xcoff.sc ${GEN_DEPENDS} ${GENSCRIPTS} tic4xcoff "$(tdir_tic4xcoff)" diff --git a/ld/emulparams/tic3xcoff-onchip.sh b/ld/emulparams/tic3xcoff_onchip.sh similarity index 100% rename from ld/emulparams/tic3xcoff-onchip.sh rename to ld/emulparams/tic3xcoff_onchip.sh