Commit: Update libiberty
Jan Beulich
jbeulich@suse.com
Mon Jan 12 14:15:13 GMT 2026
On 12.01.2026 14:05, Nick Clifton wrote:
>> --- a/libiberty/aclocal.m4
>> +++ b/libiberty/aclocal.m4
>> @@ -1,6 +1,6 @@
>> -# generated automatically by aclocal 1.16.5 -*- Autoconf -*-
>> +# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
>>
>> -# Copyright (C) 1996-2021 Free Software Foundation, Inc.
>> +# Copyright (C) 1996-2017 Free Software Foundation, Inc.
>>
>> # This file is free software; the Free Software Foundation
>> # gives unlimited permission to copy and/or distribute it,
>
> Ah - so the builder is regenerating the auto-generated files and then
> comparing them to the originals in order to make sure that nothing has
> changed, yes ?
>
> Well they are just a couple of comments, so I can fix them easily enough.
>
>
>> Whether the further complaint from the builder regarding ld/config.in
>> is also related to using a different autoconf version I can't tell.
>> One way or another that wants sorting, too.
>
> What is the complaint about ld/config.in ?
--- a/ld/config.in
+++ b/ld/config.in
@@ -164,6 +164,12 @@
/* Define to 1 if you have the `lseek' function. */
#undef HAVE_LSEEK
+/* Define to 1 if you have the `mallinfo' function. */
+#undef HAVE_MALLINFO
+
+/* Define to 1 if you have the `mallinfo2' function. */
+#undef HAVE_MALLINFO2
+
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
@@ -215,12 +221,6 @@
/* Define to 1 if you have the `waitpid' function. */
#undef HAVE_WAITPID
-/* Define to 1 if you have the `mallinfo' function. */
-#undef HAVE_MALLINFO
-
-/* Define to 1 if you have the `mallinfo2' function. */
-#undef HAVE_MALLINFO2
-
/* Define to 1 if you have the <windows.h> header file. */
#undef HAVE_WINDOWS_H
Jan
More information about the Binutils
mailing list