public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Commit: Fix compile time warnings in conftest.c files
@ 2022-11-24 12:30 Nick Clifton
  0 siblings, 0 replies; only message in thread
From: Nick Clifton @ 2022-11-24 12:30 UTC (permalink / raw)
  To: binutils

Hi Guys,

  I am applying the patch below to fix a potential compile time warning
  message when gas's configure script runs.

  In addition I have also imported Florian Weimer's patch to the
  libiberty sources (885b6660c17f) which does the same thing there.

  Together these two patches mean that the configure scripts run without
  generating compile time warning messages from modern versions of gcc.

Cheers
  Nick

diff --git a/gas/acinclude.m4 b/gas/acinclude.m4
index 9864abe23eb..bf6dba6825f 100644
--- a/gas/acinclude.m4
+++ b/gas/acinclude.m4
@@ -23,6 +23,7 @@ AC_DEFUN([GAS_WORKING_ASSERT],
 [AC_MSG_CHECKING([for working assert macro])
 AC_CACHE_VAL(gas_cv_assert_ok,
 AC_TRY_LINK([#include <assert.h>
+#include <string.h>
 #include <stdio.h>], [
 /* check for requoting problems */
 static int a, b, c, d;
diff --git a/gas/configure b/gas/configure
index d9800f8a53d..57c1fa3557e 100755
--- a/gas/configure
+++ b/gas/configure
@@ -13791,6 +13791,7 @@ else
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
 /* end confdefs.h.  */
 #include <assert.h>
+#include <string.h>
 #include <stdio.h>
 int
 main ()


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-24 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-24 12:30 Commit: Fix compile time warnings in conftest.c files Nick Clifton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).