CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/12/06 11:59:31
Modified files:
gnu/usr.bin/binutils-2.17/binutils: readelf.c
gnu/usr.bin/binutils-2.17/include/elf: common.h
sys/sys : exec_elf.h
sys/kern : exec_elf.c
Log message:
Core files with >65535 sections have to use PN_XNUM and a section header
to pass the real count, with a minimal .shstrtab segment for consistency.
Also, add support for PN_XNUM to readelf.
problem reported and testing by claudio@
ok kettenis@
