From 9cadc5fa8d2ed0310f182b4524367635730d7f73 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Sat, 26 Aug 2023 22:08:50 +0930 Subject: [PATCH] Re: ld STRINGIFY Oops there was a reference to the old name. * emultempl/aix.em: Use stringify.sed. --- ld/emultempl/aix.em | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ld/emultempl/aix.em b/ld/emultempl/aix.em index 5913649e26c..f95ae091a3f 100644 --- a/ld/emultempl/aix.em +++ b/ld/emultempl/aix.em @@ -1614,7 +1614,7 @@ then # Scripts compiled in. # sed commands to quote an ld script as a C string. -sc="-f ${srcdir}/emultempl/ostring.sed" +sc="-f ${srcdir}/emultempl/stringify.sed" fragment <