This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Unreviewed patch: move main from toplev.c to new file main.c
- To: gcc-patches at gcc dot gnu dot org
- Subject: Unreviewed patch: move main from toplev.c to new file main.c
- From: Fergus Henderson <fjh at cs dot mu dot oz dot au>
- Date: Thu, 1 Mar 2001 05:44:56 +1100
- References: <20010108215721.A25625@hg.cs.mu.oz.au> <20010114160314.A11097@hg.cs.mu.oz.au>
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.