diff options
author | Nick Clifton <nickc@redhat.com> | 2022-06-27 11:39:27 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-06-27 11:39:27 +0100 |
commit | ed1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca (patch) | |
tree | b097429deb95693b3daac4347ed4cedb5c4106c8 /ld/ChangeLog | |
parent | 4f6c04da698648c16c8cdb484874de57bd0413b7 (diff) | |
download | gdb-ed1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca.zip gdb-ed1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca.tar.gz gdb-ed1c7ad8e31a2cfca1d8c8c898ee7cde6ae340ca.tar.bz2 |
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/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 37680cc..650e46e 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 |