* symfile.c (symfile_relocate_debug_section): Update call to
authorDaniel Jacobowitz <drow@false.org>
Tue, 1 Apr 2003 14:17:20 +0000 (14:17 +0000)
committerDaniel Jacobowitz <drow@false.org>
Tue, 1 Apr 2003 14:17:20 +0000 (14:17 +0000)
bfd_simple_get_relocated_section_contents.

gdb/ChangeLog
gdb/symfile.c

index aaae94439c644a04e981f40ae4c2b5a85d103f77..c6d9db5058efd8b2521c60cc24c66f1ef6556e9e 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 8380b2760196670449e9fc55a83e505dfca0f010..7d7886a29215328d522d77d4bd4b16efb141d375 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
This page took 0.030335 seconds and 4 git commands to generate.