Warn if the sh_info field of a symbol table does not index the first non-local symbol...
authorNick Clifton <nickc@redhat.com>
Fri, 12 Aug 2016 19:36:20 +0000 (20:36 +0100)
committerNick Clifton <nickc@redhat.com>
Fri, 12 Aug 2016 19:36:20 +0000 (20:36 +0100)
commit52c3c391f4a4a38ca921e5e7b5dce92e62079f34
tree7e7be53c70061a22d6904e07b53e2f5966ce538a
parent3785f51aa2454dba199db8aafa80019795d536ec
Warn if the sh_info field of a symbol table does not index the first non-local symbol in the section.

* readelf.c (process_symbol_table): Generate a warning if a local
symbol is found at and offste greater than or equal to the sh_info
field of it's section header.
binutils/ChangeLog
binutils/readelf.c