* elfcomm.c (setup_archive): Extract index table and symbol table
authorNick Clifton <nickc@redhat.com>
Tue, 17 Jul 2012 16:29:36 +0000 (16:29 +0000)
committerNick Clifton <nickc@redhat.com>
Tue, 17 Jul 2012 16:29:36 +0000 (16:29 +0000)
commitc2a7d3f57d9b69909262d5c36fd500b94c84542f
tree7f2fef1bb415096821123c111905209b703fe9ca
parent2e84b6bfc2f02b1f7f9274d897d62d93faffd483
* elfcomm.c (setup_archive): Extract index table and symbol table
scanning code into...
(process_archive_index_and_symbols): ... this function and add
support for 64-bit index tables.
* elfcomm.h (struct archive_info): Change type of index_num and
index_array to elf_vma.
Add 'uses_64bit_indicies' field.
* readelf.c (process_archive): Fix support for 64-bit indicies.
binutils/ChangeLog
binutils/elfcomm.c
binutils/elfcomm.h
binutils/readelf.c
This page took 0.026855 seconds and 4 git commands to generate.