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

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Tue Jun 23 17:06:00 GMT 2009


Author: bstarynk
Date: Tue Jun 23 17:06:06 2009
New Revision: 148858

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=148858
Log:
2009-06-23  Basile Starynkevitch  <basile@starynkevitch.net>
	[simplified the program flags, using a source path and a module
	path. Removed LTDL]
	* common.opt: all *basilys* variables renamed as *melt*
	* basilys.h (debugeprintf_raw, debugeprintvalue, debugebacktrace)
	(debugvalue_at, debugmsgval_at, debugbacktrace_at):
	flag_basilys_debug renamed as flag_melt_debug.
	(basilys_tempdir_path) removed, renamed as (melt_tempdir_path).
	* basilys.c: including <dlfcn.h>. renamed all *basilys* variables
	as *melt*.
	(load_basilys_modules_and_do_command, basilysgc_load_modulelist)
	(load_checked_dynamic_module_index): simpler loading using path
	and GCCMELT_SOURCE_PATH & GCCMELT_MODULE_PATH environment
	variables.
	* toplev.c: removed LTDL. 
	(toplev_main) merged initialize_plugins calls from trunk.
	* configure: regenerated.
	* configure.ac: removed LTDL stuff.
	* run-basilys.h: dont require LTDL.
	* Makefile.in: replaced flags using our paths.
	* doc/melt.texi: updated.


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/common.opt
    branches/melt-branch/gcc/config.in
    branches/melt-branch/gcc/configure
    branches/melt-branch/gcc/configure.ac
    branches/melt-branch/gcc/doc/melt.texi
    branches/melt-branch/gcc/run-basilys.h
    branches/melt-branch/gcc/toplev.c



More information about the Gcc-cvs mailing list