diff options
author | Gary Benson <gbenson@redhat.com> | 2014-06-20 15:41:28 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-06-20 15:41:28 +0100 |
commit | 698b3e08336ffac76d45d9ddb6a85ae166098140 (patch) | |
tree | 834039f91e12e418d5711324814c4a1f03ca4531 /gdb/gdbserver/config.in | |
parent | 125f8a3ddedd413a2290dae011f0bed9ffc78278 (diff) | |
download | gdb-698b3e08336ffac76d45d9ddb6a85ae166098140.zip gdb-698b3e08336ffac76d45d9ddb6a85ae166098140.tar.gz gdb-698b3e08336ffac76d45d9ddb6a85ae166098140.tar.bz2 |
Fix mingw32 build on x86-64 RHEL 6.5
This commit fixes the mingw32 build on x86-64 RHEL 6.5.
gdb/gdbserver/
2014-06-20 Gary Benson <gbenson@redhat.com>
* configure.ac (AC_REPLACE_FUNCS) <vasprintf, vsnprintf>: Removed.
* configure: Regenerated.
* config.in: Likewise.
Diffstat (limited to 'gdb/gdbserver/config.in')
-rw-r--r-- | gdb/gdbserver/config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/gdbserver/config.in b/gdb/gdbserver/config.in index 1b9751f..6ce45a6 100644 --- a/gdb/gdbserver/config.in +++ b/gdb/gdbserver/config.in @@ -66,9 +66,6 @@ /* Define to 1 if you have the `getrlimit' function. */ #undef HAVE_GETRLIMIT -/* Define to 1 if you have the `gettimeofday' function. */ -#undef HAVE_GETTIMEOFDAY - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H @@ -232,12 +229,6 @@ /* Define if UST is available */ #undef HAVE_UST -/* Define to 1 if you have the `vasprintf' function. */ -#undef HAVE_VASPRINTF - -/* Define to 1 if you have the `vsnprintf' function. */ -#undef HAVE_VSNPRINTF - /* Define to 1 if you have the <wait.h> header file. */ #undef HAVE_WAIT_H |