[llvm-bugs] [Bug 44167] New: libunwind assumes all powerpc platforms have altivec and FPU

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Nov 27 14:02:22 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44167

            Bug ID: 44167
           Summary: libunwind assumes all powerpc platforms have altivec
                    and FPU
           Product: Runtime Libraries
           Version: trunk
          Hardware: Other
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: libunwind
          Assignee: unassignedbugs at nondot.org
          Reporter: chmeeedalf at gmail.com
                CC: llvm-bugs at lists.llvm.org

UnwindRegistersSave.S includes unconditional saving and loading of floating
point registers and altivec registers.  However, not all PowerPC platforms have
FPU or Altivec.  The PowerPC e500 uses a non-standard FPU, the SPE, which uses
the GPRs, and has no altivec.  The PowerPC e500mc and e5500 have a FPU but no
Altivec.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20191127/a1e74aae/attachment-0001.html>


More information about the llvm-bugs mailing list