diff options
author | Alan Modra <amodra@gmail.com> | 2020-06-20 10:47:32 +0930 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2020-06-20 10:59:11 +0930 |
commit | b0ee49d21ba0c4b7f9817db01dc247255eebd516 (patch) | |
tree | c1d0504bb564e90fdcbcb23b8c4417da359c9ffd /ld/ChangeLog | |
parent | e2201c2a578f2b22fc04cc95507c643ac908c952 (diff) | |
download | gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.zip gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.tar.gz gdb-b0ee49d21ba0c4b7f9817db01dc247255eebd516.tar.bz2 |
ecoff testsuite fixes
The aim of this change is to remove a whole lot of "assembly failed"
errors for ecoff targets.
* testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
* testsuite/ld-elf/binutils.exp: Likewise.
* testsuite/ld-elf/tls.exp: Likewise.
* testsuite/ld-elf/tls_common.exp: Likewise.
* testsuite/ld-scripts/phdrs2.exp: 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 c47fbca..f9e4a43 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,5 +1,13 @@ 2020-06-20 Alan Modra <amodra@gmail.com> + * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets. + * testsuite/ld-elf/binutils.exp: Likewise. + * testsuite/ld-elf/tls.exp: Likewise. + * testsuite/ld-elf/tls_common.exp: Likewise. + * testsuite/ld-scripts/phdrs2.exp: Likewise. + +2020-06-20 Alan Modra <amodra@gmail.com> + * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF. Fail when ld_assemble fails. Use elseif to reduce indentation. |