diff options
author | Nick Clifton <nickc@redhat.com> | 2022-07-08 10:41:07 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-07-08 10:41:07 +0100 |
commit | 0bd093231433c6a85853330369247b17f4859bee (patch) | |
tree | 3d99f9784e525b28bb98b6975ad675b6ffb9de00 /ld/NEWS | |
parent | 97a8d0ab534d0353c8585816fe400ef2a468c30a (diff) | |
download | binutils-0bd093231433c6a85853330369247b17f4859bee.zip binutils-0bd093231433c6a85853330369247b17f4859bee.tar.gz binutils-0bd093231433c6a85853330369247b17f4859bee.tar.bz2 |
Add markers for 2.39 branch
Diffstat (limited to 'ld/NEWS')
-rw-r--r-- | ld/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ -*- text -*- +Changes in 2.39: + * The ELF linker will now generate a warning message if the stack is made executable. By default this warning is not issued if the user has specifically requested an executable stack via the "-z execstack" |