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]

r179303 - in /branches/google/gcc-4_6: ChangeLo...


Author: tmsriram
Date: Wed Sep 28 00:31:35 2011
New Revision: 179303

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=179303
Log:
2011-09-27  Sriraman Tallam  <tmsriram@google.com>

       * plugin-api.h
       (ld_plugin_section): New struct.
       (ld_plugin_get_section_count): New typedef.
       (ld_plugin_get_section_type): New typedef.
       (ld_plugin_get_section_name): New typedef.
       (ld_plugin_get_section_contents): New typedef.
       (ld_plugin_update_section_order): New typedef.
       (ld_plugin_allow_section_ordering): New typedef.
       (ld_plugin_get_view): New typedef.
       (LDPT_GET_SECTION_COUNT): New enum value.
       (LDPT_GET_SECTION_TYPE): New enum value.
       (LDPT_GET_SECTION_NAME): New enum value.
       (LDPT_GET_SECTION_CONTENTS): New enum value.
       (LDPT_UPDATE_SECTION_ORDER): New enum value.
       (LDPT_ALLOW_SECTION_ORDERING): New enum value.
       (LDPT_GET_VIEW): New enum value.
       (tv_get_section_count): New struct member.
       (tv_get_section_type): New struct member.
       (tv_get_section_name): New struct member.
       (tv_get_section_contents): New struct member.
       (tv_update_section_order): New struct member.
       (tv_allow_section_ordering): New struct member.
       (tv_get_view): New struct member.

	* Makefile.in: Regenerate.
	* configure.ac: Add build for function_reordering_plugin.
	* configure: Regenerate.
	* Makefile.def: Add function_reodering_plugin.
	* function_reordering_plugin: New directory.

	* config.h.in: New file.
	* callgraph.c: Ditto.
	* callgraph.h: Ditto.
	* configure: Ditto.
	* Makefile.in: Ditto.
	* configure.ac: Ditto.
	* function_reordering_plugin.c: Ditto.
	* aclocal.m4: Ditto.
	* Makefile.def: Ditto.

Added:
    branches/google/gcc-4_6/function_reordering_plugin/
    branches/google/gcc-4_6/function_reordering_plugin/ChangeLog.google-4_6
    branches/google/gcc-4_6/function_reordering_plugin/Makefile.am
    branches/google/gcc-4_6/function_reordering_plugin/Makefile.in
    branches/google/gcc-4_6/function_reordering_plugin/aclocal.m4
    branches/google/gcc-4_6/function_reordering_plugin/autom4te.cache/
    branches/google/gcc-4_6/function_reordering_plugin/callgraph.c
    branches/google/gcc-4_6/function_reordering_plugin/callgraph.h
    branches/google/gcc-4_6/function_reordering_plugin/config.h.in
    branches/google/gcc-4_6/function_reordering_plugin/configure   (with props)
    branches/google/gcc-4_6/function_reordering_plugin/configure.ac
    branches/google/gcc-4_6/function_reordering_plugin/function_reordering_plugin.c
    branches/google/gcc-4_6/include/ChangeLog.google-4_6
Modified:
    branches/google/gcc-4_6/ChangeLog.google-4_6
    branches/google/gcc-4_6/Makefile.def
    branches/google/gcc-4_6/Makefile.in
    branches/google/gcc-4_6/configure
    branches/google/gcc-4_6/configure.ac
    branches/google/gcc-4_6/include/plugin-api.h

Propchange: branches/google/gcc-4_6/function_reordering_plugin/configure
            ('svn:executable' added)



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