diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2d9c8294307d..65fbcfe7db16 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2003-07-03 Devang Patel + + * c-opts.c (c_common_parse_file): Remove extra + debug_hooks->start_source_file call. + 2003-07-03 Roger Sayle * real.c (real_trunc, real_floor, real_ceil): New functions diff --git a/gcc/c-opts.c b/gcc/c-opts.c index 5ee53b47eee5..b89b68467c71 100644 --- a/gcc/c-opts.c +++ b/gcc/c-opts.c @@ -1173,7 +1173,6 @@ c_common_parse_file (int set_yydebug ATTRIBUTE_UNUSED) warning ("YYDEBUG not defined"); #endif - (*debug_hooks->start_source_file) (input_line, input_filename); finish_options(); pch_init(); yyparse ();