r127930 - in /branches/incremental-compiler/gcc...
tromey@gcc.gnu.org
tromey@gcc.gnu.org
Thu Aug 30 16:50:00 GMT 2007
Author: tromey
Date: Thu Aug 30 16:50:31 2007
New Revision: 127930
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127930
Log:
* Makefile.in (OBJS-common): Added server.o.
(GCC_OBJS): Likewise.
(toplev.o): Added server.h.
(gcc.o): Likewise.
(server.o): New target.
* toplev.c (toplev_main): Handle -fserver.
Include server.h.
(init_asm_output): Don't open file if already open.
(server_callback): New function.
* server.h: New file.
* server.c: New file.
* gcc.c (server): New global.
(use_server): Likewise.
(option_map): Added --server.
(process_command): Recognize -server.
Include server.h.
(execute): Send commands to server.
(server_callback): New function.
Added:
branches/incremental-compiler/gcc/server.c
branches/incremental-compiler/gcc/server.h
Modified:
branches/incremental-compiler/gcc/ChangeLog
branches/incremental-compiler/gcc/Makefile.in
branches/incremental-compiler/gcc/gcc.c
branches/incremental-compiler/gcc/toplev.c
More information about the Gcc-cvs
mailing list