diff options
author | Alan Modra <amodra@gmail.com> | 2016-08-11 23:42:05 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2016-08-11 23:53:18 +0930 |
commit | 8be1e36919a884152d7115f4f4b8c0cfcf086a1f (patch) | |
tree | bda26f42e293ac96c87b5d026efd69fe134a1b2f /ld/ChangeLog | |
parent | 6a2775793d17c8a73956977c75111b33ec10ec37 (diff) | |
download | gdb-8be1e36919a884152d7115f4f4b8c0cfcf086a1f.zip gdb-8be1e36919a884152d7115f4f4b8c0cfcf086a1f.tar.gz gdb-8be1e36919a884152d7115f4f4b8c0cfcf086a1f.tar.bz2 |
Fix ERROR: target-cc does not exist
PR ld/20436
* testsuite/lib/ld-lib.exp (at_least_gcc_version): Don't ignore
remote_exec status.
(check_gcc_plugin_enabled): Likewise.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 6e9565c..35e066e 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2016-08-11 Alan Modra <amodra@gmail.com> + + PR ld/20436 + * testsuite/lib/ld-lib.exp (at_least_gcc_version): Don't ignore + remote_exec status. + (check_gcc_plugin_enabled): Likewise. Revert previous patch. + 2016-08-11 Nick Clifton <nickc@redhat.com> PR ld/20436 |