This is the mail archive of the gdb-cvs@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]

src/gdb ChangeLog gnulib/Makefile.in gnulib/ac ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	palves@sourceware.org	2013-07-01 11:25:43

Modified files:
	gdb            : ChangeLog 
	gdb/gnulib     : Makefile.in aclocal.m4 config.in configure 
	                 update-gnulib.sh 
	gdb/gnulib/import: Makefile.am Makefile.in 
	gdb/gnulib/import/m4: gnulib-cache.m4 gnulib-comp.m4 
Added files:
	gdb/gnulib/import: pathmax.h 
	gdb/gnulib/import/m4: pathmax.m4 

Log message:
	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.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.15772&r2=1.15773
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/Makefile.in.diff?cvsroot=src&r1=1.18&r2=1.19
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/aclocal.m4.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/config.in.diff?cvsroot=src&r1=1.7&r2=1.8
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/configure.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/update-gnulib.sh.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/pathmax.h.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/Makefile.am.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/Makefile.in.diff?cvsroot=src&r1=1.9&r2=1.10
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/m4/pathmax.m4.diff?cvsroot=src&r1=NONE&r2=1.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/m4/gnulib-cache.m4.diff?cvsroot=src&r1=1.8&r2=1.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gnulib/import/m4/gnulib-comp.m4.diff?cvsroot=src&r1=1.8&r2=1.9


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