]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
PR ld/13229
authorAlan Modra <amodra@gmail.com>
Tue, 25 Oct 2011 02:51:22 +0000 (02:51 +0000)
committerAlan Modra <amodra@gmail.com>
Tue, 25 Oct 2011 02:51:22 +0000 (02:51 +0000)
commit044fb1867a7b419c0e21d6da15d7ab8c62eda1aa
tree7af1008ef9a9aa4e29d73ee8629f65d5107b9b9e
parent85ec5619ab50cda2ddfd67d0d7c906730abc02d3
PR ld/13229
Apply mainline patches
ld/
2011-10-06  Alan Modra  <amodra@gmail.com>
* 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/
2011-10-06  Alan Modra  <amodra@gmail.com>
* 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