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]

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


Author: bstarynk
Date: Thu Sep  1 15:00:59 2011
New Revision: 178422

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

2011-09-01  Basile Starynkevitch  <basile@starynkevitch.net>

	* melt-runtime.h (meltgc_load_flavored_module)
	(meltgc_start_flavored_module): New declarations.

	* melt-runtime.c (meltgc_load_flavored_module)
	(meltgc_start_flavored_module): New functions.
	(meltgc_load_one_module): Call meltgc_load_flavored_module.
	(meltgc_load_module_list): Better fatal error.

	* melt-built.tpl (melt-tiny-tests): Add test to run
	melt-sayhello.melt.

	* melt-build.mk: Regenerate.

	* melt/warmelt-base.melt (load_quickly_melt_module)
	(load_debug_melt_module): Obsolete primitives generate #warning.
	(start_melt_module_of_flavor): New primitive.

	* melt/warmelt-outobj.melt (runfile_docmd, rundebug_docmd):
	Use start_melt_module_of_flavor


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-build.mk
    branches/melt-branch/gcc/melt-build.tpl
    branches/melt-branch/gcc/melt-runtime.c
    branches/melt-branch/gcc/melt-runtime.h
    branches/melt-branch/gcc/melt/warmelt-base.melt
    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]