* Makefile.in (symfile.o): Add gdb-stabs.h to dependencies list.
[deliverable/binutils-gdb.git] / gdb / dstread.c
index b6f31ac8463ff87e370828cba1eb066c5b1a59f0..c49b551321af58864bcd1ba8881a0ebab95b6073 100644 (file)
@@ -1577,9 +1577,7 @@ struct section_offsets dst_symfile_faker =
 {0};
 
 void
-dst_symfile_offsets (objfile, addr)
-     struct objfile *objfile;
-     struct section_addr_info *addrs;
+dst_symfile_offsets (struct objfile *objfile, struct section_addr_info *addrs)
 {
   objfile->num_sections = 1;
   objfile->section_offsets = &dst_symfile_faker;
This page took 0.024125 seconds and 4 git commands to generate.