summaryrefslogtreecommitdiff
path: root/include/plugin-api.h
Commit message (Collapse)AuthorAgeFilesLines
* Sync plugin-api.h with the copy in binutils. Please see:tmsriram2013-02-111-27/+27
| | | | | | | | | | | | | | | http://sourceware.org/ml/binutils/2013-02/msg00136.html for a change committed to plugin-api.h 2013-02-11 Sriraman Tallam <tmsriram@google.com> * plugin-api.h (enum ld_plugin_level): Assign integers explicitly for all values. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@195953 138bc75d-0d04-0410-961f-82ee72b054a4
* Sync plugin-api.h with gold patch : ↵tmsriram2012-08-241-1/+32
| | | | | | | | | | | | | | | | http://sourceware.org/ml/binutils/2012-08/msg00447.html * plugin-api.h (ld_plugin_allow_unique_segment_for_sections): New interface. (ld_plugin_unique_segment_for_sections): New interface. (LDPT_ALLOW_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val. (LDPT_UNIQUE_SEGMENT_FOR_SECTIONS): New enum val. (tv_allow_unique_segment_for_sections): New member. (tv_unique_segment_for_sections): New member. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190654 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>espindola2012-06-121-1/+2
| | | | | | | * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@188484 138bc75d-0d04-0410-961f-82ee72b054a4
* PR lto/47247ccoutant2011-09-261-2/+9
| | | | | | | | | * plugin-api.h (enum ld_plugin_symbol_resolution): Add LDPR_PREVAILING_DEF_IRONLY_EXP. (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@179220 138bc75d-0d04-0410-961f-82ee72b054a4
* 2012011-07-13 Sriraman Tallam <tmsriram@google.com>tmsriram2011-07-141-1/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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. (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. (tv_get_section_count): New struct members. (tv_get_section_type): New struct members. (tv_get_section_name): New struct members. (tv_get_section_contents): New struct members. (tv_update_section_order): New struct members. (tv_allow_section_ordering): New struct members. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@176260 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>espindola2011-03-231-1/+7
| | | | | | | | | | * plugin-api.h (ld_plugin_get_view): New. (ld_plugin_tag): Add LDPT_GET_VIEW. (ld_plugin_tv): Add tv_get_view. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@171351 138bc75d-0d04-0410-961f-82ee72b054a4
* Update Copyright years for files modified in 2010.jakub2011-01-031-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@168438 138bc75d-0d04-0410-961f-82ee72b054a4
* Sync LD plugin patch series (part 1/6) with src/include/.davek2010-10-151-1/+2
| | | | | | | | * plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@165496 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-06-21 Rafael Espindola <espindola@google.com>espindola2010-06-211-1/+9
| | | | | | | | | | * plugin-api.h (ld_plugin_set_extra_library_path): New. (ld_plugin_tag): Add LDPT_SET_EXTRA_LIBRARY_PATH. (ld_plugin_tv): Add tv_set_extra_library_path. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161116 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-06-18 Rafael Espindola <espindola@google.com>espindola2010-06-181-2/+2
| | | | | | | | | * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library): Make argument const. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161007 138bc75d-0d04-0410-961f-82ee72b054a4
* 2010-06-01 Rafael Espindola <espindola@google.com>espindola2010-06-021-1/+2
| | | | | | | | * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@160126 138bc75d-0d04-0410-961f-82ee72b054a4
* include/espindola2009-10-191-0/+8
| | | | | | | | | | | | | | | | | | 2009-10-09 Rafael Avila de Espindola <espindola@google.com> PR40790 * plugin-api.h: Don't include stdint.h unconditionally. lto-plugin/ 2009-10-09 Rafael Avila de Espindola <espindola@google.com> PR40790 * configure: Regenerate. * configure.ac: Add AC_TYPE_UINT64_T. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152976 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-09 Rafael Espindola <espindola@google.com>espindola2009-10-091-1/+1
| | | | | | | | * plugin-api.h (ld_plugin_add_input_library): Change argument name to libname. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152592 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-05 Rafael Espindola <espindola@google.com>espindola2009-10-051-2/+29
| | | | | | | | * plugin-api.h: Sync with src. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152472 138bc75d-0d04-0410-961f-82ee72b054a4
* 2009-10-04 Jerry Quinn <jlquinn@optonline.net>jlquinn2009-10-041-1/+1
| | | | | | | | | * plugin-api.h: Fix compile. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152438 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge lto branch into trunk.dnovillo2009-10-031-0/+263
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152434 138bc75d-0d04-0410-961f-82ee72b054a4