Accept 16-bit addresses.
[deliverable/binutils-gdb.git] / gdb / dstread.c
index 8ed415bc6c50c9241a82ebb0a9116592c5550685..c10c1fe18cc15e9911643562042cdf6c120be099 100644 (file)
@@ -1638,13 +1638,13 @@ init_dst_sections (chan)
 struct section_offsets dst_symfile_faker =
 {0};
 
-struct section_offsets *
+void
 dst_symfile_offsets (objfile, addr)
      struct objfile *objfile;
-     CORE_ADDR addr;
+     struct section_addr_info *addrs;
 {
   objfile->num_sections = 1;
-  return &dst_symfile_faker;
+  objfile->section_offsets = &dst_symfile_faker;
 }
 
 /* Register our ability to parse symbols for DST BFD files */
This page took 0.024742 seconds and 4 git commands to generate.