diff options
author | Nick Clifton <nickc@redhat.com> | 2012-07-17 16:29:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-07-17 16:29:36 +0000 |
commit | c2a7d3f57d9b69909262d5c36fd500b94c84542f (patch) | |
tree | 7f2fef1bb415096821123c111905209b703fe9ca /binutils/ChangeLog | |
parent | 2e84b6bfc2f02b1f7f9274d897d62d93faffd483 (diff) | |
download | gdb-c2a7d3f57d9b69909262d5c36fd500b94c84542f.zip gdb-c2a7d3f57d9b69909262d5c36fd500b94c84542f.tar.gz gdb-c2a7d3f57d9b69909262d5c36fd500b94c84542f.tar.bz2 |
* 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.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 7c3018f..3068937 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,14 @@ +2012-07-17 Nick Clifton <nickc@redhat.com> + + * 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. + 2012-07-03 Nick Clifton <nickc@redhat.com> * readelf.c (process_archive): Display member indicies when |