From: Nick Clifton Date: Tue, 21 Jan 2003 17:09:47 +0000 (+0000) Subject: Fix generation of tic3xcoff_onchip.c X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=019ac0e3575f67299ae54e6df220b9b2eeb8be7b;p=binutils-gdb.git Fix generation of tic3xcoff_onchip.c --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 7efa1567415..00d98de8a85 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 57f7d5be358..9339091c132 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 c8ba478b64a..8875db2a93c 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 deleted file mode 100644 index fdf55e21a9e..00000000000 --- a/ld/emulparams/tic3xcoff-onchip.sh +++ /dev/null @@ -1,8 +0,0 @@ -SCRIPT_NAME=tic4xcoff -OUTPUT_FORMAT="coff2-c4x" -OUTPUT_ARCH="c3x" -ARCH=c3x -TEMPLATE_NAME=ticoff -OUTPUT_FORMAT_TEMPLATE=tic4x -ONCHIP=yes - diff --git a/ld/emulparams/tic3xcoff_onchip.sh b/ld/emulparams/tic3xcoff_onchip.sh new file mode 100644 index 00000000000..fdf55e21a9e --- /dev/null +++ b/ld/emulparams/tic3xcoff_onchip.sh @@ -0,0 +1,8 @@ +SCRIPT_NAME=tic4xcoff +OUTPUT_FORMAT="coff2-c4x" +OUTPUT_ARCH="c3x" +ARCH=c3x +TEMPLATE_NAME=ticoff +OUTPUT_FORMAT_TEMPLATE=tic4x +ONCHIP=yes +