Import the "pathmax" gnulib module.
authorPedro Alves <palves@redhat.com>
Mon, 1 Jul 2013 11:25:43 +0000 (11:25 +0000)
committerPedro Alves <palves@redhat.com>
Mon, 1 Jul 2013 11:25:43 +0000 (11:25 +0000)
commit38ec22075a7298fbe720aeda2b0c611964b67155
tree1f64cbcdc14674569f46b6ba5496582cb7c09c80
parente655c1a2f59367d66f81e446f39b84e9eeee1465
Import the "pathmax" gnulib module.

This imports the "pathmax" gnulib module, making PATH_MAX always
available on systems that have the notion of a constant max path limit
(i.e., practically everywhere except the Hurd), along with fixing a
couple broken systems --- see pathmax.h in the patch.

This means we can normalize on PATH_MAX throughout the tree (instead
of some places using MAXPATHLEN, or defining fallback constants
ourselves).

This is the just the importing step.

gdb/
2013-07-01  Pedro Alves  <palves@redhat.com>

* gnulib/update-gnulib.sh (IMPORTED_GNULIB_MODULES): Add pathmax.
* gnulib/Makefile.in (aclocal_m4_deps): Add import/m4/pathmax.m4.
* gnulib/aclocal.m4: Regenerate.
* gnulib/config.in: Regenerate.
* gnulib/configure: Regenerate.
* gnulib/import/pathmax.h: New file.
* gnulib/import/Makefile.am: Regenerate.
* gnulib/import/Makefile.in: Regenerate.
* gnulib/import/m4/gnulib-cache.m4: Regenerate.
* gnulib/import/m4/gnulib-comp.m4: Regenerate.
* gnulib/import/m4/pathmax.m4: 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/pathmax.m4 [new file with mode: 0644]
gdb/gnulib/import/pathmax.h [new file with mode: 0644]
gdb/gnulib/update-gnulib.sh
This page took 0.025584 seconds and 4 git commands to generate.