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]

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


Author: bstarynk
Date: Thu Jul 21 17:09:42 2011
New Revision: 176580

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

2011-07-21  Basile Starynkevitch  <basile@starynkevitch.net>
	* melt-built.tpl: Don't give melt-modules/optimized as module
	path, except for application files.
	* melt-build.mk: Regenerate.
	* melt-runtime.h (MELT_DECLEMPTYFRAME, MELT_ENTEREMPTYFRAME): New
	macros.
	* melt-runtime.c (MODULE_SOURCE_ARG, MODULE_BINARY_ARG)
	(WORKSPACE_ARG, CFLAGS_ARG, MAKECHDIR_ARG)
	(MELTMODFLAV_QUICKLYBUILT_SUFFIX, MELTMODFLAV_QUICKLYBUILT_TARGET)
	(MELTMODFLAV_NOLINE_SUFFIX, MELTMODFLAV_NOLINE_TARGET)
	(MELTMODFLAV_DYNAMIC_SUFFIX, MELTMODFLAV_DYNAMIC_TARGET)
	(MELTMODFLAV_OPTIMIZED_SUFFIX, MELTMODFLAV_OPTIMIZED_TARGET)
	(MELT_BINARYMODULE_SUFFIX): Move or new macros.
	(melt_run_make_for_plugin, melt_run_make_for_branch): New functions.
	(compile_gencsrc_to_binmodule): Call them.
	(melt_get_source_and_module): Refactor. Add assert on
	src_path. Correct typos.


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


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