diff options
author | Nick Clifton <nickc@redhat.com> | 2002-11-07 14:36:31 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2002-11-07 14:36:31 +0000 |
commit | ec4530b540c3e8ac595d1c65744ff8e6c8695c96 (patch) | |
tree | 162b8c4541dccc13aabea17714cb57b7ff05e70a /bfd/ChangeLog | |
parent | bde78a07b9f30f173df10eb779ce51284ee275c9 (diff) | |
download | gdb-ec4530b540c3e8ac595d1c65744ff8e6c8695c96.zip gdb-ec4530b540c3e8ac595d1c65744ff8e6c8695c96.tar.gz gdb-ec4530b540c3e8ac595d1c65744ff8e6c8695c96.tar.bz2 |
Use bfd_simple_get_relocated_section_contents() instead of bfd_get_section_contents().
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
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 <mludvig@suse.cz> + + * 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 <hp@axis.com> * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT, |