r177289 - in /branches/google/gcc-4_6: ChangeLo...
tmsriram@gcc.gnu.org
tmsriram@gcc.gnu.org
Wed Aug 3 16:39:00 GMT 2011
Author: tmsriram
Date: Wed Aug 3 16:39:03 2011
New Revision: 177289
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=177289
Log:
2011-08-02 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.
* config.h.in: New file.
* callgraph.cc: Ditto.
* callgraph.h: Ditto.
* configure: Ditto.
* Makefile.in: Ditto.
* configure.ac: New file.
* function_reordering_plugin.cc: New file.
* aclocal.m4: New file.
* Makefile.def: New file.
* Makefile.in: Regenerate.
* configure.ac: Add build for function_reordering_plugin.
* configure: Regenerate.
* Makefile.def: Add function_reodering_plugin.
* function_reordering_plugin: New directory.
Added:
branches/google/gcc-4_6/function_reordering_plugin/
branches/google/gcc-4_6/function_reordering_plugin/ChangeLog.google-integration
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/callgraph.cc (with props)
branches/google/gcc-4_6/function_reordering_plugin/callgraph.h (with props)
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.cc (with props)
branches/google/gcc-4_6/include/ChangeLog.google-integration
Modified:
branches/google/gcc-4_6/ChangeLog.google-integration
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/callgraph.cc
('svn:executable' added)
Propchange: branches/google/gcc-4_6/function_reordering_plugin/callgraph.h
('svn:executable' added)
Propchange: branches/google/gcc-4_6/function_reordering_plugin/configure
('svn:executable' added)
Propchange: branches/google/gcc-4_6/function_reordering_plugin/function_reordering_plugin.cc
('svn:executable' added)
More information about the Gcc-cvs
mailing list