From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1062) id 11FB83858298; Sun, 27 Aug 2023 04:49:11 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 11FB83858298 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Alan Modra To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Re: ld STRINGIFY X-Act-Checkin: binutils-gdb X-Git-Author: Alan Modra X-Git-Refname: refs/heads/master X-Git-Oldrev: c6b80f2a92c85536ded680cf1d068262a747d480 X-Git-Newrev: 9cadc5fa8d2ed0310f182b4524367635730d7f73 Message-Id: <20230827044911.11FB83858298@sourceware.org> Date: Sun, 27 Aug 2023 04:49:11 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Aug 2023 04:49:11 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D9cadc5fa8d2e= d0310f182b4524367635730d7f73 commit 9cadc5fa8d2ed0310f182b4524367635730d7f73 Author: Alan Modra Date: Sat Aug 26 22:08:50 2023 +0930 Re: ld STRINGIFY =20 Oops there was a reference to the old name. =20 * emultempl/aix.em: Use stringify.sed. Diff: --- 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. =20 # sed commands to quote an ld script as a C string. -sc=3D"-f ${srcdir}/emultempl/ostring.sed" +sc=3D"-f ${srcdir}/emultempl/stringify.sed" =20 fragment <