aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/ChangeLog.google-4_6
diff options
context:
space:
mode:
authorJing Yu <jingyu@google.com>2011-12-19 16:56:54 -0800
committerJing Yu <jingyu@google.com>2011-12-19 16:56:54 -0800
commit40d7cd0fd78fe2004e2a53c4618c148339b02733 (patch)
tree5874557a6c86a1f564a03e5f28b266e31bc3759c /gcc-4.6/ChangeLog.google-4_6
parentfe2afdf3f3701489c05d2a7509752d6f0c7616f7 (diff)
downloadtoolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.tar.gz
toolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.tar.bz2
toolchain_gcc-40d7cd0fd78fe2004e2a53c4618c148339b02733.zip
Add gcc-4.6. Synced to @180989
Change-Id: Ie3676586e1d8e3c8cd9f07d022f450d05fa08439 svn://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6-mobile
Diffstat (limited to 'gcc-4.6/ChangeLog.google-4_6')
-rw-r--r--gcc-4.6/ChangeLog.google-4_633
1 files changed, 33 insertions, 0 deletions
diff --git a/gcc-4.6/ChangeLog.google-4_6 b/gcc-4.6/ChangeLog.google-4_6
new file mode 100644
index 000000000..02015e83e
--- /dev/null
+++ b/gcc-4.6/ChangeLog.google-4_6
@@ -0,0 +1,33 @@
+2011-08-03 Sriraman Tallam <tmsriram@google.com>
+
+ Revert:
+
+ * Makefile.in: Regenerate.
+ * configure.ac: Add build for function_reordering_plugin.
+ * configure: Regenerate.
+ * Makefile.def: Add function_reodering_plugin.
+ * function_reordering_plugin: New directory.
+ * include/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.
+