This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r143872 - in /branches/lto/gcc: ChangeLog.lto g...


Author: espindola
Date: Mon Feb  2 15:19:35 2009
New Revision: 143872

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=143872
Log:
2009-02-02  Rafael Avila de Espindola  <espindola@google.com>

	* gcc.c (create_at_file): New.
	(compile_input_file_p): New.
	(do_spec_1): Use @args files for %i. Use create_at_file for %o.
	* main.c (main): Update call to toplev_main.
	* toplev.c (toplev_main): Change signature. Call expandargv.
	* toplev.h (toplev_main): Change signature.


Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/gcc.c
    branches/lto/gcc/main.c
    branches/lto/gcc/toplev.c
    branches/lto/gcc/toplev.h


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]