This is the mail archive of the gcc-patches@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]

Unreviewed patch: move main from toplev.c to new file main.c


The following patch is still unreviewed.
http://gcc.gnu.org/ml/gcc-patches/2001-01/msg00577.html

On 08-Jan-2001, Fergus Henderson <fjh@cs.mu.oz.au> wrote:
> 2001-01-08  Fergus Henderson  <fjh@cs.mu.oz.au>
> 
> 	Put main() in a separate file, so that the language
> 	front-end can use a different main().
> 
> 	* main.c: New.
> 	* toplev.c: (main): Rename as toplev_main.
> 	* toplev.h: Declare toplev_main.
> 	* Makefile.in (OBJS): add toplev.o.
> 	  (BACKEND): remove toplev.o, add main.o.

On 14-Jan-2001, Fergus Henderson <fjh@cs.mu.OZ.AU> wrote:
> Passed bootstrap and make compare on i686-pc-linux-gnu.
> OK to commit, once the 3.0 freeze/slush is over?

-- 
Fergus Henderson <fjh@cs.mu.oz.au>  |  "I have always known that the pursuit
                                    |  of excellence is a lethal habit"
WWW: <http://www.cs.mu.oz.au/~fjh>  |     -- the last words of T. S. Garp.


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