GNU Binutils with patches for OS216
修訂 | 67beff64eb3f82bde1c23c6baf60bcceb6286c50 (tree) |
---|---|
時間 | 2000-11-01 16:24:25 |
作者 | Phil Blundell <philb@gnu....> |
Commiter | Phil Blundell |
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.
@@ -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 | + | |
1 | 6 | 2000-10-16 Philip Blundell <pb@futuretv.com> |
2 | 7 | |
3 | 8 | * configure.in: Set version number to 2.10.1. |
@@ -1943,7 +1943,7 @@ do_mrs (str, flags) | ||
1943 | 1943 | /* This is for backwards compatability with older toolchains. */ |
1944 | 1944 | else if (strcmp (str, "cpsr_all") == 0 |
1945 | 1945 | || strcmp (str, "spsr_all") == 0) |
1946 | - skip = 7; | |
1946 | + skip = 8; | |
1947 | 1947 | else |
1948 | 1948 | { |
1949 | 1949 | inst.error = _("{C|S}PSR expected"); |