c-opts.c (this_input_filename): New.
authorGeoffrey Keating <geoffk@apple.com>
Thu, 17 Jul 2003 21:50:38 +0000 (21:50 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Thu, 17 Jul 2003 21:50:38 +0000 (21:50 +0000)
commit89e9faee226678f1298961f6ef75243f2c1b3b2c
tree9da859c524037ff60011baf56048d01576d05ffc
parent36c6d174b370a10550ae749d624e62e9b43d0066
c-opts.c (this_input_filename): New.

* c-opts.c (this_input_filename): New.
(finish_options): Take new parameter, name of file being compiled.
Update callers.  Set this_input_filename.
(push_command_line_include): Use this_input_filename not
main_input_filename.

From-SVN: r69526
gcc/ChangeLog
gcc/c-opts.c