From e997ce7a6447c40bd193783ed0f7318f3f699d1c Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Wed, 1 Nov 2000 07:24:25 +0000 Subject: 2000-11-01 Philip Blundell From 2000-08-01 Nick Clifton * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag. --- gas/ChangeLog | 5 +++++ gas/config/tc-arm.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 27b579be4e..e3803e14b8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2000-11-01 Philip Blundell + + From 2000-08-01 Nick Clifton + * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag. + 2000-10-16 Philip Blundell * configure.in: Set version number to 2.10.1. diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index 51c0a7602b..b821d382f2 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -1943,7 +1943,7 @@ do_mrs (str, flags) /* This is for backwards compatability with older toolchains. */ else if (strcmp (str, "cpsr_all") == 0 || strcmp (str, "spsr_all") == 0) - skip = 7; + skip = 8; else { inst.error = _("{C|S}PSR expected"); -- cgit v1.2.1