mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 17:01:14 +00:00
28 lines
849 B
Diff
28 lines
849 B
Diff
|
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.
|