summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-03-08 17:25:12 +0000
committerNick Clifton <nickc@redhat.com>2013-03-08 17:25:12 +0000
commit87a8d6cbe0768ba278220a71b2ecb02e441f7403 (patch)
tree14db34d809a65a4cc794bfec962f5891f83fed33 /cpu
parentabb3f6cca7cd9d8ab574d252cab8e64928d7c40f (diff)
downloadppe42-binutils-87a8d6cbe0768ba278220a71b2ecb02e441f7403.tar.gz
ppe42-binutils-87a8d6cbe0768ba278220a71b2ecb02e441f7403.zip
PR binutils/15241
* lm32.cpu (Control and status registers): Add CFG2, PSW, TLBVADDR, TLBPADDR and TLBBADVADDR. * lm32-desc.c: Regenerate.
Diffstat (limited to 'cpu')
-rw-r--r--cpu/ChangeLog6
-rw-r--r--cpu/lm32.cpu4
2 files changed, 9 insertions, 1 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog
index ee902521e9..e5a83617c3 100644
--- a/cpu/ChangeLog
+++ b/cpu/ChangeLog
@@ -1,3 +1,9 @@
+2013-03-08 Yann Sionneau <yann.sionneau@gmail.com>
+
+ PR binutils/15241
+ * lm32.cpu (Control and status registers): Add CFG2, PSW,
+ TLBVADDR, TLBPADDR and TLBBADVADDR.
+
2012-11-30 Oleg Raikhman <oleg@adapteva.com>
Joern Rennecke <joern.rennecke@embecosm.com>
diff --git a/cpu/lm32.cpu b/cpu/lm32.cpu
index 31b943d79e..83c839f339 100644
--- a/cpu/lm32.cpu
+++ b/cpu/lm32.cpu
@@ -1,5 +1,5 @@
; Lattice Mico32 CPU description. -*- Scheme -*-
-; Copyright 2008, 2009 Free Software Foundation, Inc.
+; Copyright 2008-2013 Free Software Foundation, Inc.
; Contributed by Jon Beniston <jon@beniston.com>
;
; This file is part of the GNU Binutils.
@@ -101,9 +101,11 @@
(EBA 7)
(DC 8)
(DEBA 9)
+ (CFG2 10)
(JTX 14) (JRX 15)
(BP0 16) (BP1 17) (BP2 18) (BP3 19)
(WP0 24) (WP1 25) (WP2 26) (WP3 27)
+ (PSW 29) (TLBVADDR 30) (TLBPADDR 31) (TLBBADVADDR 31)
)
)
() ()
OpenPOWER on IntegriCloud