r140886 - in /branches/gcc-in-cxx/gcc: ChangeLo...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Sun Oct 5 17:07:00 GMT 2008


Author: tromey
Date: Sun Oct  5 17:07:58 2008
New Revision: 140886

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=140886
Log:
	* cgraph.h (struct inline_summary): Move to top level.
	(cgraph_local_info): Update.
	* target.h (struct asm_out): Move to top level.
	(struct asm_int_op): Likewise.
	(struct sched): Likewise.
	(struct vectorize): Likewise.
	(struct calls): Likewise.
	(struct c): Likewise.
	(struct cxx): Likewise.
	(struct emutls): Likewise.
	(struct target_option_hooks): Likewise.
	(struct gcc_target): Update.
	* matrix-reorg.c (struct free_info): Move to top level.
	(struct matrix_info): Update.
	* tree-eh.c (struct goto_queue_node): Move to top level.
	(struct leh_tf_state): Update.
	* sched-int.h (struct deps_reg): Move to top level.
	(enum post_call_value): Likewise.  Give name.
	(struct deps): Update.
	* cse.c (struct branch_path): Move to top level.
	(struct cse_basic_block_data): Update.

Modified:
    branches/gcc-in-cxx/gcc/ChangeLog
    branches/gcc-in-cxx/gcc/cgraph.h
    branches/gcc-in-cxx/gcc/cse.c
    branches/gcc-in-cxx/gcc/matrix-reorg.c
    branches/gcc-in-cxx/gcc/sched-int.h
    branches/gcc-in-cxx/gcc/target.h
    branches/gcc-in-cxx/gcc/tree-eh.c



More information about the Gcc-cvs mailing list