]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/langhooks.h
debug/96383 - emit debug info for used external functions
[thirdparty/gcc.git] / gcc / langhooks.h
index 2bd5a67cd3703ecc4affa9cd9fcdc2cc622a3315..6ab6fb682f3bf63d63ac48d8b0de3a5a2242dae5 100644 (file)
@@ -580,6 +580,9 @@ struct lang_hooks
   const char *(*get_substring_location) (const substring_loc &,
                                         location_t *out_loc);
 
+  /* Invoked before the early_finish debug hook is invoked.  */
+  void (*finalize_early_debug) (void);
+
   /* Whenever you add entries here, make sure you adjust langhooks-def.h
      and langhooks.c accordingly.  */
 };