aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2001-06-14 07:58:12 +0000
committerPhil Blundell <philb@gnu.org>2001-06-14 07:58:12 +0000
commit0b317b0807d2a4981b050993d37d7e59b52f39d2 (patch)
tree07117f52a40d49e207d49bb28cdc1c0c9e81d2f7 /gas
parent8dbfb380f7e3aadb00468afb68967d0cbdf981ff (diff)
downloadfsf-binutils-gdb-0b317b0807d2a4981b050993d37d7e59b52f39d2.zip
fsf-binutils-gdb-0b317b0807d2a4981b050993d37d7e59b52f39d2.tar.gz
fsf-binutils-gdb-0b317b0807d2a4981b050993d37d7e59b52f39d2.tar.bz2
2001-06-13 Philip Blundell <philb@gnu.org>
* config/tc-arm.c (thumb_shift): Improve wording of error message. (do_t_arit): Likewise.
Diffstat (limited to 'gas')
-rw-r--r--gas/ChangeLog5
-rw-r--r--gas/config/tc-arm.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index e4a4bf9..06f428c 100644
--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c
index fa5c85a..82ac65d 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;