1 2011-08-03 Sriraman Tallam <tmsriram@google.com>
5 * Makefile.in: Regenerate.
6 * configure.ac: Add build for function_reordering_plugin.
7 * configure: Regenerate.
8 * Makefile.def: Add function_reodering_plugin.
9 * function_reordering_plugin: New directory.
10 * include/plugin-api.h
11 (ld_plugin_section): New struct.
12 (ld_plugin_get_section_count): New typedef.
13 (ld_plugin_get_section_type): New typedef.
14 (ld_plugin_get_section_name): New typedef.
15 (ld_plugin_get_section_contents): New typedef.
16 (ld_plugin_update_section_order): New typedef.
17 (ld_plugin_allow_section_ordering): New typedef.
18 (ld_plugin_get_view): New typedef.
19 (LDPT_GET_SECTION_COUNT): New enum value.
20 (LDPT_GET_SECTION_TYPE): New enum value.
21 (LDPT_GET_SECTION_NAME): New enum value.
22 (LDPT_GET_SECTION_CONTENTS): New enum value.
23 (LDPT_UPDATE_SECTION_ORDER): New enum value.
24 (LDPT_ALLOW_SECTION_ORDERING): New enum value.
25 (LDPT_GET_VIEW): New enum value.
26 (tv_get_section_count): New struct member.
27 (tv_get_section_type): New struct member.
28 (tv_get_section_name): New struct member.
29 (tv_get_section_contents): New struct member.
30 (tv_update_section_order): New struct member.
31 (tv_allow_section_ordering): New struct member.
32 (tv_get_view): New struct member.