OSDN Git Service

Revert accidental commit.
[pf3gnuchains/gcc-fork.git] / gcc / toplev.h
index 0f6c021..b7fd879 100644 (file)
@@ -73,9 +73,8 @@ extern unsigned local_tick;
 
 /* Top-level source file.  */
 extern const char *main_input_filename;
-
-extern const char *profile_data_prefix;
-extern bool exit_after_options;
+extern const char *main_input_basename;
+extern int main_input_baselength;
 
 /* True if the user has tagged the function with the 'section'
    attribute.  */
@@ -97,7 +96,7 @@ extern struct ht *ident_hash;
 extern void decode_d_option            (const char *);
 
 /* Return true iff flags are set as if -ffast-math.  */
-extern bool fast_math_flags_set_p      (void);
+extern bool fast_math_flags_set_p      (const struct gcc_options *);
 extern bool fast_math_flags_struct_set_p (struct cl_optimization *);
 
 /* Inline versions of the above for speed.  */