aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorMark Wielaard <mark@klomp.org>2023-11-12 17:51:58 +0100
committerMark Wielaard <mark@klomp.org>2023-11-13 17:14:42 +0100
commit88bbac7c76e89cd3de75a25e46a69a4e7b608bff (patch)
tree6c7b055a8c02bb9cbc025442374cfbc3775dc23c /gas
parentaa1bde7e9108b1f68847cc5b8da2d98edc25dc1c (diff)
downloadbinutils-88bbac7c76e89cd3de75a25e46a69a4e7b608bff.zip
binutils-88bbac7c76e89cd3de75a25e46a69a4e7b608bff.tar.gz
binutils-88bbac7c76e89cd3de75a25e46a69a4e7b608bff.tar.bz2
Regenerate gas/config.in and ld/configure
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_O32 this new name sorts differently when regenerating gas/config.in 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. * gas/config.in: Regenerate. * ld/configure: Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/config.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in
index ea21757..6333a96 100644
--- a/gas/config.in
+++ b/gas/config.in
@@ -261,12 +261,12 @@
/* Use b modifier when opening binary files? */
#undef USE_BINARY_FOPEN
-/* Use emulation support? */
-#undef USE_EMULATIONS
-
/* Allow use of EF_MIPS_ABI_O32 on MIPS targets. */
#undef USE_EF_MIPS_ABI_O32
+/* Use emulation support? */
+#undef USE_EMULATIONS
+
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# undef _ALL_SOURCE