2001-06-13 Philip Blundell <philb@gnu.org>
authorPhil Blundell <philb@gnu.org>
Thu, 14 Jun 2001 07:58:12 +0000 (07:58 +0000)
committerPhil Blundell <philb@gnu.org>
Thu, 14 Jun 2001 07:58:12 +0000 (07:58 +0000)
* config/tc-arm.c (thumb_shift): Improve wording of error message.
(do_t_arit): Likewise.

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

index e4a4bf9..06f428c 100644 (file)
@@ -1,3 +1,8 @@
+2001-06-13  Philip Blundell  <philb@gnu.org>
+
+       * config/tc-arm.c (thumb_shift): Improve wording of error message.
+       (do_t_arit): Likewise.
+
 2001-06-13  Nick Clifton  <nickc@cambridge.redhat.com>
 
        * config/tc-sh.c (md_pseudo_table): Only intercept the .file and
index fa5c85a..82ac65d 100644 (file)
@@ -6025,7 +6025,7 @@ do_t_arit (str)
 
       if (Rs != Rd)
        {
-         inst.error = _("dest and source1 one must be the same register");
+         inst.error = _("dest and source1 must be the same register");
          return;
        }
       Rs = Rn;