]> sourceware.org Git - newlib-cygwin.git/commitdiff
include/
authorBernd Schmidt <bernds@codesourcery.com>
Wed, 29 Sep 2010 10:14:02 +0000 (10:14 +0000)
committerBernd Schmidt <bernds@codesourcery.com>
Wed, 29 Sep 2010 10:14:02 +0000 (10:14 +0000)
* 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.

include/ChangeLog
include/opcode/tic6x-control-registers.h

index 97f3d44c0f2405f0dfd05ced27fafed551ff0e58..f94becd945e8005e01753ccb04c9be6f849a469c 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-29  Bernd Schmidt  <bernds@codesourcery.com>
+
+       * opcode/tic6x-control-registers.h (tscl): Now read_write.
+
 2010-09-27  Andreas Krebbel  <Andreas.Krebbel@de.ibm.com>
 
        * opcode/s390.h: Add S390_OPCODE_Z196 to enum s390_opcode_cpu_val.
index e237f06ba887761c6fdb0c718b66de0d011abc8f..b4387779aad79aecab4dadf29d3f9c9ce3e97663 100644 (file)
@@ -50,5 +50,7 @@ CTRL(rep, C64XP, read_write, 0xf, 0x1f)
 CTRL(rilc, C64XP, read_write, 0xe, 0x1f)
 CTRL(ssr, C64XP, read_write, 0x15, 0x1f)
 CTRL(tsch, C64XP, read, 0xb, 0x1f)
-CTRL(tscl, C64XP, read, 0xa, 0x1f)
+/* Contrary to Table 3-26 in SPRUFE8, this register is read-write, as
+   documented in section 2.9.13.  */
+CTRL(tscl, C64XP, read_write, 0xa, 0x1f)
 CTRL(tsr, C64XP, read_write, 0x1a, 0x1f)
This page took 0.031675 seconds and 5 git commands to generate.