|
From: | cvs-commit at gcc dot gnu.org |
Subject: | [Bug ld/29072] ld silently make the program stack area executable if nested function is used |
Date: | Mon, 25 Apr 2022 11:53:15 +0000 |
https://sourceware.org/bugzilla/show_bug.cgi?id=29072 --- Comment #11 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Nick Clifton <nickc@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=0d38576a34ec64a1b4500c9277a8e9d0f07e6774 commit 0d38576a34ec64a1b4500c9277a8e9d0f07e6774 Author: Nick Clifton <nickc@redhat.com> Date: Mon Apr 25 12:51:31 2022 +0100 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. -- You are receiving this mail because: You are on the CC list for the bug.
[Prev in Thread] | Current Thread | [Next in Thread] |