This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/700] New: PPC64 set/swapcontext do not restore the CCR


The powerpc64 set/swap context function do not restore the Condition Code
Register  (CCR) due to a typo where the mnemonic for Move from Condition
Register (mfcr) instead of the correct mnemonic mtcr.

Also noticed that the MSR field was being loaded as a word. Should be double
word for 64-bit.

-- 
           Summary: PPC64 set/swapcontext do not restore the CCR
           Product: glibc
           Version: 2.3.4
            Status: NEW
          Severity: critical
          Priority: P2
         Component: libc
        AssignedTo: gotom at debian dot or dot jp
        ReportedBy: sjmunroe at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: powerpc64-linux
  GCC host triplet: powerpc64-linux
GCC target triplet: powerpc64-linux


http://sources.redhat.com/bugzilla/show_bug.cgi?id=700

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]