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]

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


Author: bstarynk
Date: Sat Jun 28 22:42:22 2008
New Revision: 137238

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=137238
Log:
2008-06-29  Basile Starynkevitch  <basile@starynkevitch.net>
	[still buggy - the initial routine has a prolog before allocation
	of cdata and a body after the allocation & filling of cdata]

	* basilys.h: added basilys_checkmsg & declared
	basilys_check_failed

	* basilys.c: (basilys_check_failed) new function.

	* Makefile.in: using .SECONDARY for the generated warm*.c files.

	* melt/warmelt-first.bysl: less verbose export & import functions.

	* melt/warmelt-genobj.bysl: added class_objcommentinstr &
	oirout_prolog in class_initialroutineobj and generate the prolog
	in compile2obj_initproc

	* melt/warmelt-outobj.bysl: outputting better the
	class_objcommentinstr & class_initialroutineobj


Modified:
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/melt/warmelt-first.bysl
    branches/melt-branch/gcc/melt/warmelt-genobj.bysl
    branches/melt-branch/gcc/melt/warmelt-outobj.bysl


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