From ec4530b540c3e8ac595d1c65744ff8e6c8695c96 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Thu, 7 Nov 2002 14:36:31 +0000 Subject: Use bfd_simple_get_relocated_section_contents() instead of bfd_get_section_contents(). --- bfd/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'bfd/ChangeLog') diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 941da8a..5acc0c6 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +2002-11-07 Michal Ludvig + + * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info, + _bfd_dwarf2_find_nearest_line): Use + bfd_simple_get_relocated_section_contents() instead of + bfd_get_section_contents(). + * reloc.c (bfd_perform_relocation): Add sanity check. + * simple.c (simple_get_relocated_section_contents): If the section + does not have any relocs associated with it, just return the + unadjusted contents. + 2002-11-07 Hans-Peter Nilsson * elf32-cris.c (cris_elf_relocate_section)