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]

r138666 - in /branches/melt-branch: ChangeLog.m...


Author: bstarynk
Date: Tue Aug  5 07:07:55 2008
New Revision: 138666

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=138666
Log:
2008-08-05  Basile Starynkevitch  <basile@starynkevitch.net>
	* gcc/basilys.h (basilysgc_new_tree, basilys_tree_content)
	(basilysgc_new_gimple, basilys_gimple_content)
	(basilysgc_read_from_rawstring, basilys_handle_melt_attribute):
	New function declarations.
	(FSYSDAT_MELTATTR_DEFINER) New enum value.
	* gcc/basilys.c (basilysgc_new_tree, basilys_tree_content)
	(basilysgc_new_gimple, basilys_gimple_content)
	(basilysgc_read_from_rawstring, basilys_handle_melt_attribute):
	New functions.
	(basilysgc_read_from_val) don't overwrite locnam.
	* gcc/melt/warmelt-first.bysl: new field sysdata_meltattr_definer.
	* gcc/c-common.c (handle_melt_attribute): implemented function.
	* gcc/warmelt-first-0.c: regenerated.
	* gcc/warmelt-macro-0.c: regenerated.
	* gcc/warmelt-normal-0.c: regenerated.
	* gcc/warmelt-genobj-0.c: regenerated.
	* gcc/warmelt-outobj-0.c: regenerated.


Modified:
    branches/melt-branch/ChangeLog.melt
    branches/melt-branch/gcc/ChangeLog.melt
    branches/melt-branch/gcc/basilys.c
    branches/melt-branch/gcc/basilys.h
    branches/melt-branch/gcc/c-common.c
    branches/melt-branch/gcc/melt/warmelt-first.bysl
    branches/melt-branch/gcc/warmelt-first-0.c
    branches/melt-branch/gcc/warmelt-genobj-0.c
    branches/melt-branch/gcc/warmelt-macro-0.c
    branches/melt-branch/gcc/warmelt-normal-0.c
    branches/melt-branch/gcc/warmelt-outobj-0.c


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