• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

GNU Binutils with patches for OS216


Commit MetaInfo

修訂acba078a4485e82929589596d59be58e0d4b6618 (tree)
時間2000-11-04 02:17:00
作者Phil Blundell <philb@gnu....>
CommiterPhil Blundell

Log Message

2000-11-02 Theo Honohan <th@futuretv.com>

* config/tc-arm.c (do_msr): Improve error message.

Change Summary

差異

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -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+
15 2000-11-01 Philip Blundell <philb@gnu.org>
26
37 From 2000-08-01 Nick Clifton <nickc@cygnus.com>
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -2004,7 +2004,7 @@ do_msr (str, flags)
20042004
20052005 if (inst.instruction & ((PSR_c | PSR_x | PSR_s) << PSR_SHIFT))
20062006 {
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");
20082008 return;
20092009 }
20102010