• 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

修訂67beff64eb3f82bde1c23c6baf60bcceb6286c50 (tree)
時間2000-11-01 16:24:25
作者Phil Blundell <philb@gnu....>
CommiterPhil Blundell

Log Message

2000-11-01 Philip Blundell <philb@gnu.org>

From 2000-08-01 Nick Clifton <nickc@cygnus.com>
* config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.

Change Summary

差異

--- a/gas/ChangeLog
+++ b/gas/ChangeLog
@@ -1,3 +1,8 @@
1+2000-11-01 Philip Blundell <philb@gnu.org>
2+
3+ From 2000-08-01 Nick Clifton <nickc@cygnus.com>
4+ * config/tc-arm.c (do_mrs): Fix skip of 'cpsr_all' flag.
5+
16 2000-10-16 Philip Blundell <pb@futuretv.com>
27
38 * configure.in: Set version number to 2.10.1.
--- a/gas/config/tc-arm.c
+++ b/gas/config/tc-arm.c
@@ -1943,7 +1943,7 @@ do_mrs (str, flags)
19431943 /* This is for backwards compatability with older toolchains. */
19441944 else if (strcmp (str, "cpsr_all") == 0
19451945 || strcmp (str, "spsr_all") == 0)
1946- skip = 7;
1946+ skip = 8;
19471947 else
19481948 {
19491949 inst.error = _("{C|S}PSR expected");