From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2161) id A9F313857C43; Mon, 13 Nov 2023 16:15:43 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org A9F313857C43 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: Mark Wielaard To: bfd-cvs@sourceware.org Subject: [binutils-gdb] Regenerate gas/config.in and ld/configure X-Act-Checkin: binutils-gdb X-Git-Author: Mark Wielaard X-Git-Refname: refs/heads/master X-Git-Oldrev: aa1bde7e9108b1f68847cc5b8da2d98edc25dc1c X-Git-Newrev: 88bbac7c76e89cd3de75a25e46a69a4e7b608bff Message-Id: <20231113161543.A9F313857C43@sourceware.org> Date: Mon, 13 Nov 2023 16:15:43 +0000 (GMT) X-BeenThere: binutils-cvs@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Binutils-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2023 16:15:43 -0000 https://sourceware.org/git/gitweb.cgi?p=3Dbinutils-gdb.git;h=3D88bbac7c76e8= 9cd3de75a25e46a69a4e7b608bff commit 88bbac7c76e89cd3de75a25e46a69a4e7b608bff Author: Mark Wielaard Date: Sun Nov 12 17:51:58 2023 +0100 Regenerate gas/config.in and ld/configure =20 commit d173146d9 "MIPS: Change all E_MIPS_* to EF_MIPS_*" changed gas/config.in to rename USE_E_MIPS_ABI_O32 to USE_EF_MIPS_ABI_O= 32 this new name sorts differently when regenerating gas/config.in =20 commit e922d1eaa "Add ability to change linker warning messages into errors when reporting executable stacks and/or executable segments." Introduced two new help strings for --enable-error-execstack and --enable-error-rwx-segments in configure.ac which weren't included in ld/configure when regenerated. =20 * gas/config.in: Regenerate. * ld/configure: Likewise. Diff: --- gas/config.in | 6 +++--- ld/configure | 8 ++++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/gas/config.in b/gas/config.in index ea21757f6a7..6333a964c71 100644 --- a/gas/config.in +++ b/gas/config.in @@ -261,12 +261,12 @@ /* Use b modifier when opening binary files? */ #undef USE_BINARY_FOPEN =20 -/* Use emulation support? */ -#undef USE_EMULATIONS - /* Allow use of EF_MIPS_ABI_O32 on MIPS targets. */ #undef USE_EF_MIPS_ABI_O32 =20 +/* Use emulation support? */ +#undef USE_EMULATIONS + /* Enable extensions on AIX 3, Interix. */ #ifndef _ALL_SOURCE # undef _ALL_SOURCE diff --git a/ld/configure b/ld/configure index 468c3bd525d..46d9f3c7111 100755 --- a/ld/configure +++ b/ld/configure @@ -1536,9 +1536,13 @@ Optional Features: enable DT_TEXTREL check in ELF linker --enable-separate-code enable -z separate-code in ELF linker by default --enable-warn-execstack enable warnings when creating an executable stack + --enable-error-execstack + turn executable stack warnings into errors --enable-warn-rwx-segments enable warnings when creating segments with RWX permissions + --enable-error-rwx-segments + turn executable segment warnings into errors --enable-default-execstack create an executable stack if an input file is missing a .note.GNU-stack section @@ -11657,7 +11661,7 @@ else lt_dlunknown=3D0; lt_dlno_uscore=3D1; lt_dlneed_uscore=3D2 lt_status=3D$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11658 "configure" +#line 11664 "configure" #include "confdefs.h" =20 #if HAVE_DLFCN_H @@ -11763,7 +11767,7 @@ else lt_dlunknown=3D0; lt_dlno_uscore=3D1; lt_dlneed_uscore=3D2 lt_status=3D$lt_dlunknown cat > conftest.$ac_ext <<_LT_EOF -#line 11764 "configure" +#line 11770 "configure" #include "confdefs.h" =20 #if HAVE_DLFCN_H