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]

r179197 - in /branches/melt-branch: contrib/Cha...


Author: bstarynk
Date: Mon Sep 26 13:51:45 2011
New Revision: 179197

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

2011-09-26  Basile Starynkevitch  <basile@starynkevitch.net>
	* contrib/MELT-Plugin-Makefile: Build melt-make-string to generate
	melt-runtime-params-inc.c.


2011-09-26  Basile Starynkevitch  <basile@starynkevitch.net>
	* gcc/melt-make-string.c: New file, used as generator.

	* gcc/melt-runtime.c: Add #include of generated melt-runtime-params-inc.c
	(MELT_SOURCE_DIR, MELT_MODULE_DIR, MELT_MODULE_MAKE_COMMAND)
	(MELT_DEFAULT_MODLIS): Don't require these cpp definitions.
	(melt_source_dir, melt_module_dir, melt_module_make_command)
	(melt_module_makefile, melt_module_cflags, melt_default_modlis):
	Definition moved into generated melt-runtime-params-inc.c.
	(melt_version_str): Use MELT_STRINGIFY.
	(meltgc_load_modules_and_do_mode): Use melt_default_modlis.

	* gcc/Makefile.in: Generate melt-runtime-params-inc.c.


Added:
    branches/melt-branch/gcc/melt-make-string.c
Modified:
    branches/melt-branch/contrib/ChangeLog.MELT
    branches/melt-branch/contrib/MELT-Plugin-Makefile
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/melt-runtime.c


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