aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/rx-parse.y4
2 files changed, 7 insertions, 2 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index 6fd42b8..0efc8f2 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
+2009-11-04 DJ Delorie <dj@redhat.com>
+
+ * config/rx-parse.y (MVTIPL): Update bit pattern.
+ (cpen): Remove.
+
2009-11-04 Daniel Jacobowitz <dan@codesourcery.com>
Maxim Kuvyrkov <maxim@codesourcery.com>
diff --git a/gas/config/rx-parse.y b/gas/config/rx-parse.y
index 0bcafc8..0e1093a 100644
--- a/gas/config/rx-parse.y
+++ b/gas/config/rx-parse.y
@@ -532,7 +532,7 @@ statement :
/* ---------------------------------------------------------------------- */
| MVTIPL '#' EXPR
- { B2 (0x7f, 0x98); FE ($3, 13, 3); }
+ { B3 (0x75, 0x70, 0x00); FE ($3, 20, 4); }
/* ---------------------------------------------------------------------- */
@@ -939,7 +939,7 @@ token_table[] =
{ "pc", CREG, 1 },
{ "usp", CREG, 2 },
{ "fpsw", CREG, 3 },
- { "cpen", CREG, 4 },
+ /* reserved */
/* reserved */
/* reserved */
{ "wr", CREG, 7 },