aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ld/ChangeLog4
-rw-r--r--ld/emultempl/stringify.sed4
2 files changed, 4 insertions, 4 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index ae6dd7c..491cd12 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,5 +1,9 @@
2001-05-24 H.J. Lu <hjl@gnu.org>
+ * emultempl/stringify.sed: Removed again.
+
+2001-05-24 H.J. Lu <hjl@gnu.org>
+
* emultempl/aix.em (OUTPUT_ARCH): Defined.
(gld${EMULATION_NAME}_before_parse): Initialize
ldfile_output_architecture, ldfile_output_machine and
diff --git a/ld/emultempl/stringify.sed b/ld/emultempl/stringify.sed
deleted file mode 100644
index a526d3f..0000000
--- a/ld/emultempl/stringify.sed
+++ /dev/null
@@ -1,4 +0,0 @@
-s/["\\]/\\&/g
-s/$/\\n\\/
-1 s/^/"/
-$ s/$/n"/