diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-20 08:19:05 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-20 08:49:40 -0700 |
commit | 8986e351a4e4cffcce727d6f612d08a90865358d (patch) | |
tree | 74ed9c8c6bae28c2e75dbd0ec1c761cc29270919 /gdb/gnulib/aclocal.m4 | |
parent | 10d8cbd222af0f56ca41e17a29fbdea46c5dc288 (diff) | |
download | binutils-gdb-8986e351a4e4cffcce727d6f612d08a90865358d.tar.gz |
remove strerror module
This fixes the mingw build breakage reported by Pierre.
I found that the gnulib strerror module somehow requires us to pull in
the gethostname module. However, pulling in the gethostname module
makes many things break.
I've sent a bug report to gnulib.
Meanwhile, removing the strerror module should not harm gdb and fixes
the build.
I'm checking this in.
2013-11-20 Tom Tromey <tromey@redhat.com>
* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Remove
strerror module.
* gnulib/aclocal.m4: Update.
* gnulib/config.in: Update.
* gnulib/configure: Update.
* gnulib/import/Makefile.am: Update.
* gnulib/import/Makefile.in: Update.
* gnulib/import/errno.in.h: Remove.
* gnulib/import/intprops.h: Remove.
* gnulib/import/m4/errno_h.m4: Remove.
* gnulib/import/m4/gnulib-cache.m4: Update.
* gnulib/import/m4/gnulib-comp.m4: Update.
* gnulib/import/m4/strerror.m4: Remove.
* gnulib/import/m4/sys_socket_h.m4: Remove.
* gnulib/import/strerror-override.c: Remove.
* gnulib/import/strerror-override.h: Remove.
* gnulib/import/strerror.c: Remove.
* gnulib/update-gnulib.sh: Update.
Diffstat (limited to 'gdb/gnulib/aclocal.m4')
-rw-r--r-- | gdb/gnulib/aclocal.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/gnulib/aclocal.m4 b/gdb/gnulib/aclocal.m4 index f89f6d0d7ea..66d69a91ca2 100644 --- a/gdb/gnulib/aclocal.m4 +++ b/gdb/gnulib/aclocal.m4 @@ -1017,7 +1017,6 @@ m4_include([import/m4/alloca.m4]) m4_include([import/m4/codeset.m4]) m4_include([import/m4/configmake.m4]) m4_include([import/m4/dirent_h.m4]) -m4_include([import/m4/errno_h.m4]) m4_include([import/m4/exponentd.m4]) m4_include([import/m4/exponentl.m4]) m4_include([import/m4/extensions.m4]) @@ -1056,10 +1055,8 @@ m4_include([import/m4/ssize_t.m4]) m4_include([import/m4/stdbool.m4]) m4_include([import/m4/stddef_h.m4]) m4_include([import/m4/stdint.m4]) -m4_include([import/m4/strerror.m4]) m4_include([import/m4/string_h.m4]) m4_include([import/m4/strstr.m4]) -m4_include([import/m4/sys_socket_h.m4]) m4_include([import/m4/sys_stat_h.m4]) m4_include([import/m4/sys_types_h.m4]) m4_include([import/m4/time_h.m4]) |