From: H.J. Lu Date: Sun, 29 Oct 2006 19:18:47 +0000 (+0000) Subject: 2006-10-29 H.J. Lu X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=13a09c7cb443b62dfcf78277110ee3bc6a29fa97;hp=f8eae8b28b412fc8d9c8bad1961447652a306dd2;p=deliverable%2Fbinutils-gdb.git 2006-10-29 H.J. Lu PR binutils/3384 * configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h. * configure: Regenerated. * config.in: Likewise. * readelf.c: Include and for PATH_MAX. (program_interpreter): Allocate PATH_MAX bytes instead of 64. (process_program_headers): Don't assume that program interpreter is shorter than 64 characters. --- diff --git a/binutils/config.in b/binutils/config.in index 2194c7aac7..e3a178b6a2 100644 --- a/binutils/config.in +++ b/binutils/config.in @@ -79,6 +79,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the header file. */ +#undef HAVE_LIMITS_H + /* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H @@ -115,6 +118,9 @@ /* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + /* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H