c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source file...
authorZack Weinberg <zack@gcc.gnu.org>
Fri, 1 Feb 2002 00:11:30 +0000 (00:11 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Fri, 1 Feb 2002 00:11:30 +0000 (00:11 +0000)
commitbebc7e8b3d0226dde405fc9a20b9a3be4e9db21e
treeae6f03a99fdebb015b8962a2d67f6c38968abef8
parent81622d2908a52a157f5dc4b4fc455283c92ac58c
c-lex.c (yyparse): Call debug_hooks->start_source_file for the primary source file...

* c-lex.c (yyparse): Call debug_hooks->start_source_file for
the primary source file; this has not been done yet.
* c-decl.c (c_expand_body): Reset input_filename from
DECL_SOURCE_FILE (fndecl) before calling init_function_start.

From-SVN: r49383
gcc/ChangeLog
gcc/c-decl.c
gcc/c-lex.c