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

bstarynk@gcc.gnu.org bstarynk@gcc.gnu.org
Thu Jul 9 09:36:00 GMT 2009


Author: bstarynk
Date: Thu Jul  9 09:36:45 2009
New Revision: 149404

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

2009-07-09  Basile Starynkevitch  <basile@starynkevitch.net>
	[enhancing gengtype for plugin mode; less buggy]
	* gengtype.c (struct write_types_data): added is_pch field.
	(write_func_for_structure): output #ifdef GCC_PLUGIN_HAVE_PCH.
	(ggc_wtd, pch_wtd): fill is_pch.
	(write_local_func_for_structure): emit #ifdef GCC_PLUGIN_HAVE_PCH.
	(write_enum_defn): likewise.
	* melt-make.mk: added empty-file-for-melt.c and use it.
	* melt-runtime.c: several libiberty functions cannot be used in
	plugin mode.
	http://gcc.gnu.org/ml/gcc/2009-07/msg00157.html
	

Modified:
    branches/melt-branch/gcc/ChangeLog.MELT
    branches/melt-branch/gcc/gengtype.c
    branches/melt-branch/gcc/melt-make.mk
    branches/melt-branch/gcc/melt-runtime.c



More information about the Gcc-cvs mailing list