From: Phil Blundell Date: Fri, 3 Nov 2000 17:17:00 +0000 (+0000) Subject: 2000-11-02 Theo Honohan X-Git-Tag: binutils-2_10_1~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=acba078a4485e82929589596d59be58e0d4b6618;p=thirdparty%2Fbinutils-gdb.git 2000-11-02 Theo Honohan * config/tc-arm.c (do_msr): Improve error message. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index e3803e14b80..ce918a5ed5c 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,7 @@ +2000-11-02 Theo Honohan + + * config/tc-arm.c (do_msr): Improve error message. + 2000-11-01 Philip Blundell From 2000-08-01 Nick Clifton diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index b821d382f26..04f0060cbd8 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -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; }