GNU Binutils with patches for OS216
修訂 | acba078a4485e82929589596d59be58e0d4b6618 (tree) |
---|---|
時間 | 2000-11-04 02:17:00 |
作者 | Phil Blundell <philb@gnu....> |
Commiter | Phil Blundell |
2000-11-02 Theo Honohan <th@futuretv.com>
* config/tc-arm.c (do_msr): Improve error message.
@@ -1,3 +1,7 @@ | ||
1 | +2000-11-02 Theo Honohan <th@futuretv.com> | |
2 | + | |
3 | + * config/tc-arm.c (do_msr): Improve error message. | |
4 | + | |
1 | 5 | 2000-11-01 Philip Blundell <philb@gnu.org> |
2 | 6 | |
3 | 7 | From 2000-08-01 Nick Clifton <nickc@cygnus.com> |
@@ -2004,7 +2004,7 @@ do_msr (str, flags) | ||
2004 | 2004 | |
2005 | 2005 | if (inst.instruction & ((PSR_c | PSR_x | PSR_s) << PSR_SHIFT)) |
2006 | 2006 | { |
2007 | - inst.error = _("can only set flag field with immediate value"); | |
2007 | + inst.error = _("only flag field of psr can be set with immediate value"); | |
2008 | 2008 | return; |
2009 | 2009 | } |
2010 | 2010 |