diff options
author | Teresa Johnson <tejohnson@google.com> | 2017-09-20 15:43:37 -0700 |
---|---|---|
committer | Sriraman Tallam <tmsriram@google.com> | 2017-09-20 15:45:04 -0700 |
commit | ca464aac1b0a444f7debb8fc1e5e8b3f30602a35 (patch) | |
tree | 65a29f37988cc32f48c563741031c8bd3e40b5e0 /gold/ChangeLog | |
parent | 223ffa714ce1cf1dc6e0c361189fa80417ff90d9 (diff) | |
download | gdb-ca464aac1b0a444f7debb8fc1e5e8b3f30602a35.zip gdb-ca464aac1b0a444f7debb8fc1e5e8b3f30602a35.tar.gz gdb-ca464aac1b0a444f7debb8fc1e5e8b3f30602a35.tar.bz2 |
Check for export dynamic symbol options when doing symbol resolution in plugins.
2017-09-20 Teresa Johnson <tejohnson@google.com>
* plugin.cc (is_visible_from_outside): Check for export dynamic symbol
option and list.
* testsuite/Makefile.am (plugin_test_12): New test.
* testsuite/Makefile.in: Regenerate.
* testsuite/export_dynamic_plugin.cc: New test source.
* testsuite/plugin_test_12.sh: New test script.
Diffstat (limited to 'gold/ChangeLog')
-rw-r--r-- | gold/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gold/ChangeLog b/gold/ChangeLog index 4faf195..7e62ccb 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,3 +1,12 @@ +2017-09-20 Teresa Johnson <tejohnson@google.com> + + * plugin.cc (is_visible_from_outside): Check for export dynamic symbol + option and list. + * testsuite/Makefile.am (plugin_test_12): New test. + * testsuite/Makefile.in: Regenerate. + * testsuite/export_dynamic_plugin.cc: New test source. + * testsuite/plugin_test_12.sh: New test script. + 2017-09-20 Alan Modra <amodra@gmail.com> * powerpc.cc (Target_powerpc::Branch_info::make_stub): Put |