]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - binutils/readelf.c
* readelf.c (process_program_headers): When locating the dynamic section use
authorNick Clifton <nickc@redhat.com>
Fri, 18 Jun 2004 17:18:59 +0000 (17:18 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 18 Jun 2004 17:18:59 +0000 (17:18 +0000)
commitb2d38a17cf625ae652ea4104a73be007176d98b0
tree4b12193fea6eb13808fb32ffb0b4a705d2137871
parentf234d5fec15945746925a6075d56cb3f50a5eeea
* 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.
binutils/ChangeLog
binutils/readelf.c