Remove 'mrs r9, cpsr_all' since the cpsr_all flag is no longer legal syntax.
This commit is contained in:
parent
373a824730
commit
88830cd102
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2000-06-14 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gas/arm/arm6.s: Remove 'mrs r9, cpsr_all' since the cpsr_all
|
||||
flag is no longer legal syntax.
|
||||
|
||||
2000-06-09 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gas/macros/macros.exp: Run new test: strings.
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
.align 0
|
||||
|
||||
mrs r8, cpsr
|
||||
mrseq r9, cpsr_all
|
||||
mrs r2, spsr
|
||||
|
||||
msr cpsr, r1
|
||||
|
|
Loading…
Reference in a new issue