diff options
author | Nick Clifton <nickc@redhat.com> | 2004-06-18 17:18:59 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-06-18 17:18:59 +0000 |
commit | b2d38a17cf625ae652ea4104a73be007176d98b0 (patch) | |
tree | 4b12193fea6eb13808fb32ffb0b4a705d2137871 /binutils/ChangeLog | |
parent | f234d5fec15945746925a6075d56cb3f50a5eeea (diff) | |
download | binutils-gdb-b2d38a17cf625ae652ea4104a73be007176d98b0.tar.gz |
* readelf.c (process_program_headers): When locating the dynamic section use
the section table if it is present.
(dynamic_segment): Renamed to dynamic_section.
Replace references to dynamic segment with references to dynamic
section, except where appropriate.
(dynamic_segment_mips_val): Rename to dynamic_section_mips_val.
(dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val.
(dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val.
(get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section.
Remove tag counting code as it is no longer needed.
(get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section.
Remove tag counting code as it is no longer needed.
(process_dynamic_segment): Rename to process_dynamic_section.
Diffstat (limited to 'binutils/ChangeLog')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 94cc41e8921..f3d62b45f6a 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +2004-06-18 Jie Zhang <zhangjie@magima.com.cn> + + * readelf.c (process_program_headers): When locating the dynamic + section use the section table if it is present. + (dynamic_segment): Renamed to dynamic_section. + Replace references to dynamic segment with references to dynamic + section, except where appropriate. + (dynamic_segment_mips_val): Rename to dynamic_section_mips_val. + (dynamic_segment_parisc_val): Rename to dynamic_section_parisc_val. + (dynamic_segment_ia64_val): Rename to dynamic_section_ia64_val. + (get_32bit_dynamic_segment): Rename to get_32bit_dynamic_section. + Remove tag counting code as it is no longer needed. + (get_64bit_dynamic_segment): Rename to get_64bit_dynamic_section. + Remove tag counting code as it is no longer needed. + (process_dynamic_segment): Rename to process_dynamic_section. + 2004-06-15 Alan Modra <amodra@bigpond.net.au> * objcopy.c (copy_section): Use bfd_get_section_size instead of |