]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
2006-10-29 H.J. Lu <hongjiu.lu@intel.com>
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 29 Oct 2006 19:07:54 +0000 (19:07 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 29 Oct 2006 19:07:54 +0000 (19:07 +0000)
commitf8eae8b28b412fc8d9c8bad1961447652a306dd2
tree7b39dbbce6990ef9b39b5d94910f2df89b0d9cc8
parente2785c4472a06867e3ddbd11a5609d3f1a9e0f32
2006-10-29  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/3384
* configure.in (AC_CHECK_HEADERS): Add limits.h and sys/param.h.
* configure: Regenerated.
* config.in: Likewise.

* readelf.c: Include <limits.h> and <sys/param.h> 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.
binutils/ChangeLog
binutils/configure
binutils/configure.in
binutils/readelf.c