diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-02-14 05:45:08 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-02-14 06:26:20 -0800 |
commit | f58926a652e71cc4809758c693ff005d9fdc46e1 (patch) | |
tree | e73731491f5bfae0b13388de10c69d06a97ed702 /ld/ChangeLog | |
parent | ce875075f9c8acc57bb0ec516ae3ba50064e52b7 (diff) | |
download | gdb-f58926a652e71cc4809758c693ff005d9fdc46e1.zip gdb-f58926a652e71cc4809758c693ff005d9fdc46e1.tar.gz gdb-f58926a652e71cc4809758c693ff005d9fdc46e1.tar.bz2 |
Add a testcase for PR ld/17973
ld/
PR ld/17973
* testplug2.c (allsymbolsread_silent): New.
(set_register_hook): Handle allsymbolsreadsilent.
(onall_symbols_read): Skip a message if allsymbolsread_silent is
TRUE.
ld/testsuite/
PR ld/17973
* ld-plugin/plugin.exp (regassilent): New.
Compile tmpdir/dummy.s and ld-plugin/pr17973.s.
(plugin_tests): Add a test for PR ld/17973.
* ld-plugin/pr17973.d: New file.
* ld-plugin/pr17973.s: Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 4803ec3..43cf4e8 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +2015-02-14 H.J. Lu <hongjiu.lu@intel.com> + + PR ld/17973 + * testplug2.c (allsymbolsread_silent): New. + (set_register_hook): Handle allsymbolsreadsilent. + (onall_symbols_read): Skip a message if allsymbolsread_silent is + TRUE. + 2015-02-14 Alan Modra <amodra@gmail.com> PR ld/17973 |