import gnulib sys/stat.h module
authorTom Tromey <tromey@redhat.com>
Wed, 6 Nov 2013 14:49:44 +0000 (07:49 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 18 Nov 2013 20:29:02 +0000 (13:29 -0700)
commit09607c9e081644f4f5a7fdd9105ee1e9862fdb66
treebc25d8841c9de8592e5aaedbee349184e5df33ae
parent4ff70b847ca222dcd9e7fc33ef2be300f75be68a
import gnulib sys/stat.h module

This imports the gnulib sys/stat.h module.
It doesn't make any other changes to gdb.

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

* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add
sys_stat.
* gnulib/aclocal.m4: Update.
* gnulib/config.in: Update.
* gnulib/configure: Update.
* 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/sys_stat_h.m4: New.
* gnulib/import/m4/time_h.m4: New.
* gnulib/import/sys_stat.in.h: New.
* gnulib/import/time.in.h: New.
13 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/m4/gnulib-cache.m4
gdb/gnulib/import/m4/gnulib-comp.m4
gdb/gnulib/import/m4/sys_stat_h.m4 [new file with mode: 0644]
gdb/gnulib/import/m4/time_h.m4 [new file with mode: 0644]
gdb/gnulib/import/sys_stat.in.h [new file with mode: 0644]
gdb/gnulib/import/time.in.h [new file with mode: 0644]
gdb/gnulib/update-gnulib.sh
This page took 0.026465 seconds and 4 git commands to generate.