diff options
author | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-23 00:05:27 +0000 |
---|---|---|
committer | Andrew Burgess <andrew.burgess@embecosm.com> | 2016-02-25 10:46:41 +0000 |
commit | e6e7b7c49f960641ce1a97b967ca800128b1bf55 (patch) | |
tree | 23d194cfefcc08536614a572254ca144c8952328 /gas/ChangeLog | |
parent | 920e4862a2319cafcbf608a4b85a23bd9738d349 (diff) | |
download | gdb-e6e7b7c49f960641ce1a97b967ca800128b1bf55.zip gdb-e6e7b7c49f960641ce1a97b967ca800128b1bf55.tar.gz gdb-e6e7b7c49f960641ce1a97b967ca800128b1bf55.tar.bz2 |
gas: Update tests for big-endian arc targets
Some gas tests are excluded for arc targets using the pattern arc-*-*,
however this only covers little endian arc targets. This commit extends
the patter to cover big endian arc targets, the pattern is now arc*-*-*.
gas/ChangeLog:
* testsuite/gas/all/gas.exp: Change target pattern to cover
arceb-*.
* testsuite/gas/all/redef3.d: Likewise.
* testsuite/gas/elf/elf.exp: Likewise.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index d74e200..e4b4deb 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2016-02-25 Andrew Burgess <andrew.burgess@embecosm.com> + + * testsuite/gas/all/gas.exp: Change target pattern to cover + arceb-*. + * testsuite/gas/all/redef3.d: Likewise. + * testsuite/gas/elf/elf.exp: Likewise. + 2016-02-24 Renlin Li <renlin.li@arm.com> * config/tc-arm.c (BAD_FP16): New error message macro. |