From: Phil Blundell Date: Thu, 14 Jun 2001 07:58:12 +0000 (+0000) Subject: 2001-06-13 Philip Blundell X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0b317b0807d2a4981b050993d37d7e59b52f39d2;p=binutils-gdb.git 2001-06-13 Philip Blundell * config/tc-arm.c (thumb_shift): Improve wording of error message. (do_t_arit): Likewise. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e4a4bf9282d..06f428cf2e8 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +2001-06-13 Philip Blundell + + * config/tc-arm.c (thumb_shift): Improve wording of error message. + (do_t_arit): Likewise. + 2001-06-13 Nick Clifton * config/tc-sh.c (md_pseudo_table): Only intercept the .file and diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index fa5c85a4e96..82ac65d0c1e 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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;