aboutsummaryrefslogtreecommitdiff
path: root/sim/aarch64
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-05-01 16:30:59 -0400
committerMike Frysinger <vapier@gentoo.org>2021-05-01 16:37:39 -0400
commitfe3486178040db782f18d67a95a1e63bdf68eedf (patch)
tree1445ff740a5f797e32834a3df73c0b790fef1345 /sim/aarch64
parent2a83fd8f4806f8580d86057dc00bfdb5efcfa1f6 (diff)
downloadgdb-fe3486178040db782f18d67a95a1e63bdf68eedf.zip
gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.tar.gz
gdb-fe3486178040db782f18d67a95a1e63bdf68eedf.tar.bz2
sim: nrun: add local strsignal prototype
While libiberty provides a definition for this for systems that lack the function (e.g. Windows), it doesn't provide a prototype. So add our own local copy in the one file that uses the func.
Diffstat (limited to 'sim/aarch64')
-rw-r--r--sim/aarch64/ChangeLog4
-rw-r--r--sim/aarch64/config.in3
-rwxr-xr-xsim/aarch64/configure7
3 files changed, 12 insertions, 2 deletions
diff --git a/sim/aarch64/ChangeLog b/sim/aarch64/ChangeLog
index 81b878f..9d739ff 100644
--- a/sim/aarch64/ChangeLog
+++ b/sim/aarch64/ChangeLog
@@ -1,5 +1,9 @@
2021-05-01 Mike Frysinger <vapier@gentoo.org>
+ * config.in, configure: Regenerate.
+
+2021-05-01 Mike Frysinger <vapier@gentoo.org>
+
* cpustate.c (aarch64_set_FP_float): Change lx to PRIx64.
(aarch64_set_FP_double, aarch64_set_FP_long_double,
aarch64_set_vec_u64, aarch64_set_vec_s64): Likewise.
diff --git a/sim/aarch64/config.in b/sim/aarch64/config.in
index 8d37b72..c694fde 100644
--- a/sim/aarch64/config.in
+++ b/sim/aarch64/config.in
@@ -73,6 +73,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strsignal' function. */
+#undef HAVE_STRSIGNAL
+
/* Define to 1 if `st_atime' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_ATIME
diff --git a/sim/aarch64/configure b/sim/aarch64/configure
index 1d6a498..37aa067 100755
--- a/sim/aarch64/configure
+++ b/sim/aarch64/configure
@@ -2305,6 +2305,7 @@ as_fn_append ac_func_list " mmap"
as_fn_append ac_func_list " munmap"
as_fn_append ac_func_list " posix_fallocate"
as_fn_append ac_func_list " sigaction"
+as_fn_append ac_func_list " strsignal"
as_fn_append ac_func_list " time"
as_fn_append ac_func_list " truncate"
# Check that the precious variables saved in the cache have kept the same
@@ -3947,6 +3948,8 @@ done
+
+
case `pwd` in
*\ * | *\ *)
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: Libtool does not cope well with whitespace in \`pwd\`" >&5
@@ -11186,7 +11189,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11189 "configure"
+#line 11192 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11292,7 +11295,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11295 "configure"
+#line 11298 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H