aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2022-08-08 13:22:26 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-08-15 00:37:23 +0900
commita91e5ab475567df5d4c960352cae75a1095b42cf (patch)
tree3cd849f20e125aa619554adadc2f4406d9e72cf3
parentopcodes: LoongArch: add "ret" instruction to reduce typing (diff)
downloadbinutils-gdb-a91e5ab475567df5d4c960352cae75a1095b42cf.tar.gz
binutils-gdb-a91e5ab475567df5d4c960352cae75a1095b42cf.tar.bz2
binutils-gdb-a91e5ab475567df5d4c960352cae75a1095b42cf.zip
ld: fix NEWS typos
ld/ChangeLog: * NEWS: Fix 2 typos. (cherry picked from commit 9284b63ea39cecbfc1522d9e143ecb7727d77eb5)
-rw-r--r--ld/NEWS4
1 files 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=no
will make --no-warn-rwx-segments enabled by default.
- --enable-defaul-execstack=no
+ --enable-default-execstack=no
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.
* TYPE=<type> is now supported in an output section description to set the
section type value.