aboutsummaryrefslogtreecommitdiff
path: root/include/plugin-api.h
AgeCommit message (Collapse)AuthorFilesLines
2015-07-14Update copyright year in includeH.J. Lu1-1/+1
From-SVN: r225781
2013-02-11Sync plugin-api.h with the copy in binutils. Please see:Sriraman Tallam1-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. From-SVN: r195953
2012-08-24Sync plugin-api.h with gold patch : ↵Sriraman Tallam1-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. From-SVN: r190654
2012-06-12plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE.Rafael Ávila de Espíndola1-1/+2
2012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com> * plugin-api.h (ld_plugin_output_file_type): Add LDPO_PIE. From-SVN: r188484
2011-09-26re PR lto/47247 (Linker plugin specification makes it difficult to handle ↵Cary Coutant1-2/+9
COMDATs) PR lto/47247 * plugin-api.h (enum ld_plugin_symbol_resolution): Add LDPR_PREVAILING_DEF_IRONLY_EXP. (enum ld_plugin_tag): Add LDPT_GET_SYMBOLS_V2. From-SVN: r179220
2011-07-142012011-07-13 Sriraman Tallam <tmsriram@google.com>Sriraman Tallam1-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. From-SVN: r176260
2011-03-23plugin-api.h (ld_plugin_get_view): New.Rafael Ávila de Espíndola1-1/+7
2010-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com> * plugin-api.h (ld_plugin_get_view): New. (ld_plugin_tag): Add LDPT_GET_VIEW. (ld_plugin_tv): Add tv_get_view. From-SVN: r171351
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
From-SVN: r168438
2010-10-15Sync LD plugin patch series (part 1/6) with src/include/.Dave Korn1-1/+2
* plugin-api.h (LDPT_GNU_LD_VERSION): New ld_plugin_tag enum member. From-SVN: r165496
2010-06-21plugin-api.h (ld_plugin_set_extra_library_path): New.Rafael Avila de Espindola1-1/+9
2010-06-21 Rafael Espindola <espindola@google.com> * 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. From-SVN: r161116
2010-06-18plugin.h (ld_plugin_add_input_file, [...]): Make argument const.Rafael Avila de Espindola1-2/+2
2010-06-18 Rafael Espindola <espindola@google.com> * plugin.h (ld_plugin_add_input_file, ld_plugin_add_input_library): Make argument const. From-SVN: r161007
2010-06-02plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME.Rafael Avila de Espindola1-1/+2
2010-06-01 Rafael Espindola <espindola@google.com> * plugin-api.h (ld_plugin_tag): Add LDPT_OUTPUT_NAME. From-SVN: r160126
2009-10-19re PR lto/40790 (plugin-api.h unconditionally includes stdint.h)Rafael Espindola1-0/+8
include/ 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. From-SVN: r152976
2009-10-09plugin-api.h (ld_plugin_add_input_library): Change argument name to libname.Rafael Avila de Espindola1-1/+1
2009-10-09 Rafael Espindola <espindola@google.com> * plugin-api.h (ld_plugin_add_input_library): Change argument name to libname. From-SVN: r152592
2009-10-05plugin-api.h: Sync with src.Rafael Avila de Espindola1-2/+29
2009-10-05 Rafael Espindola <espindola@google.com> * plugin-api.h: Sync with src. From-SVN: r152472
2009-10-04plugin-api.h: Fix compile.Jerry Quinn1-1/+1
2009-10-04 Jerry Quinn <jlquinn@optonline.net> * plugin-api.h: Fix compile. From-SVN: r152438
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+263
From-SVN: r152434