OSDN Git Service

* readelf.c (process_program_headers): When locating the dynamic section use
authornickc <nickc>
Fri, 18 Jun 2004 17:18:58 +0000 (17:18 +0000)
committernickc <nickc>
Fri, 18 Jun 2004 17:18:58 +0000 (17:18 +0000)
commitcc20a572316908730a3d76678d6d8aa4d9d8e870
treedbcc9041d47f1d68db8820d107cc774d73f5027b
parent8e21a33c550a0ffec9c70a00a8e7dfa739142735
* 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