diff options
author | Maciej W. Rozycki <macro@redhat.com> | 2025-04-28 19:27:22 +0100 |
---|---|---|
committer | Maciej W. Rozycki <macro@redhat.com> | 2025-04-28 19:27:22 +0100 |
commit | 4a5312e736e0e7c9dca43fa682b5e60240008b4b (patch) | |
tree | 2a787ad4c9fe71c6558a9ffaf37083c837bb5436 | |
parent | d9639e091c77689b10363ecb197466deaa161ade (diff) | |
download | binutils-master.zip binutils-master.tar.gz binutils-master.tar.bz2 |
The fix for 64-bit BFD detection omitted the regeneration of a bunch
of configury files; fix that.
-rw-r--r-- | bfd/Makefile.in | 1 | ||||
-rw-r--r-- | bfd/aclocal.m4 | 1 | ||||
-rw-r--r-- | gdb/config.in | 3 | ||||
-rw-r--r-- | ld/config.in | 3 | ||||
-rw-r--r-- | opcodes/config.in | 3 |
5 files changed, 0 insertions, 11 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in index 1543af7..8a670ad 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 8364b5d..4d1b7ba 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 86ff67d..426947e 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 e10c9e7..3781224 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 409998f..64b3303 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 |