aboutsummaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-06-21 11:22:38 +0100
committerNick Clifton <nickc@redhat.com>2022-06-21 11:22:38 +0100
commitacd65fa610df09a0954b8fecdadf546215263c5d (patch)
tree6b52ac39938f85b37e6e4ec0b5fff5a83aa9e0a3 /ld/ChangeLog
parent7b97003ccdf8b6000b090c65f7493ff85dad1085 (diff)
downloadgdb-acd65fa610df09a0954b8fecdadf546215263c5d.zip
gdb-acd65fa610df09a0954b8fecdadf546215263c5d.tar.gz
gdb-acd65fa610df09a0954b8fecdadf546215263c5d.tar.bz2
Default to disabling the linker warnings about execstack and RWX segments if the target is the HPPA architecture.
PR 29263 * configure.ac (ac_default_ld_warn_execstack): Default to 'no' for HPPA targets. (ac_default_ld_warn_rwx_segments): Likewise. * configure: Regenerate. * testsuite/ld-elf/elf.exp: Add the --warn-execstack command line option to the command line when running execstack tests for the HPPA target.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index bcc1b3b..37680cc 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,14 @@
+2022-06-21 Nick Clifton <nickc@redhat.com>
+
+ PR 29263
+ * configure.ac (ac_default_ld_warn_execstack): Default to 'no' for
+ HPPA targets.
+ (ac_default_ld_warn_rwx_segments): Likewise.
+ * configure: Regenerate.
+ * testsuite/ld-elf/elf.exp: Add the --warn-execstack command line
+ option to the command line when running execstack tests for the
+ HPPA target.
+
2022-05-12 Alan Modra <amodra@gmail.com>
PR 29006