]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2000-11-02 Theo Honohan <th@futuretv.com>
authorPhil Blundell <philb@gnu.org>
Fri, 3 Nov 2000 17:17:00 +0000 (17:17 +0000)
committerPhil Blundell <philb@gnu.org>
Fri, 3 Nov 2000 17:17:00 +0000 (17:17 +0000)
* config/tc-arm.c (do_msr): Improve error message.

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

index e3803e14b808cd419477b79a9300696bf7a0863b..ce918a5ed5cdb3bc0f6d12b658ddb878ec44a103 100644 (file)
@@ -1,3 +1,7 @@
+2000-11-02  Theo Honohan  <th@futuretv.com>
+
+       * config/tc-arm.c (do_msr): Improve error message. 
+
 2000-11-01  Philip Blundell  <philb@gnu.org>
 
        From 2000-08-01  Nick Clifton  <nickc@cygnus.com>
index b821d382f26e57f91d206deffe61c133d88972ff..04f0060cbd8c79a2df0b5735769e9e76ba754c18 100644 (file)
@@ -2004,7 +2004,7 @@ do_msr (str, flags)
   
   if (inst.instruction & ((PSR_c | PSR_x | PSR_s) << PSR_SHIFT))
     {
-      inst.error = _("can only set flag field with immediate value");
+      inst.error = _("only flag field of psr can be set with immediate value");
       return;
     }