Thu May 21 13:14:25 1998 John Metzler <jmetzler@cygnus.com>
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index b01c990405de19e8a3c90e2d0a1e52ccd82a6609..b6162d4bb918e277b59bb5d4e51eeaaa59ef96fb 100644 (file)
@@ -1513,6 +1513,8 @@ read_file_scope (die, objfile)
       set_cu_language (DW_UNSND (attr));
     }
 
+  /* We assume that we're processing GCC output. */
+  processing_gcc_compilation = 2;
 #if 0
     /* FIXME:Do something here.  */
     if (dip->at_producer != NULL)
This page took 0.023676 seconds and 4 git commands to generate.