remove strerror module
authorTom Tromey <tromey@redhat.com>
Wed, 20 Nov 2013 15:19:05 +0000 (08:19 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 20 Nov 2013 15:49:40 +0000 (08:49 -0700)
commit8986e351a4e4cffcce727d6f612d08a90865358d
tree74ed9c8c6bae28c2e75dbd0ec1c761cc29270919
parent10d8cbd222af0f56ca41e17a29fbdea46c5dc288
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.
17 files changed:
gdb/ChangeLog
gdb/gnulib/aclocal.m4
gdb/gnulib/config.in
gdb/gnulib/configure
gdb/gnulib/import/Makefile.am
gdb/gnulib/import/Makefile.in
gdb/gnulib/import/errno.in.h [deleted file]
gdb/gnulib/import/intprops.h [deleted file]
gdb/gnulib/import/m4/errno_h.m4 [deleted file]
gdb/gnulib/import/m4/gnulib-cache.m4
gdb/gnulib/import/m4/gnulib-comp.m4
gdb/gnulib/import/m4/strerror.m4 [deleted file]
gdb/gnulib/import/m4/sys_socket_h.m4 [deleted file]
gdb/gnulib/import/strerror-override.c [deleted file]
gdb/gnulib/import/strerror-override.h [deleted file]
gdb/gnulib/import/strerror.c [deleted file]
gdb/gnulib/update-gnulib.sh
This page took 0.03731 seconds and 4 git commands to generate.