diff options
author | Alan Modra <amodra@gmail.com> | 2001-12-11 05:38:49 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-12-11 05:38:49 +0000 |
commit | 560f3c1c224ddfee3987a06355bea37eaca46459 (patch) | |
tree | 3fb8bbbc9d900ac507ad82a0304b8446f222b58d /binutils/ChangeLog | |
parent | 5732c1148529a165aec99db5fbd9036eeb10ad68 (diff) | |
download | gdb-560f3c1c224ddfee3987a06355bea37eaca46459.zip gdb-560f3c1c224ddfee3987a06355bea37eaca46459.tar.gz gdb-560f3c1c224ddfee3987a06355bea37eaca46459.tar.bz2 |
* readelf.c (process_file_header): Print extended e_shnum and
e_shdtrndx values. Set elf_header values for same.
(get_32bit_section_headers): Add "num" arg to read "num" headers.
(get_64bit_section_headers): Likewise.
(process_section_headers): Update calls.
(get_file_header): Call get_32bit_section_headers or 64bit variant.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 0969aca..dee8f60 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,12 @@ +2001-12-11 Alan Modra <amodra@bigpond.net.au> + + * readelf.c (process_file_header): Print extended e_shnum and + e_shdtrndx values. Set elf_header values for same. + (get_32bit_section_headers): Add "num" arg to read "num" headers. + (get_64bit_section_headers): Likewise. + (process_section_headers): Update calls. + (get_file_header): Call get_32bit_section_headers or 64bit variant. + 2001-12-10 Jakub Jelinek <jakub@redhat.com> * objcopy.c (setup_section): Copy entsize. |