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]

r140090 - in /branches/melt-branch/gcc: ChangeL...


Author: bstarynk
Date: Sun Sep  7 16:48:09 2008
New Revision: 140090

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140090
Log:
2008-09-07  Basile Starynkevitch  <basile@starynkevitch.net>
	* doc/melt.texi: updated documentation; removal of
	-fbasilys-command, and required mode for -fbasilys.
	* basilys.c (do_initial_command): care about the result of command
	function application. replaced flag_basilys by
	basilys_mode_string.
	(load_basilys_modules_and_do_command, basilys_initialize)
	(dispatch_gate_basilys, dispatch_execute_basilys): replaced
	flag_basilys & basilys_command_string by basilys_mode_string.
	( ppgimple_flushrout)
	(basilysgc_ppstrbuf_gimple,basilysgc_ppstrbuf_gimple):
	syntactically better casts or inits.
	* toplev.c (toplev_main): replaced flag_basilys by
	basilys_mode_string.
	* common.opt: ditto, and removed -fbasilys-command.
	* melt/ana-base.bysl: command is returning non-nil to permit
	compilation.
	* melt/warmelt-first.bysl: all commands returning nil.
	* melt/warmelt-outobj.bysl: ditto. added help command.
	* melt/ana-base.bysl: adding simpana command.
	* Makefile.in: all MELT compilation done with -fbasilys=comp... &
	removed -fbasilys-command.
	* warmelt-first-0.c: regenerated.
	* warmelt-macro-0.c: regenerated.
	* warmelt-normal-0.c: regenerated.
	* warmelt-genobj-0.c: regenerated.
	* warmelt-outobj-0.c: regenerated.

Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/common.opt
    branches/melt-branch/gcc/doc/melt.texi
    branches/melt-branch/gcc/melt/ana-base.bysl
    branches/melt-branch/gcc/melt/warmelt-first.bysl
    branches/melt-branch/gcc/melt/warmelt-outobj.bysl
    branches/melt-branch/gcc/toplev.c
    branches/melt-branch/gcc/warmelt-first-0.c
    branches/melt-branch/gcc/warmelt-genobj-0.c
    branches/melt-branch/gcc/warmelt-macro-0.c
    branches/melt-branch/gcc/warmelt-normal-0.c
    branches/melt-branch/gcc/warmelt-outobj-0.c


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