aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.6/ChangeLog.google-4_6
blob: 9224c3ad846d440f341accddbb9d9b7dbc5a134a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
2012-03-02 Han Shen <shenhan@google.com>

 Backport r184357 from trunk

 2012-02-17 Doug Kwan <dougkwan@google.com>

 * contrib/testsuite-management/validate_failures.py
 (GetMakefileValue): Check for cross compilers.

2011-09-27  Sriraman Tallam  <tmsriram@google.com>

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

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.