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 | |
parent | 97a8d0ab534d0353c8585816fe400ef2a468c30a (diff) | |
download | fsf-binutils-gdb-0bd093231433c6a85853330369247b17f4859bee.zip fsf-binutils-gdb-0bd093231433c6a85853330369247b17f4859bee.tar.gz fsf-binutils-gdb-0bd093231433c6a85853330369247b17f4859bee.tar.bz2 |
Add markers for 2.39 branch
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 4 | ||||
-rw-r--r-- | ld/NEWS | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 650e46e..8f9f4ad 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2022-07-08 Nick Clifton <nickc@redhat.com> + + * 2.39 branch created. + 2022-06-27 Nick Clifton <nickc@redhat.com> PR 29263 @@ -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" |