[binutils-gdb] Regenerate more configury files for 64-bit BFD detection fix

Maciej W. Rozycki macro@sourceware.org
Mon Apr 28 18:33:27 GMT 2025


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=4a5312e736e0e7c9dca43fa682b5e60240008b4b

commit 4a5312e736e0e7c9dca43fa682b5e60240008b4b
Author: Maciej W. Rozycki <macro@redhat.com>
Date:   Mon Apr 28 19:27:22 2025 +0100

    Regenerate more configury files for 64-bit BFD detection fix
    
    The fix for 64-bit BFD detection omitted the regeneration of a bunch
    of configury files; fix that.

Diff:
---
 bfd/Makefile.in   | 1 -
 bfd/aclocal.m4    | 1 -
 gdb/config.in     | 3 ---
 ld/config.in      | 3 ---
 opcodes/config.in | 3 ---
 5 files changed, 11 deletions(-)

diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 1543af7984a..8a670ad1d05 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -113,7 +113,6 @@ target_triplet = @target@
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
-	$(top_srcdir)/../config/bfd64.m4 \
 	$(top_srcdir)/../config/depstand.m4 \
 	$(top_srcdir)/../config/gettext-sister.m4 \
 	$(top_srcdir)/../config/gettext.m4 \
diff --git a/bfd/aclocal.m4 b/bfd/aclocal.m4
index 8364b5dba69..4d1b7baebb2 100644
--- a/bfd/aclocal.m4
+++ b/bfd/aclocal.m4
@@ -1168,7 +1168,6 @@ AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
 m4_include([../config/acx.m4])
-m4_include([../config/bfd64.m4])
 m4_include([../config/depstand.m4])
 m4_include([../config/gettext-sister.m4])
 m4_include([../config/gettext.m4])
diff --git a/gdb/config.in b/gdb/config.in
index 86ff67d2898..426947e6b2d 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -722,9 +722,6 @@
 /* The size of `unsigned __int128', as computed by sizeof. */
 #undef SIZEOF_UNSIGNED___INT128
 
-/* The size of `void *', as computed by sizeof. */
-#undef SIZEOF_VOID_P
-
 /* If using the C implementation of alloca, define if you know the
    direction of stack growth for your system; otherwise it will be
    automatically deduced at runtime.
diff --git a/ld/config.in b/ld/config.in
index e10c9e73cc6..37812241bd9 100644
--- a/ld/config.in
+++ b/ld/config.in
@@ -234,9 +234,6 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* The size of `void *', as computed by sizeof. */
-#undef SIZEOF_VOID_P
-
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
diff --git a/opcodes/config.in b/opcodes/config.in
index 409998f51e2..64b3303d32d 100644
--- a/opcodes/config.in
+++ b/opcodes/config.in
@@ -98,9 +98,6 @@
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
-/* The size of `void *', as computed by sizeof. */
-#undef SIZEOF_VOID_P
-
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS


More information about the Binutils-cvs mailing list