diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2010-09-29 10:14:02 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@codesourcery.com> | 2010-09-29 10:14:02 +0000 |
commit | bb73df25a83c1040ab448374bf8820175b595f73 (patch) | |
tree | 53f44fe5121afeb39ecbc908b68eb425f182da2e /gas/ChangeLog | |
parent | f902251074864acdf48800c311d2a90690f30bbf (diff) | |
download | gdb-bb73df25a83c1040ab448374bf8820175b595f73.zip gdb-bb73df25a83c1040ab448374bf8820175b595f73.tar.gz gdb-bb73df25a83c1040ab448374bf8820175b595f73.tar.bz2 |
include/
* opcode/tic6x-control-registers.h (tscl): Now read_write.
gas/testsuite/
* gas/tic6x/insns-bad-1.s: Remove test for readonly tscl.
* gas/tic6x/insns-bad-1.l: Likewise.
* gas/tic6x/insns-c674x.d: Add test for writeable tscl.
* gas/tic6x/insns-c674x.s: 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 62a974b..bafa80f 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2010-09-29 Bernd Schmidt <bernds@codesourcery.com> + + * gas/tic6x/insns-bad-1.s: Remove test for readonly tscl. + * gas/tic6x/insns-bad-1.l: Likewise. + * gas/tic6x/insns-c674x.d: Add test for writeable tscl. + * gas/tic6x/insns-c674x.s: Likewise. + 2010-09-29 Alan Modra <amodra@gmail.com> * expr.c (expr): Correct returned segment value. |