import strstr and strerror modules
authorTom Tromey <tromey@redhat.com>
Tue, 5 Nov 2013 21:53:48 +0000 (14:53 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 18 Nov 2013 20:29:00 +0000 (13:29 -0700)
commit63ce7108c4b251cf2bad97283f5ea5279bb56a44
treedd0d23e3f968bc36a3e0ded37f668f82281c52da
parenta7c11ee135af24815f32e8cfbbb6f565f9f22a1b
import strstr and strerror modules

This imports the gnulib strstr and strerror modules.  It doesn't make
any other changes to gdb; I found it simpler to work with the branch
if I made the changes more indepdendent than I had previously.

2013-11-18  Tom Tromey  <tromey@redhat.com>

* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strerror
and strstr.
* 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: New.
* gnulib/import/intprops.h: New.
* gnulib/import/m4/errno_h.m4: New.
* gnulib/import/m4/gnulib-cache.m4: Update.
* gnulib/import/m4/gnulib-comp.m4: Update.
* gnulib/import/m4/strerror.m4: New.
* gnulib/import/m4/strstr.m4: New.
* gnulib/import/m4/sys_socket_h.m4: New.
* gnulib/import/strerror-override.c: New.
* gnulib/import/strerror-override.h: New.
* gnulib/import/strerror.c: New.
* gnulib/import/strstr.c: New.
19 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 [new file with mode: 0644]
gdb/gnulib/import/intprops.h [new file with mode: 0644]
gdb/gnulib/import/m4/errno_h.m4 [new file with mode: 0644]
gdb/gnulib/import/m4/gnulib-cache.m4
gdb/gnulib/import/m4/gnulib-comp.m4
gdb/gnulib/import/m4/strerror.m4 [new file with mode: 0644]
gdb/gnulib/import/m4/strstr.m4 [new file with mode: 0644]
gdb/gnulib/import/m4/sys_socket_h.m4 [new file with mode: 0644]
gdb/gnulib/import/strerror-override.c [new file with mode: 0644]
gdb/gnulib/import/strerror-override.h [new file with mode: 0644]
gdb/gnulib/import/strerror.c [new file with mode: 0644]
gdb/gnulib/import/strstr.c [new file with mode: 0644]
gdb/gnulib/update-gnulib.sh
This page took 0.048015 seconds and 4 git commands to generate.