From 2000-08-01 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.
+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.
/* 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");