]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - ld/Makefile.in
ld STRINGIFY
authorAlan Modra <amodra@gmail.com>
Sat, 26 Aug 2023 01:06:54 +0000 (10:36 +0930)
committerAlan Modra <amodra@gmail.com>
Sat, 26 Aug 2023 01:27:00 +0000 (10:57 +0930)
commitb8a0c930580775e54bccdfdc77046db74331bad4
tree32dd3fff95f0af843a129e6a9825d93f324f1099
parent7b1fdf17d5a812a929e1eccda3cabb52171160e1
ld STRINGIFY

Delete support for old compilers that don't support string
concatentation.

* Makefile.am (stringify.sed): Delete rule.
(GEN_DEPENDS, DISTCLEANFILES): Adjust.
* configure.ac (STRINGIFY): Delete.
* emultempl/beos.em: Use stringify.sed from srcdir.
* emultempl/elf.em: Likewise.
* emultempl/generic.em: Likewise.
* emultempl/msp430.em: Likewise.
* emultempl/pdp11.em: Likewise.
* emultempl/pe.em: Likewise.
* emultempl/pep.em: Likewise.
* emultempl/stringify.sed: Renamed from..
* emultempl/astring.sed: ..this.
* emultempl/ostring.sed: Delete.
* Makefile.in: Regenerate.
* configure: Regenerate.
13 files changed:
ld/Makefile.am
ld/Makefile.in
ld/configure
ld/configure.ac
ld/emultempl/beos.em
ld/emultempl/elf.em
ld/emultempl/generic.em
ld/emultempl/msp430.em
ld/emultempl/ostring.sed [deleted file]
ld/emultempl/pdp11.em
ld/emultempl/pe.em
ld/emultempl/pep.em
ld/emultempl/stringify.sed [moved from ld/emultempl/astring.sed with 100% similarity]