binutils-gdb/gdb/config
Pedro Alves d8d2a3ee47 Normalize on PATH_MAX instead of MAXPATHLEN throughout.
With the pathmax gnulib module in place, we can use PATH_MAX
consistently throughout, instead of the current mixbag of PATH_MAX and
MAXPATHLEN uses.  It's no longer necessary to include sys/param.h
(supposedly, I can't check all ports touched here) for MAXPATHLEN.

Don't remove sys/param.h from GDB's configure.ac, as later tests in
the file use HAVE_SYS_PARAM_H checks.

Tested on x86_64 Fedora 17.

Also cross-built for --host=i686-w64-mingw32, and --host=i586-pc-msdosdjgpp.

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

	* defs.h: Include "pathmax.h".
	* utils.c: Don't include sys/param.h.
	(gdb_realpath): Remove code that checks for MAXPATHLEN.
	* solib-ia64-hpux.c (ia64_hpux_handle_load_event): Use PATH_MAX
	instead of MAXPATHLEN.
	* solib-sunos.c: Don't include sys/param.h.
	* xcoffread.c: Don't include sys/param.h.
	* bsd-kvm.c: Don't include sys/param.h.
	* darwin-nat.c: Don't include sys/param.h.
	(darwin_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
	* darwin-nat-info.c: Don't include sys/param.h.
	* fbsd-nat.c (fbsd_pid_to_exec_file): Use PATH_MAX instead of
	MAXPATHLEN.
	* i386obsd-nat.c: Don't include sys/param.h.
	* inf-child.c: Don't include sys/param.h.
	(inf_child_fileio_readlink): Use PATH_MAX instead of MAXPATHLEN.
	* linux-fork.c: Don't include sys/param.h.
	(fork_save_infrun_state): Use PATH_MAX instead of MAXPATHLEN.
	* linux-nat.c: Don't include sys/param.h.
	(linux_child_pid_to_exec_file, linux_proc_pending_signals)
	(linux_proc_pending_signals): Use PATH_MAX instead of MAXPATHLEN.
	* m68klinux-nat.c: Don't include sys/param.h.
	* nbsd-nat.c: Don't include sys/param.h.
	(nbsd_pid_to_exec_file): Use PATH_MAX instead of MAXPATHLEN.
	* ppc-linux-nat.c: Don't include sys/param.h.
	* rs6000-nat.c: Don't include sys/param.h.
	* spu-linux-nat.c. Don't include sys/param.h.
	* windows-nat.c: Don't include sys/param.h.
	* xtensa-linux-nat.c: Don't include sys/param.h.
	* config/i386/nm-fbsd.h: Don't include sys/param.h.

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

	* server.h: Include "pathmax.h".
	* linux-low.c: Don't include sys/param.h.
	(linux_pid_exe_is_elf_64_file): Use PATH_MAX instead of
	MAXPATHLEN.
	* win32-low.c: Don't include sys/param.h.
	(win32_create_inferior): Use PATH_MAX instead of MAXPATHLEN.
2013-07-01 11:28:30 +00:00
..
aarch64 Adding aarch64-linux-nat support. 2013-02-08 09:00:35 +00:00
alpha gdb/ 2013-04-11 14:13:44 +00:00
arm gdb/ 2012-03-13 15:00:37 +00:00
djgpp Consistent use of (C) after "Copyright". 2013-02-12 19:03:57 +00:00
i386 Normalize on PATH_MAX instead of MAXPATHLEN throughout. 2013-07-01 11:28:30 +00:00
ia64 gdb/ 2012-03-13 15:00:37 +00:00
m32r gdb/ 2012-03-13 15:00:37 +00:00
m68k gdb/ 2012-03-13 15:00:37 +00:00
m88k * config/alpha/alpha-linux.mt: Remove file. 2007-11-17 00:54:18 +00:00
mips gdb/ 2013-04-11 14:13:44 +00:00
pa * config/pa/hpux.mh (NATDEPFILES): Remove somread.o. 2013-01-09 17:21:36 +00:00
powerpc Reimplement shared library support on ppc-aix... 2013-05-06 14:15:50 +00:00
s390 gdb/ 2012-03-13 15:00:37 +00:00
sh * config/alpha/alpha-linux.mt: Remove file. 2007-11-17 00:54:18 +00:00
sparc gdb/ 2013-04-11 14:13:44 +00:00
tilegx 2012-05-30 Jeff Kenton <jkenton@tilera.com> 2012-05-30 19:41:34 +00:00
vax gdb/ 2012-01-10 16:30:49 +00:00
xtensa gdb/ 2012-03-13 15:00:37 +00:00
nm-linux.h Consistent use of (C) after "Copyright". 2013-02-12 19:03:57 +00:00
nm-nto.h Consistent use of (C) after "Copyright". 2013-02-12 19:03:57 +00:00