Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported.
authorBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 31 Jul 2014 15:17:33 +0000 (15:17 +0000)
committerBill Schmidt <wschmidt@linux.vnet.ibm.com>
Thu, 31 Jul 2014 15:17:33 +0000 (15:17 +0000)
I wrongly included a description of a patch that came in after 3.5 branched
and has not been backported.

Thanks,
Bill

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214404 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.rst

index 2924df3e69cd44976b377e9fa2c594f633c9eae2..e241294ddc005de93d5f2464ecad50f412857038 100644 (file)
@@ -191,9 +191,8 @@ now fully supported.  This includes support for the Altivec instruction set.
 
 The Power Architecture 64-Bit ELFv2 ABI Specification is now supported, and
 is the default ABI for Little Endian.  The ELFv1 ABI remains the default ABI
-for Big Endian.  Although use of ELFv1 on Little Endian or ELFv2 on Big
-Endian can be selected via command-line option, this is not recommended or
-even advisable.
+for Big Endian.  Currently, it is not possible to override these defaults.
+That capability will be available (albeit not recommended) in a future release.
 
 Links to the ELFv2 ABI specification and to the Power ISA Version 2.07
 specification may be found `here <https://www-03.ibm.com/technologyconnect/tgcm/TGCMServlet.wss?alias=OpenPOWER&linkid=1n0000>`_ (free registration required).