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]

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


Author: bstarynk
Date: Wed Aug 27 14:23:20 2014
New Revision: 214576

URL: https://gcc.gnu.org/viewcvs?rev=214576&root=gcc&view=rev
Log:

2014-08-27  Basile Starynkevitch  <basile@starynkevitch.net>
	* melt-build-script.tpl: Remove extra xtramelt-ana-simple for runtime test.

	* melt-build-script.sh: Regenerate.

	* melt-runtime.h: Add date to comment about basename.

	* melt-runtime.cc: Add check for unicity of loaded modules.
	(Melt_Module::_mm_map_): New static member variable.
	(Melt_Module::module_of_name): New inline function.
	(Melt_Module::Melt_Module): Add this to _mm_map_.
	(Melt_Module::~Melt_Module): Remove this from _mm_map_.
	(melt_load_module_index): Check against duplicate modules.


Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/melt-build-script.sh
    branches/melt-branch/gcc/melt-build-script.tpl
    branches/melt-branch/gcc/melt-runtime.cc
    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]