This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Import gnulib strtok_r module


Fix the build breakage reported here:
  https://sourceware.org/ml/gdb-patches/2015-04/msg00266.html

Comments?

Pedro Alves (2):
  update-gnulib.sh: work around aclocal warning with Perl >= 5.16
  Import strtok_r gnulib module

 gdb/gnulib/Makefile.in               |   1 +
 gdb/gnulib/aclocal.m4                |   1 +
 gdb/gnulib/config.in                 |  10 +++
 gdb/gnulib/configure                 | 125 +++++++++++++++++++++++++++++++++++
 gdb/gnulib/import/Makefile.am        |  11 ++-
 gdb/gnulib/import/Makefile.in        |  10 +--
 gdb/gnulib/import/m4/gnulib-cache.m4 |   3 +-
 gdb/gnulib/import/m4/gnulib-comp.m4  |   9 +++
 gdb/gnulib/import/m4/strtok_r.m4     |  74 +++++++++++++++++++++
 gdb/gnulib/import/strtok_r.c         |  76 +++++++++++++++++++++
 gdb/gnulib/update-gnulib.sh          |  19 +++++-
 11 files changed, 332 insertions(+), 7 deletions(-)
 create mode 100644 gdb/gnulib/import/m4/strtok_r.m4
 create mode 100644 gdb/gnulib/import/strtok_r.c
 mode change 100644 => 100755 gdb/gnulib/update-gnulib.sh

-- 
1.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]