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:
Michael Snyder 2002-09-17 22:58:01 +00:00
parent 20bcf01c7a
commit c7e701b54b
2 changed files with 6 additions and 2 deletions

View File

@ -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>
* arch-utils.c (legacy_virtual_frame_pointer): If FP_REGNUM is

View File

@ -1288,8 +1288,7 @@ restore_and_return:
ld r13, @r0+ ; restore r13
ld r14, @r0+ ; restore r14
ld r15, @r0+ ; restore r15
ld r1, @r0+ ; restore cr0 == PSW
mvtc r1, cr0
addi r0, #4 ; don't restore PSW (rte will do it)
ld r1, @r0+ ; restore cr1 == CBR (no-op, because it's read only)
mvtc r1, cr1
ld r1, @r0+ ; restore cr2 == SPI