* scripttempl/elfppc.sc: Remove.
[deliverable/binutils-gdb.git] / gdb / xcoffread.c
index 41ab7635a3da6915cbdbb0417e8b88933c4b0ce4..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)
This page took 0.023885 seconds and 4 git commands to generate.