r148699 - in /branches/lto: gcc/ChangeLog.lto g...

dnovillo@gcc.gnu.org dnovillo@gcc.gnu.org
Fri Jun 19 11:57:00 GMT 2009


Author: dnovillo
Date: Fri Jun 19 11:57:12 2009
New Revision: 148699

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

	* lto-tree-flags.def: Update license to GPLv3.
	* lto-wrapper.c: Likewise.
	* lto-tree-tags.def: Likewise.
	* lto-section-in.c: Likewise.
	* lto-tags.h: Likewise.
	* lto-stream-debug.c: Likewise.
	* lto-opts.c: Likewise.
	* lto-symtab.c: Likewise.
	Include plugin-api.h.
	(lto_function_header): Move to lto-streamer.h.
	* lto-streamer.c: Rename from lto-utils.c.  Update all users.
	* lto-streamer.h: Rename from lto-utils.h.  Update all users.
	* cgraph.h (struct cgraph_local_info): Update comment for
	field lto_file_data.
	* lto-streamer-out.c: Rename from lto-function-out.c.
	Update license to GPLv3.
	Update all users.
	* lto-streamer-in.c: Rename from lto-function-in.c.
	Update license to GPLv3.
	Update all users.
	(lto_init_reader): Rename from lto_static_init_local.
	Update all users.
	* lto-compress.h: Add multiple inclusion guards.
	* lto-streamer-in.c: Rename from lto-function-in.c.
	Update all users.
	* lto-cgraph.c: Update license to GPLv3.
	Do not include tree-pass.h, debug.h, dwarf2asm.h,
	dwarf2out.h.
	(lto_output_edge): Rename from output_edge.
	Update all users.
	(lto_output_node): Rename from output_node.
	Update all users.
	* lto-streamer.h: Rename from lto-util.h.
	Update all users.
	* lto-header.h: Remove.  Move contents to lto-streamer.h.
	Update all users.
	* lto-tree-in.h: Likewise.
	* lto-section.h: Likewise.
	* lto-section-in.h: Likewise.
	* lto-tree-out.h: Likewise.
	* lto-opts.h: Likewise.
	* lto-section-out.h: Likewise.
	* lto-wpa-fixup.c: Update license to GPLv3.
	(lto_output_wpa_fixup): Rename from output_wpa_fixup.
	Update all users.
	(lto_input_wpa_fixup_1): Rename from input_wpa_fixup_1.
	Update all users.
	(lto_input_wpa_fixup): Rename from input_wpa_fixup.
	Update all users.
	* gcc/Makefile.in (LINKER_PLUGIN_API_H): Rename from PLUGIN_API_H.
	(LTO_SYMTAB_H): Define.
	(LTO_TAGS_H): Remove.  Update all users.
	(LTO_HEADER_H): Likewise.
	(LTO_SECTION_H): Likewise.
	(LTO_SECTION_IN_H): Likewise.
	(LTO_SECTION_OUT_H): Likewise.
	(LTO_TREE_IN_H): Likewise.
	(LTO_OPTS_H): Likewise.
	(LTO_STREAMER_H): Define.
	(LTO_TAGS_H): Define.


gcc/lto/ChangeLog

	* lto.c: Update license to GPLv3.
	* lto-elf.c: Likewise.
	* common.c: Likewise.
	* lto-lang.c: Likewise.
	* lto.h: Remove superfluous include files.  Update all
	users.

include/ChangeLog.lto

	* lto-symtab.h: Add multiple inclusion guards.



Added:
    branches/lto/gcc/lto-streamer-in.c   (contents, props changed)
      - copied, changed from r148661, branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto-streamer-out.c   (contents, props changed)
      - copied, changed from r148661, branches/lto/gcc/lto-function-out.c
    branches/lto/gcc/lto-streamer.c   (contents, props changed)
      - copied, changed from r148661, branches/lto/gcc/lto-utils.c
    branches/lto/gcc/lto-streamer.h   (contents, props changed)
      - copied, changed from r148661, branches/lto/gcc/lto-utils.h
Removed:
    branches/lto/gcc/lto-function-in.c
    branches/lto/gcc/lto-function-out.c
    branches/lto/gcc/lto-header.h
    branches/lto/gcc/lto-opts.h
    branches/lto/gcc/lto-section-in.h
    branches/lto/gcc/lto-section-out.h
    branches/lto/gcc/lto-section.h
    branches/lto/gcc/lto-tree-in.h
    branches/lto/gcc/lto-tree-out.h
    branches/lto/gcc/lto-utils.c
    branches/lto/gcc/lto-utils.h
Modified:
    branches/lto/gcc/ChangeLog.lto
    branches/lto/gcc/Makefile.in
    branches/lto/gcc/cgraph.h
    branches/lto/gcc/ipa-pure-const.c
    branches/lto/gcc/ipa-reference.c
    branches/lto/gcc/lto-cgraph.c
    branches/lto/gcc/lto-compress.c
    branches/lto/gcc/lto-compress.h
    branches/lto/gcc/lto-opts.c
    branches/lto/gcc/lto-section-in.c
    branches/lto/gcc/lto-section-out.c
    branches/lto/gcc/lto-stream-debug.c
    branches/lto/gcc/lto-symtab.c
    branches/lto/gcc/lto-tags.h
    branches/lto/gcc/lto-tree-flags.def
    branches/lto/gcc/lto-tree-tags.def
    branches/lto/gcc/lto-wpa-fixup.c
    branches/lto/gcc/lto-wrapper.c
    branches/lto/gcc/lto/ChangeLog
    branches/lto/gcc/lto/Make-lang.in
    branches/lto/gcc/lto/common.c
    branches/lto/gcc/lto/lto-elf.c
    branches/lto/gcc/lto/lto-lang.c
    branches/lto/gcc/lto/lto.c
    branches/lto/gcc/lto/lto.h
    branches/lto/gcc/opts.c
    branches/lto/gcc/passes.c
    branches/lto/gcc/varasm.c
    branches/lto/include/ChangeLog.lto
    branches/lto/include/lto-symtab.h

Propchange: branches/lto/gcc/lto-streamer-in.c
            ('svn:mergeinfo' added)

Propchange: branches/lto/gcc/lto-streamer-out.c
            ('svn:mergeinfo' added)

Propchange: branches/lto/gcc/lto-streamer.c
            ('svn:mergeinfo' added)

Propchange: branches/lto/gcc/lto-streamer.h
            ('svn:mergeinfo' added)




More information about the Gcc-cvs mailing list