Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2011-09-27 03:04:59 +0400
committerDJ Delorie <dj@redhat.com>2011-09-27 03:04:59 +0400
commit71c56d78b5c3d61e93224f063ca2b7394f550aaf (patch)
tree0f40cd0ba7bb4514686bd6cb7db25b0590e05eb9 /include/plugin-api.h
parentd77d04f542f0dbce3797d14a80d213206bb0b1ea (diff)
merge from gcc
Diffstat (limited to 'include/plugin-api.h')
-rw-r--r--include/plugin-api.h11
1 files changed, 2 insertions, 9 deletions
diff --git a/include/plugin-api.h b/include/plugin-api.h
index 122424c6c..df0039372 100644
--- a/include/plugin-api.h
+++ b/include/plugin-api.h
@@ -155,13 +155,7 @@ enum ld_plugin_symbol_resolution
LDPR_RESOLVED_EXEC,
/* This symbol was resolved by a definition in a shared object. */
- 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
+ LDPR_RESOLVED_DYN
};
/* The plugin library's "claim file" handler. */
@@ -353,8 +347,7 @@ enum ld_plugin_tag
LDPT_GET_INPUT_SECTION_NAME,
LDPT_GET_INPUT_SECTION_CONTENTS,
LDPT_UPDATE_SECTION_ORDER,
- LDPT_ALLOW_SECTION_ORDERING,
- LDPT_GET_SYMBOLS_V2
+ LDPT_ALLOW_SECTION_ORDERING
};
/* The plugin transfer vector. */