]> sourceware.org Git - newlib-cygwin.git/commit
include/ChangeLog
authorCary Coutant <ccoutant@google.com>
Mon, 26 Sep 2011 23:00:17 +0000 (23:00 +0000)
committerCary Coutant <ccoutant@google.com>
Mon, 26 Sep 2011 23:00:17 +0000 (23:00 +0000)
commitd77d04f542f0dbce3797d14a80d213206bb0b1ea
treec2955a527e6b59a0c7bf8f555d9e0852a4625e7a
parent9a2873437e3a0fd4bb10287c044aa68ecaef722b
include/ChangeLog

gcc 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.

gold/ChangeLog

gcc PR lto/47247
* plugin.cc (get_symbols_v2): New function.
(Plugin::load): Add LDPT_GET_SYMBOLS_V2.
(is_referenced_from_outside): New function.
(Pluginobj::get_symbol_resolution_info): Add version parameter, return
LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
(get_symbols): Pass version parameter.
(get_symbols_v2): New function.
* plugin.h (Pluginobj::get_symbol_resolution_info): Add version
parameter.
* testsuite/plugin_test.c (get_symbols_v2): New static variable.
(onload): Add LDPT_GET_SYMBOLS_V2.
(all_symbols_read_hook): Use get_symbols_v2; check for
LDPR_PREVAILING_DEF_IRONLY_EXP.
* testsuite/plugin_test_3.sh: Update expected results.
include/ChangeLog
include/plugin-api.h
This page took 0.031105 seconds and 5 git commands to generate.