diff options
author | Nick Clifton <nickc@redhat.com> | 2012-07-17 16:29:35 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2012-07-17 16:29:35 +0000 |
commit | 35331973229e9efa4c14245eab3e71e268c4a210 (patch) | |
tree | 58e0f8287d7213c4112aabd99b539026989574e6 /binutils/ChangeLog | |
parent | f7adb8cc5255c75a39a48a3986048f4fae9aeb15 (diff) | |
download | binutils-redhat-35331973229e9efa4c14245eab3e71e268c4a210.tar.gz |
* 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 7c3018f432..3068937616 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 |