diff options
author | Alan Modra <amodra@gmail.com> | 2017-04-10 15:10:58 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-04-10 15:10:58 +0930 |
commit | 37095d07b470ea94d578cd5ca2da032617200c52 (patch) | |
tree | 9605de71a6ab5f1bbe67a1a48ec8736ce930c11c /ld/ChangeLog | |
parent | aa808707033a46ee063263f4bc1bd06449851621 (diff) | |
download | gdb-37095d07b470ea94d578cd5ca2da032617200c52.zip gdb-37095d07b470ea94d578cd5ca2da032617200c52.tar.gz gdb-37095d07b470ea94d578cd5ca2da032617200c52.tar.bz2 |
Clean elfvsb files left over from previous runs
My mips-linux and mips64-linux testsuite runs have been failing a
bunch of visibility tests, seemingly randomly. It turns out the
problem occurs when object files are left over in ld/tmpdir from a
previous run.
* testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Delete
sh1p.o, sh2p.o, sh1np.o and sh2np.o before compiling. Use
remote_file host exists rather than file exists.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 29d8530..4255b5e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,9 @@ +2017-04-10 Alan Modra <amodra@gmail.com> + + * testsuite/ld-elfvsb/elfvsb.exp (visibility_run): Delete + sh1p.o, sh2p.o, sh1np.o and sh2np.o before compiling. Use + remote_file host exists rather than file exists. + 2017-04-07 H.J. Lu <hongjiu.lu@intel.com> PR ld/21090 |