diff options
author | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-20 01:49:02 +0000 |
---|---|---|
committer | Maciej W. Rozycki <macro@imgtec.com> | 2016-12-20 11:47:40 +0000 |
commit | 95f6ac8822ecbad5530c4488ac54fd46b4c658a2 (patch) | |
tree | 77c59ba43cbd7dd782a679211d6a51579f752475 /gas/ChangeLog | |
parent | 78d9f182f5cf4bc0d892af59030b85351b0ceab5 (diff) | |
download | gdb-95f6ac8822ecbad5530c4488ac54fd46b4c658a2.zip gdb-95f6ac8822ecbad5530c4488ac54fd46b4c658a2.tar.gz gdb-95f6ac8822ecbad5530c4488ac54fd46b4c658a2.tar.bz2 |
MIPS/GAS/testsuite: Correct NewABI test selection
Make sure all tests that require NewABI support are only run with
`has_newabi' targets, removing numerous `mips-sgi-irix5' failures.
gas/
* testsuite/gas/mips/mips.exp: Limit remaining tests that
require NewABI support to `has_newabi' targets.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index f7d36b5..571c776 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2016-12-20 Maciej W. Rozycki <macro@imgtec.com> + + * testsuite/gas/mips/mips.exp: Limit remaining tests that + require NewABI support to `has_newabi' targets. + 2015-12-20 Andrew Waterman <andrew@sifive.com> * config/tc-riscv.c (riscv_pseudo_table): Remove "align", |