summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch
diff options
context:
space:
mode:
authorYanase Yuki <dev@zpc.st>2024-10-08 20:02:25 +0900
committerHauke Mehrtens <hauke@hauke-m.de>2024-10-12 22:12:39 +0200
commit72731b445ee352cbd08f8630379c760e54243d20 (patch)
treecf96a53acf9b116c02ddc4d35edab93c1d4bdc69 /toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch
parent14f79ad1393d3a393fb2d06282ac372e31542414 (diff)
downloadopenwrt-72731b445ee352cbd08f8630379c760e54243d20.tar.gz
openwrt-72731b445ee352cbd08f8630379c760e54243d20.tar.bz2
openwrt-72731b445ee352cbd08f8630379c760e54243d20.zip
toolchain/binutils: remove old versions
Reduce supported versions to 3. Since 2.40 is supported by previous release, this commit keeps it. Signed-off-by: Yanase Yuki <dev@zpc.st> Link: https://github.com/openwrt/openwrt/pull/16597 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch')
-rw-r--r--toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch b/toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch
deleted file mode 100644
index 39c61d9319..0000000000
--- a/toolchain/binutils/patches/2.39/005-ld-fix-NEWS-typos.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 9284b63ea39cecbfc1522d9e143ecb7727d77eb5 Mon Sep 17 00:00:00 2001
-From: Martin Liska <mliska@suse.cz>
-Date: Mon, 8 Aug 2022 13:22:26 +0200
-Subject: [PATCH 005/160] ld: fix NEWS typos
-
-ld/ChangeLog:
-
- * NEWS: Fix 2 typos.
----
- ld/NEWS | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
---- 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.