Import strtok_r gnulib module
authorPedro Alves <palves@redhat.com>
Wed, 8 Apr 2015 17:10:21 +0000 (18:10 +0100)
committerPedro Alves <palves@redhat.com>
Thu, 9 Apr 2015 09:36:05 +0000 (10:36 +0100)
commit421693b020bf6e306c6c795541d0bd9dad0db1f1
tree9b0a7d01da1405618fcdb0de400db88ba7c2fbb5
parentf543dc83b84d8ebcd0899dfd16215b884b7762fa
Import strtok_r gnulib module

gdb/linux-tdep.c recently gained a strtok_r use.  That broke
--enable-targets=all with some versions of mingw64, which don't have
strtok_r:

  https://sourceware.org/ml/gdb-patches/2015-04/msg00266.html

Fix that by importing the strtok_r gnulib module.

gdb/ChangeLog:
2015-04-09  Pedro Alves  <palves@redhat.com>

* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add strtok_r.
* gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/strtok_r.m4.
* gnulib/configure, gnulib/config.in, gnulib/aclocal.m4: Regenerate.
* gnulib/import/Makefile.am: Update.
* gnulib/import/Makefile.in: Update.
* gnulib/import/m4/gnulib-cache.m4: Update.
* gnulib/import/m4/gnulib-comp.m4: Update.
* gnulib/import/m4/strtok_r.m4: New file.
* gnulib/import/strtok_r.c: New file.
12 files changed:
gdb/ChangeLog
gdb/gnulib/Makefile.in
gdb/gnulib/aclocal.m4
gdb/gnulib/config.in
gdb/gnulib/configure
gdb/gnulib/import/Makefile.am
gdb/gnulib/import/Makefile.in
gdb/gnulib/import/m4/gnulib-cache.m4
gdb/gnulib/import/m4/gnulib-comp.m4
gdb/gnulib/import/m4/strtok_r.m4 [new file with mode: 0644]
gdb/gnulib/import/strtok_r.c [new file with mode: 0644]
gdb/gnulib/update-gnulib.sh
This page took 0.025742 seconds and 4 git commands to generate.