OSDN Git Service

* symfile.c (symfile_relocate_debug_section): Update call to
authordrow <drow>
Tue, 1 Apr 2003 14:17:19 +0000 (14:17 +0000)
committerdrow <drow>
Tue, 1 Apr 2003 14:17:19 +0000 (14:17 +0000)
bfd_simple_get_relocated_section_contents.

gdb/ChangeLog
gdb/symfile.c

index aaae944..c6d9db5 100644 (file)
@@ -1,3 +1,8 @@
+2003-04-01  Daniel Jacobowitz  <drow@mvista.com>
+
+       * symfile.c (symfile_relocate_debug_section): Update call to
+       bfd_simple_get_relocated_section_contents.
+
 2003-03-31  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (FIX_CALL_DUMMY): Change to function with predicate.
index 8380b27..7d7886a 100644 (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