From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1851) id 04C123857359; Mon, 8 Aug 2022 11:23:29 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 04C123857359 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Martin Liska To: bfd-cvs@sourceware.org Subject: [binutils-gdb] ld: fix NEWS typos X-Act-Checkin: binutils-gdb X-Git-Author: Martin Liska X-Git-Refname: refs/heads/master X-Git-Oldrev: e838f9c2844ab5701806b4071d39dca3998c18f7 X-Git-Newrev: 357860e3774abf522a3c2cc1eaa3da69a7142eee Message-Id: <20220808112329.04C123857359@sourceware.org> Date: Mon, 8 Aug 2022 11:23:29 +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: Mon, 08 Aug 2022 11:23:29 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D357860e3774a= bf522a3c2cc1eaa3da69a7142eee commit 357860e3774abf522a3c2cc1eaa3da69a7142eee Author: Martin Liska Date: Mon Aug 8 13:22:26 2022 +0200 ld: fix NEWS typos =20 ld/ChangeLog: =20 * NEWS: Fix 2 typos. Diff: --- ld/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ld/NEWS b/ld/NEWS index 40f7059b897..355752e6b24 100644 --- a/ld/NEWS +++ b/ld/NEWS @@ -27,10 +27,10 @@ Changes in 2.39: --enable-warn-rwx-segments=3Dno will make --no-warn-rwx-segments enabled by default. =20 - --enable-defaul-execstack=3Dno + --enable-default-execstack=3Dno will stop the creation of an executable stack simply because an input= file is missing a .note.GNU-stack section, even on architectures where this - ehaviour is the default. + behaviour is the default. =20 * TYPE=3D is now supported in an output section description to set t= he section type value.