Re: readelf patch

2015-10-27 Thread Stephen Fisher
On Tue, Oct 27, 2015 at 11:36:34AM +, Nick Clifton wrote: > >Here is a patch to add support to readelf for showing the details of > >two more types of NetBSD ELF notes. The patches are taken from the > >cvs repo of NetBSD, where the changes were applied to their copy a > >while back. > >

Re: readelf patch

2015-10-27 Thread Nick Clifton
Hi Stephen, Here is a patch to add support to readelf for showing the details of two more types of NetBSD ELF notes. The patches are taken from the cvs repo of NetBSD, where the changes were applied to their copy a while back. Do you have a binutils FSF copyright assignment on file ? (I look

Re: readelf patch

2015-10-24 Thread Mike Frysinger
patches should be sent to binut...@sourceware.org and not the bug list. this list is more for watching bugzilla reports. -mike signature.asc Description: Digital signature ___ bug-binutils mailing list bug-binutils@gnu.org https://lists.gnu.org/mailman/

Re: readelf patch: support non-standard section header sizes

2005-10-27 Thread Nick Clifton
Hi Ronald, Problem: when running readelf on ELF binaries that have a non-standard size for the Elf32_Ehdr.e_shentsize field (and thus non-standard size section headers), the sections are not correctly interpreted. Can you post a (small) example file that contains such non-standard sizes so th