From 386c071a6c8739b7226f23d395de1f13757ead6a Mon Sep 17 00:00:00 2001 From: cvs2svn <> Date: Wed, 28 Sep 2011 20:01:38 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'sid- snapshot-20111001'. Sprout from binutils-2_22-branch 2011-09-21 20:49:16 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'binutils-' Cherrypick from master 2011-09-28 20:01:37 UTC DJ Delorie 'merge from gcc': include/ChangeLog include/demangle.h include/libiberty.h include/plugin-api.h include/timeval-utils.h Delete: texinfo/texinfo.tex --- include/plugin-api.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'include/plugin-api.h') diff --git a/include/plugin-api.h b/include/plugin-api.h index df0039372..122424c6c 100644 --- a/include/plugin-api.h +++ b/include/plugin-api.h @@ -155,7 +155,13 @@ enum ld_plugin_symbol_resolution LDPR_RESOLVED_EXEC, /* This symbol was resolved by a definition in a shared object. */ - LDPR_RESOLVED_DYN + LDPR_RESOLVED_DYN, + + /* This is the prevailing definition of the symbol, with no + references from regular objects. It is only referenced from IR + code, but the symbol is exported and may be referenced from + a dynamic object (not seen at link time). */ + LDPR_PREVAILING_DEF_IRONLY_EXP }; /* The plugin library's "claim file" handler. */ @@ -347,7 +353,8 @@ enum ld_plugin_tag LDPT_GET_INPUT_SECTION_NAME, LDPT_GET_INPUT_SECTION_CONTENTS, LDPT_UPDATE_SECTION_ORDER, - LDPT_ALLOW_SECTION_ORDERING + LDPT_ALLOW_SECTION_ORDERING, + LDPT_GET_SYMBOLS_V2 }; /* The plugin transfer vector. */ -- cgit v1.2.3