From: Nicolas Geoffray Date: Tue, 15 May 2007 09:21:28 +0000 (+0000) Subject: Note on current implementation of ELF32/PPC ABI. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e4285dc1db3b830814ac153b6ee0d9b0b069991d;p=oota-llvm.git Note on current implementation of ELF32/PPC ABI. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37083 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index c8a9fabf579..df23d297a12 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -285,6 +285,8 @@ components, please contact us on the PowerPC backend does not correctly implement ordered FP comparisons. +
  • The Linux PPC32/ABI support needs testing for the interpreter and static +compilation, and lacks Dwarf debugging informations.