diff options
author | Phil Blundell <philb@gnu.org> | 2000-11-02 15:10:57 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-11-02 15:10:57 +0000 |
commit | 6c17cfe4d24a7822efc4d9fa0488c573831adc03 (patch) | |
tree | a9831b17186168169479c597392aadf1e7579092 /gas/config | |
parent | 3ed9691ff40f95cbb9913f07705a5d4ce10949c6 (diff) | |
download | gdb-6c17cfe4d24a7822efc4d9fa0488c573831adc03.zip gdb-6c17cfe4d24a7822efc4d9fa0488c573831adc03.tar.gz gdb-6c17cfe4d24a7822efc4d9fa0488c573831adc03.tar.bz2 |
2000-11-02 Theo Honohan <th@futuretv.com>
* config/tc-arm.c (do_msr): Improve error message.
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/config/tc-arm.c b/gas/config/tc-arm.c index fd83a42..6f27c64 100644 --- a/gas/config/tc-arm.c +++ b/gas/config/tc-arm.c @@ -2180,7 +2180,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; } |