summaryrefslogtreecommitdiff
path: root/cpu
diff options
context:
space:
mode:
authorHans-Peter Nilsson <hp@axis.com>2009-01-03 17:51:12 +0000
committerHans-Peter Nilsson <hp@axis.com>2009-01-03 17:51:12 +0000
commita6d3f51237b75f07958c16cd5892b6f447b29920 (patch)
tree01042aeb8cbf20b453f77523d8d56f90ca7a9a29 /cpu
parenta0304b950c294f40cfa3e1ce5a5a5076c95da167 (diff)
downloadbinutils-redhat-a6d3f51237b75f07958c16cd5892b6f447b29920.tar.gz
* cris.cpu (cris-implemented-writable-specregs-v32): Correct size
of number 2, PID.
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ChangeLog5
-rw-r--r--cpu/cris.cpu2
2 files changed, 6 insertions, 1 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index 671bc11a9d..8f46cf242d 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-03 Hans-Peter Nilsson <hp@axis.com>
+
+ * cris.cpu (cris-implemented-writable-specregs-v32): Correct size
+ of number 2, PID.
+
2008-12-23 Jon Beniston <jon@beniston.com>
* lm32.cpu: New file.
diff --git a/cpu/cris.cpu b/cpu/cris.cpu
index 633abc0e12..ad045d1b4d 100644
--- a/cpu/cris.cpu
+++ b/cpu/cris.cpu
@@ -439,7 +439,7 @@
(define-pmacro (cris-implemented-writable-specregs-v32)
"Special writable registers in v32 and their sizes"
- ((QI 2) (QI 3)
+ ((SI 2) (QI 3)
(SI 5) (SI 6) (SI 7) (SI 9)
(SI 10) (SI 11) (SI 12) (SI 13) (SI 14) (SI 15))
)