aboutsummaryrefslogtreecommitdiff
path: root/ld/emultempl/ostring.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2023-08-26 10:36:54 +0930
committerAlan Modra <amodra@gmail.com>2023-08-26 10:57:00 +0930
commitb8a0c930580775e54bccdfdc77046db74331bad4 (patch)
tree32dd3fff95f0af843a129e6a9825d93f324f1099 /ld/emultempl/ostring.sed
parent7b1fdf17d5a812a929e1eccda3cabb52171160e1 (diff)
downloadbinutils-b8a0c930580775e54bccdfdc77046db74331bad4.zip
binutils-b8a0c930580775e54bccdfdc77046db74331bad4.tar.gz
binutils-b8a0c930580775e54bccdfdc77046db74331bad4.tar.bz2
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.
Diffstat (limited to 'ld/emultempl/ostring.sed')
-rw-r--r--ld/emultempl/ostring.sed4
1 files changed, 0 insertions, 4 deletions
diff --git a/ld/emultempl/ostring.sed b/ld/emultempl/ostring.sed
deleted file mode 100644
index a526d3f..0000000
--- a/ld/emultempl/ostring.sed
+++ /dev/null
@@ -1,4 +0,0 @@
-s/["\\]/\\&/g
-s/$/\\n\\/
-1 s/^/"/
-$ s/$/n"/