diff options
author | Nick Clifton <nickc@redhat.com> | 2023-06-21 11:47:19 +0100 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2023-06-21 11:47:19 +0100 |
commit | 0ab7005043ee404dabfd690952efc25c399995ae (patch) | |
tree | 9a34fb3d4222d64c560563b6f10579576856b0d8 /ld/ChangeLog | |
parent | 94dd9fb7482cc292f6ea7e641340563ca5536fcc (diff) | |
download | gdb-0ab7005043ee404dabfd690952efc25c399995ae.zip gdb-0ab7005043ee404dabfd690952efc25c399995ae.tar.gz gdb-0ab7005043ee404dabfd690952efc25c399995ae.tar.bz2 |
For test for PR 29072 when the linker is configured with --enable-default-execstack=no.
PR 29072
* testsuite/ld-elf/elf.exp (target_defaults_to_execstack): Always return false for linkers configured with the --enable-default-execstack=no option.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 8fd6504..1467128 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2023-06-21 Nick Clifton <nickc@redhat.com> + + PR 29072 + * testsuite/ld-elf/elf.exp (target_defaults_to_execstack): Always + return false for linkers configured with the --enable-default-execstack=no + option. + 2023-06-14 Nick Clifton <nickc@redhat.com> PR 30374 |