aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2022-04-25 12:51:31 +0100
committerNick Clifton <nickc@redhat.com>2022-04-25 12:53:08 +0100
commit0d38576a34ec64a1b4500c9277a8e9d0f07e6774 (patch)
tree8429a55e0d6ddf81a01e0dac703e9fea95693ce1 /bfd/ChangeLog
parent5f59e7e0c75a35f32f11bf6998c2e3de333fe3b2 (diff)
downloadgdb-0d38576a34ec64a1b4500c9277a8e9d0f07e6774.zip
gdb-0d38576a34ec64a1b4500c9277a8e9d0f07e6774.tar.gz
gdb-0d38576a34ec64a1b4500c9277a8e9d0f07e6774.tar.bz2
Emit a note warning the user that creating an executable stack because of a missing .note.GNU-stack section is deprecated.
PR 29072 bfd * elflink.c (bfd_elf_size_dynamic_sections): Display a note to the user that the current ehaviour of creating an executable stack because of a missing .note.GNU-stack section is deprecated and will be changed in a future release. binutils* testsuite/lib/binutils-common.exp (prune_warnings_extra): Filter out notes about the executable stacjk behaviour beign deprecated. ld * testsuite/ld-elf/pr29072.b.warn: Update to include the note about the linker's behaviour being depreccated.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 957d8fd..5444381 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+2022-04-25 Nick Clifton <nickc@redhat.com>
+
+ PR 29072
+ * elflink.c (bfd_elf_size_dynamic_sections): Display a note to the
+ user that the current ehaviour of creating an executable stack
+ because of a missing .note.GNU-stack section is deprecated and
+ will be changed in a future release.
+
2022-04-20 Clément Chigot <clement.chigot@atos.net>
* coff-rs6000.c (xcoff_reloc_type_noop): Add info argument.