diff options
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 7 | ||||
-rw-r--r-- | ld/Makefile.am | 2 | ||||
-rw-r--r-- | ld/Makefile.in | 2 | ||||
-rw-r--r-- | ld/emulparams/tic3xcoff_onchip.sh (renamed from ld/emulparams/tic3xcoff-onchip.sh) | 0 |
4 files changed, 9 insertions, 2 deletions
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 <nickc@redhat.com> + + * 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 <falemagn@aros.org> * 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 index fdf55e2..fdf55e2 100644 --- a/ld/emulparams/tic3xcoff-onchip.sh +++ b/ld/emulparams/tic3xcoff_onchip.sh |