* symfile.c (symfile_relocate_debug_section): Update call to

bfd_simple_get_relocated_section_contents.
This commit is contained in:
Daniel Jacobowitz
2003-04-01 14:17:20 +00:00
parent 276e509410
commit 97606a13b0
2 changed files with 6 additions and 1 deletions

View File

@@ -3573,7 +3573,7 @@ symfile_relocate_debug_section (bfd *abfd, asection *sectp, bfd_byte *buf)
all sections begin at 0. */
bfd_map_over_sections (abfd, symfile_dummy_outputs, NULL);
return bfd_simple_get_relocated_section_contents (abfd, sectp, buf);
return bfd_simple_get_relocated_section_contents (abfd, sectp, buf, NULL);
}
void