PR ld/13329
authorAlan Modra <amodra@gmail.com>
Thu, 6 Oct 2011 10:07:17 +0000 (10:07 +0000)
committerAlan Modra <amodra@gmail.com>
Thu, 6 Oct 2011 10:07:17 +0000 (10:07 +0000)
commit69ee6ab254ad1fd822840f9fd2c1907e13620467
tree25633ac79c973e056c1a863e134aae2d9472de8d
parent989993d80a97a66f24c22a34ae9f28d9cd7387ca
PR ld/13329
ld/
* plugin.c (tv_header_tags): Add LDPT_GET_SYMBOLS_V2.
(set_tv_header): Handle it.  Adjust LDPT_GET_SYMBOLS.  Return void.
(get_symbols): Add def_ironly_exp param.  Return that value for
syms exported from shared libs.
(get_symbols_v1, get_symbols_v2): New wrapper functions.
* testplug.c: Update for above changes.
ld/testsuite/
* ld-plugin/plugin-1.d, * ld-plugin/plugin-2.d, * ld-plugin/plugin-3.d,
* ld-plugin/plugin-4.d, * ld-plugin/plugin-5.d, * ld-plugin/plugin-6.d,
* ld-plugin/plugin-7.d, * ld-plugin/plugin-8.d, * ld-plugin/plugin-9.d,
* ld-plugin/plugin-10.d, * ld-plugin/plugin-11.d: Update.
15 files changed:
ld/ChangeLog
ld/plugin.c
ld/testplug.c
ld/testsuite/ChangeLog
ld/testsuite/ld-plugin/plugin-1.d
ld/testsuite/ld-plugin/plugin-10.d
ld/testsuite/ld-plugin/plugin-11.d
ld/testsuite/ld-plugin/plugin-2.d
ld/testsuite/ld-plugin/plugin-3.d
ld/testsuite/ld-plugin/plugin-4.d
ld/testsuite/ld-plugin/plugin-5.d
ld/testsuite/ld-plugin/plugin-6.d
ld/testsuite/ld-plugin/plugin-7.d
ld/testsuite/ld-plugin/plugin-8.d
ld/testsuite/ld-plugin/plugin-9.d
This page took 0.025884 seconds and 4 git commands to generate.