diff options
author | Nick Clifton <nickc@redhat.com> | 2022-11-03 16:26:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-11-03 16:27:31 +0000 |
commit | e26943f9c7285a453c5daf10ed078b2a014977c6 (patch) | |
tree | 10e40528af039456f457c2cb82a9b01e9298dde7 /ld/ChangeLog | |
parent | b830591caf0db7bb416f0be3145b00db6ba1ea4c (diff) | |
download | gdb-e26943f9c7285a453c5daf10ed078b2a014977c6.zip gdb-e26943f9c7285a453c5daf10ed078b2a014977c6.tar.gz gdb-e26943f9c7285a453c5daf10ed078b2a014977c6.tar.bz2 |
V850 Linker: do not complain about RWX segments.
PR 29748
* configure.tgt (ac_default_ld_warn_rwx_segments): Set to 0 for
the V850.
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 170ddb0..8f0528f 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,11 @@ 2022-11-03 Nick Clifton <nickc@redhat.com> + PR 29748 + * configure.tgt (ac_default_ld_warn_rwx_segments): Set to 0 for + the V850. + +2022-11-03 Nick Clifton <nickc@redhat.com> + PR 29741 * scripttempl/avr.sc (__DATA_REGION_ORIGIN__): Define. If a value has not been provided on the command line then use DATA_ORIGIN. |