* c-lex.c (yyparse): Call debug_hooks->start_source_file for
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2002 00:11:30 +0000 (00:11 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Feb 2002 00:11:30 +0000 (00:11 +0000)
commite62fd7d5b1208dc105d246c2680ec8f4de3e65b4
treeae6f03a99fdebb015b8962a2d67f6c38968abef8
parent0034ce222e023583f0603ad466f358c5c1b7847c
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49383 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/c-decl.c
gcc/c-lex.c