421693b020
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. |
||
---|---|---|
.. | ||
00gnulib.m4 | ||
alloca.m4 | ||
canonicalize.m4 | ||
codeset.m4 | ||
configmake.m4 | ||
dirent_h.m4 | ||
dirfd.m4 | ||
dirname.m4 | ||
double-slash-root.m4 | ||
eealloc.m4 | ||
errno_h.m4 | ||
exponentd.m4 | ||
exponentl.m4 | ||
extensions.m4 | ||
extern-inline.m4 | ||
fcntl-o.m4 | ||
float_h.m4 | ||
fnmatch.m4 | ||
fpieee.m4 | ||
frexp.m4 | ||
frexpl.m4 | ||
glibc21.m4 | ||
gnulib-cache.m4 | ||
gnulib-common.m4 | ||
gnulib-comp.m4 | ||
gnulib-tool.m4 | ||
include_next.m4 | ||
inttypes-pri.m4 | ||
inttypes.m4 | ||
isnand.m4 | ||
isnanl.m4 | ||
largefile.m4 | ||
localcharset.m4 | ||
locale-fr.m4 | ||
locale-ja.m4 | ||
locale-zh.m4 | ||
longlong.m4 | ||
lstat.m4 | ||
malloc.m4 | ||
malloca.m4 | ||
math_h.m4 | ||
mbrtowc.m4 | ||
mbsinit.m4 | ||
mbsrtowcs.m4 | ||
mbstate_t.m4 | ||
memchr.m4 | ||
memmem.m4 | ||
mmap-anon.m4 | ||
multiarch.m4 | ||
nocrash.m4 | ||
off_t.m4 | ||
pathmax.m4 | ||
readlink.m4 | ||
rename.m4 | ||
rmdir.m4 | ||
ssize_t.m4 | ||
stat.m4 | ||
stdbool.m4 | ||
stddef_h.m4 | ||
stdint.m4 | ||
stdio_h.m4 | ||
stdlib_h.m4 | ||
string_h.m4 | ||
strstr.m4 | ||
strtok_r.m4 | ||
sys_stat_h.m4 | ||
sys_types_h.m4 | ||
time_h.m4 | ||
unistd_h.m4 | ||
warn-on-use.m4 | ||
wchar_h.m4 | ||
wchar_t.m4 | ||
wctype_h.m4 | ||
wint_t.m4 |