IA MCU psABI support: changes to libraries
[gcc.git] / gcc / dumpfile.h
index d650174c431184cfd70b2ce58fc0af74fced03f6..a3334f64b88f5dec25814e3a3ec0ead182d6c7d0 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions for the shared dumpfile.
-   Copyright (C) 2004-2014 Free Software Foundation, Inc.
+   Copyright (C) 2004-2015 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -21,7 +21,6 @@ along with GCC; see the file COPYING3.  If not see
 #ifndef GCC_DUMPFILE_H
 #define GCC_DUMPFILE_H 1
 
-#include "line-map.h"
 
 /* Different tree dump places.  When you add new tree dump places,
    extend the DUMP_FILES array in dumpfile.c.  */
@@ -182,11 +181,17 @@ public:
   struct dump_file_info *
   get_dump_file_info (int phase) const;
 
+  struct dump_file_info *
+  get_dump_file_info_by_switch (const char *swtch) const;
+
   /* Return the name of the dump file for the given phase.
      If the dump is not enabled, returns NULL.  */
   char *
   get_dump_file_name (int phase) const;
 
+  char *
+  get_dump_file_name (struct dump_file_info *dfi) const;
+
   int
   dump_switch_p (const char *arg);