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]

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


Author: bstarynk
Date: Fri Jul  5 16:26:41 2013
New Revision: 200717

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

2013-07-05  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (Melt_CallProtoFrame, Melt_CallFrame)
	(Melt_CallFrameWithValues): Use #if ENABLE_CHECKING not
	MELT_HAVE_DEBUG.

	* melt-runtime.c (melt_really_initialize): Likewise.
	(melt_dbgbacktrace, melt_dbgshortbacktrace): Use the dbg_file()
	when relevant.

	* melt/warmelt-outobj.melt (output_curframe_declstruct): Emit
	ENABLE_CHECKING, not MELT_HAVE_DEBUG.
	(outpucod_initialmoduleroutine): Don't emit the
	melt_sparebreakpoint_0.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/warmelt-outobj.melt


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