2002-09-17 Michael Snyder <msnyder@redhat.com>
* mips-stub.c (restore_and_return): Postpone restoring of PSW. RTE will take care of it.
This commit is contained in:
parent
20bcf01c7a
commit
c7e701b54b
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2002-09-17 Michael Snyder <msnyder@redhat.com>
|
||||||
|
|
||||||
|
* mips-stub.c (restore_and_return): Postpone restoring of PSW.
|
||||||
|
RTE will take care of it.
|
||||||
|
|
||||||
2002-09-17 Andrew Cagney <ac131313@redhat.com>
|
2002-09-17 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
* arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
|
* arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is
|
||||||
|
|
|
@ -1288,8 +1288,7 @@ restore_and_return:
|
||||||
ld r13, @r0+ ; restore r13
|
ld r13, @r0+ ; restore r13
|
||||||
ld r14, @r0+ ; restore r14
|
ld r14, @r0+ ; restore r14
|
||||||
ld r15, @r0+ ; restore r15
|
ld r15, @r0+ ; restore r15
|
||||||
ld r1, @r0+ ; restore cr0 == PSW
|
addi r0, #4 ; don't restore PSW (rte will do it)
|
||||||
mvtc r1, cr0
|
|
||||||
ld r1, @r0+ ; restore cr1 == CBR (no-op, because it's read only)
|
ld r1, @r0+ ; restore cr1 == CBR (no-op, because it's read only)
|
||||||
mvtc r1, cr1
|
mvtc r1, cr1
|
||||||
ld r1, @r0+ ; restore cr2 == SPI
|
ld r1, @r0+ ; restore cr2 == SPI
|
||||||
|
|
Loading…
Add table
Reference in a new issue