diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-21 12:10:03 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-21 12:10:03 +0100 |
commit | 340640f710e690b37c885166949595cde5f827b2 (patch) | |
tree | 096fe4195eb854b4bd32e7416fb826ac9c392337 /binutils/ChangeLog | |
parent | 0ab7005043ee404dabfd690952efc25c399995ae (diff) | |
download | gdb-340640f710e690b37c885166949595cde5f827b2.zip gdb-340640f710e690b37c885166949595cde5f827b2.tar.gz gdb-340640f710e690b37c885166949595cde5f827b2.tar.bz2 |
Prune linker warnings about an executable stack being created with the -z execstack option.
* testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune warnings about -z execstack creating an executable stack.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7578292..bb58bc4 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +2023-06-21 Nick Clifton <nickc@redhat.com> + + * testsuite/lib/binutils-common.exp (prune_warnings_extra): Prune + warnings about -z execstack creating an executable stack. + 2023-05-30 Nick Clifton <nickc@redhat.com> * od-pe.c (targ_info): New array. |