IA MCU psABI support: changes to libraries
[gcc.git] / gcc / debug.h
index e7e1334c1549b74344f8e98d729bdd6875b1c2bd..269c4d83f171da31a124e771e7f2bb6f86775c7a 100644 (file)
@@ -89,6 +89,10 @@ struct gcc_debug_hooks
   /* Record end of function.  LINE is highest line number in function.  */
   void (* end_function) (unsigned int line);
 
+  /* Register UNIT as the main translation unit.  Called from front-ends when
+     they create their main translation unit.  */
+  void (* register_main_translation_unit) (tree);
+
   /* Debug information for a function DECL.  This might include the
      function name (a symbol), its parameters, and the block that
      makes up the function's body, and the local variables of the