diff options
author | Alan Modra <amodra@gmail.com> | 2017-06-07 15:22:58 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2017-06-07 17:56:46 +0930 |
commit | 4936f23592b910d65cc9f077115559366f9c4662 (patch) | |
tree | be8b053c2eb992201795cba0f1f3a5cfae08fed8 /ld/ChangeLog | |
parent | 58f59b7616851b2f3737e385ec9095765eeeffa3 (diff) | |
download | gdb-4936f23592b910d65cc9f077115559366f9c4662.zip gdb-4936f23592b910d65cc9f077115559366f9c4662.tar.gz gdb-4936f23592b910d65cc9f077115559366f9c4662.tar.bz2 |
Fix a number of pr21529 testcase failures
Various targets fail this testcase due to ld not supporting binary output.
* testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64,
nds32, and score. Match any output.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index cb30ebf..36fc28b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +2017-06-07 Alan Modra <amodra@gmail.com> + + * testsuite/ld-unique/pr21529.d: xfail aarch64, arm, hppa, ia64, + nds32, and score. Match any output. + 2017-06-06 Andrew Burgess <andrew.burgess@embecosm.com> * ld.h (struct args_type): Fix typo in comment. |