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]

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


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


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