r148722 - in /branches/lto/gcc: ChangeLog.lto M...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Fri Jun 19 18:07:00 GMT 2009


Author: dnovillo
Date: Fri Jun 19 18:07:58 2009
New Revision: 148722

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

	* lto-cgraph.c: Remove code guarded by #ifdef LTO_STREAM_DEBUGGING.
	Remove code guarded by #ifdef GLOBAL_STREAMER_TRACE.
	Remove code guarded by #ifdef LOCAL_TRACE.
	* lto-streamer-out.c: Likewise.
	* lto-streamer-in.c: Likewise.
	* lto-section-in.c: Likewise.
	* lto-tags.h: Likewise.
	* lto-opts.c: Likewise.
	* lto-section-out.c: Likewise.
	* lto-tree-tags.def: Likewise.
	* lto-streamer.h: Likewise.
	(struct lto_function_header): Remove fields
	debug_decl_index_size, debug_decl_size, debug_label_size,
	debug_ssa_names_size, debug_cfg_size, debug_main_size.
	Update all users.
	(struct lto_decl_header): Remove field debug_main_size.
	Update all users.
	(struct lto_simple_header): Likewise.
	* lto-stream-debug.c: Remove.
	Update all users.

lto/ChangeLog

	* lto.c: Remove code guarded by #ifdef LTO_STREAM_DEBUGGING.
	Remove code guarded by #ifdef GLOBAL_STREAMER_TRACE.
	Remove code guarded by #ifdef LOCAL_TRACE.


Removed:
    branches/lto/gcc/lto-stream-debug.c
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/lto-cgraph.c
    branches/lto/gcc/lto-opts.c
    branches/lto/gcc/lto-section-in.c
    branches/lto/gcc/lto-section-out.c
    branches/lto/gcc/lto-streamer-in.c
    branches/lto/gcc/lto-streamer-out.c
    branches/lto/gcc/lto-streamer.h
    branches/lto/gcc/lto-tags.h
    branches/lto/gcc/lto-tree-tags.def
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/lto.c



More information about the Gcc-cvs mailing list