diff options
author | Nick Clifton <nickc@redhat.com> | 2022-11-24 12:30:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2022-11-24 12:31:46 +0000 |
commit | 0075c53724f78c78aa1692cc8e3bf1433eeb0b9f (patch) | |
tree | 473bdcbebbab3994b7658c2612cba3b88adb24c4 /gas/acinclude.m4 | |
parent | ffbbab0b3a1000f862b6d4ce3d9a76ed14f08801 (diff) | |
download | gdb-0075c53724f78c78aa1692cc8e3bf1433eeb0b9f.zip gdb-0075c53724f78c78aa1692cc8e3bf1433eeb0b9f.tar.gz gdb-0075c53724f78c78aa1692cc8e3bf1433eeb0b9f.tar.bz2 |
Impport libiberty commit: 885b6660c17f from gcc mainline. Fix gas's acinclude.m4 to stop a potwntial configure time warning message.
Diffstat (limited to 'gas/acinclude.m4')
-rw-r--r-- | gas/acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gas/acinclude.m4 b/gas/acinclude.m4 index 9864abe..bf6dba6 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; |