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

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Mon Oct 10 13:20:00 GMT 2011


Author: bstarynk
Date: Mon Oct 10 13:20:20 2011
New Revision: 179747

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179747
Log:

2011-10-10  Basile Starynkevitch  <basile@starynkevitch.net>
	* melt/warmelt-first.melt (need_dbg, need_dbglim): Rename as ...
	(melt_need_dbg, melt_need_dbglim): Rename primitives.

	* melt/warmelt-macro.melt (mexpand_debug): Expand using
	melt_need_dbg primitive.

	* melt/warmelt-debug.melt (debug_msg_fun): Use melt_need_dbg.
	(dbgout_multiple_method): Likewise.
	(debug_fun): Rename as...
	(melt_debug_fun): Was debug_fun, for debug macro expansion.

	* melt/warmelt-macro.melt (mexpand_debug): Use melt_debug_fun.

	* melt/warmelt-normatch.melt (normexp_altmatch): Use melt_need_dbg.

	* melt/warmelt-genobj.melt (putobjdest_null): Use melt_need_dbg.

	* melt/xtramelt-ana-simple.melt (dbgout_smallabstractenv): Likewise.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt/warmelt-debug.melt
    branches/melt-branch/gcc/melt/warmelt-first.melt
    branches/melt-branch/gcc/melt/warmelt-genobj.melt
    branches/melt-branch/gcc/melt/warmelt-macro.melt
    branches/melt-branch/gcc/melt/warmelt-normatch.melt
    branches/melt-branch/gcc/melt/xtramelt-ana-simple.melt



More information about the Gcc-cvs mailing list