summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-06-27 11:39:27 +0100
committerNick Clifton <nickc@redhat.com>2022-06-27 11:39:27 +0100
commited1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca (patch)
treeb097429deb95693b3daac4347ed4cedb5c4106c8 /ld/ChangeLog
parent4f6c04da698648c16c8cdb484874de57bd0413b7 (diff)
downloadbinutils-gdb-ed1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca.tar.gz
Disable execstack and rwx segments warnings for MIPS targets.
PR 29263 * configure.ac: Move HPPA specific code from here... * configure.tgt: ... to here. Add similar code for MIPS. Move code for CRIS, MIPS and HPPA to block at start of file. * configure: Regenerate.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r--ld/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 37680ccc09a..650e46ec2a4 100644
--- a/ld/ChangeLog
+++ b/ld/ChangeLog
@@ -1,3 +1,11 @@
+2022-06-27 Nick Clifton <nickc@redhat.com>
+
+ PR 29263
+ * configure.ac: Move HPPA specific code from here...
+ * configure.tgt: ... to here. Add similar code for MIPS.
+ Move code for CRIS, MIPS and HPPA to block at start of file.
+ * configure: Regenerate.
+
2022-06-21 Nick Clifton <nickc@redhat.com>
PR 29263