diff options
author | Richard Sandiford <rdsandiford@googlemail.com> | 2005-01-31 20:35:25 +0000 |
---|---|---|
committer | Richard Sandiford <rdsandiford@googlemail.com> | 2005-01-31 20:35:25 +0000 |
commit | 89fac5e3c33745a93c9b90538048505d46ca365c (patch) | |
tree | 1cea1c62066a3db527f16669ef44e2022527fdfd /binutils/ChangeLog | |
parent | c46f8c5116f1207b4675c247287b5020f4bae1d1 (diff) | |
download | gdb-89fac5e3c33745a93c9b90538048505d46ca365c.zip gdb-89fac5e3c33745a93c9b90538048505d46ca365c.tar.gz gdb-89fac5e3c33745a93c9b90538048505d46ca365c.tar.bz2 |
* readelf.c (eh_addr_size): New variable.
(find_section): Move earlier in file. Return empty sections too.
(process_program_headers): Use find_section to find .dynamic.
(process_section_headers): Initialize eh_addr_size.
(dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind)
(dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind)
(display_debug_frames): Use it instead of local addr_size variable.
(size_of_encoded_value): Get pointer size from eh_addr_size rather
than is_32bit_elf.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 1fd7dcf..bf5c01b 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,15 @@ +2005-01-31 Richard Sandiford <rsandifo@redhat.com> + + * readelf.c (eh_addr_size): New variable. + (find_section): Move earlier in file. Return empty sections too. + (process_program_headers): Use find_section to find .dynamic. + (process_section_headers): Initialize eh_addr_size. + (dump_ia64_unwind, slurp_ia64_unwind_table, ia64_process_unwind) + (dump_hppa_unwind, slurp_hppa_unwind_table, hppa_process_unwind) + (display_debug_frames): Use it instead of local addr_size variable. + (size_of_encoded_value): Get pointer size from eh_addr_size rather + than is_32bit_elf. + 2005-01-31 Andrew Cagney <cagney@gnu.org> * configure: Regenerate to track ../gettext.m4. |