toolchain/binutils: backport stable patches
[openwrt/staging/dedeckeh.git] / toolchain / binutils / patches / 2.39 / 005-ld-fix-NEWS-typos.patch
1 From 9284b63ea39cecbfc1522d9e143ecb7727d77eb5 Mon Sep 17 00:00:00 2001
2 From: Martin Liska <mliska@suse.cz>
3 Date: Mon, 8 Aug 2022 13:22:26 +0200
4 Subject: [PATCH 005/160] ld: fix NEWS typos
5
6 ld/ChangeLog:
7
8 * NEWS: Fix 2 typos.
9 ---
10 ld/NEWS | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 --- a/ld/NEWS
14 +++ b/ld/NEWS
15 @@ -27,10 +27,10 @@ Changes in 2.39:
16 --enable-warn-rwx-segments=no
17 will make --no-warn-rwx-segments enabled by default.
18
19 - --enable-defaul-execstack=no
20 + --enable-default-execstack=no
21 will stop the creation of an executable stack simply because an input file
22 is missing a .note.GNU-stack section, even on architectures where this
23 - ehaviour is the default.
24 + behaviour is the default.
25
26 * TYPE=<type> is now supported in an output section description to set the
27 section type value.