]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2000-11-01 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Wed, 1 Nov 2000 07:24:25 +0000 (07:24 +0000)
committerPhil Blundell <philb@gnu.org>
Wed, 1 Nov 2000 07:24:25 +0000 (07:24 +0000)
From 2000-08-01  Nick Clifton  <nickc@cygnus.com>
* config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.

gas/ChangeLog
gas/config/tc-arm.c

index 27b579be4ebd501142a0fbe6b262f86d2b0bda4a..e3803e14b808cd419477b79a9300696bf7a0863b 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-01  Philip Blundell  <philb@gnu.org>
+
+       From 2000-08-01  Nick Clifton  <nickc@cygnus.com>
+       * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.
+
 2000-10-16  Philip Blundell  <pb@futuretv.com>
 
        * configure.in: Set version number to 2.10.1.
index 51c0a7602b5a7eec2ac24671bde708be53ea1c9c..b821d382f26e57f91d206deffe61c133d88972ff 100644 (file)
@@ -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");