summaryrefslogtreecommitdiff
path: root/ld/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2023-06-21 11:47:19 +0100
committerNick Clifton <nickc@redhat.com>2023-06-21 11:47:19 +0100
commit0ab7005043ee404dabfd690952efc25c399995ae (patch)
tree9a34fb3d4222d64c560563b6f10579576856b0d8 /ld/ChangeLog
parent94dd9fb7482cc292f6ea7e641340563ca5536fcc (diff)
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/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog
index 8fd6504fa6e..1467128eb61 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