Replace ../include/wait.h with gdb_wait.h.
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 55f23cb8fb8ef504f6eaed845ddb49ec665b1f9b..944128293fa493896f616d1653aaa3e177cda5f4 100644 (file)
@@ -753,7 +753,7 @@ process_linenos (start, end)
            start_subfile (fakename, (char *) 0);
            free (current_subfile->name);
          }
-         current_subfile->name = strdup (inclTable[ii].name);
+         current_subfile->name = xstrdup (inclTable[ii].name);
 #endif
 
          if (lv == lineTb)
@@ -2759,7 +2759,7 @@ xcoff_initial_scan (objfile, mainline)
 }
 \f
 static void
-xcoff_symfile_offsets (objfile, addr)
+xcoff_symfile_offsets (objfile, addrs)
      struct objfile *objfile;
      struct section_addr_info *addrs;
 {
This page took 0.023686 seconds and 4 git commands to generate.