diff options
author | Nick Clifton <nickc@redhat.com> | 2022-07-26 14:25:33 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-07-26 14:25:33 +0100 |
commit | 91896b4d6a7d312e850094eaaa5b965a9e3dc39b (patch) | |
tree | 0b877c1c9e76c6ec94774851c4ce8cb2c648be3f /ld/ChangeLog | |
parent | 206977b2edecbe086beb23a32c9c114e2d5af28d (diff) | |
download | gdb-91896b4d6a7d312e850094eaaa5b965a9e3dc39b.zip gdb-91896b4d6a7d312e850094eaaa5b965a9e3dc39b.tar.gz gdb-91896b4d6a7d312e850094eaaa5b965a9e3dc39b.tar.bz2 |
Stop the linker from complaining about RWX segments in sparc-solaris targets.
PR 29411
* configure.tgt (ac_default_ld_warn_rwx_segments): Disable for
sparc-solaris configurations.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8f9f4ad..ac1365a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2022-07-26 Nick Clifton <nickc@redhat.com> + + PR 29411 + * configure.tgt (ac_default_ld_warn_rwx_segments): Disable for + sparc-solaris configurations. + 2022-07-08 Nick Clifton <nickc@redhat.com> * 2.39 branch created. |