PR macros/13205:
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index f06dea68e690f8092f07b7566a9d6a9f30c49d24..f89742b180a01f3516d059de0749d5b6d8ec8d6c 100644 (file)
@@ -15572,9 +15572,12 @@ macro_start_file (int file, int line,
                                       objfile->macro_cache);
 
   if (! current_file)
-    /* If we have no current file, then this must be the start_file
-       directive for the compilation unit's main source file.  */
-    current_file = macro_set_main (pending_macros, full_name);
+    {
+      /* If we have no current file, then this must be the start_file
+        directive for the compilation unit's main source file.  */
+      current_file = macro_set_main (pending_macros, full_name);
+      macro_define_special (pending_macros);
+    }
   else
     current_file = macro_include (current_file, line, full_name);
 
This page took 0.031102 seconds and 4 git commands to generate.