diff options
| author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-07-31 15:17:33 +0000 |
|---|---|---|
| committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2014-07-31 15:17:33 +0000 |
| commit | bfffb69e8409fe90546903a72027b0f6630e0da8 (patch) | |
| tree | 81c16e2b9e9fa0a935b797305b9752a575e440ce /llvm/docs/ReleaseNotes.rst | |
| parent | 4004989b37cbea529fae88705e11d519e61f3bff (diff) | |
| download | bcm5719-llvm-bfffb69e8409fe90546903a72027b0f6630e0da8.tar.gz bcm5719-llvm-bfffb69e8409fe90546903a72027b0f6630e0da8.zip | |
Release Notes: Overriding PPC64 and PPC64LE ABI defaults is not yet supported.
I wrongly included a description of a patch that came in after 3.5 branched
and has not been backported.
Thanks,
Bill
llvm-svn: 214404
Diffstat (limited to 'llvm/docs/ReleaseNotes.rst')
| -rw-r--r-- | llvm/docs/ReleaseNotes.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst index 2924df3e69c..e241294ddc0 100644 --- a/llvm/docs/ReleaseNotes.rst +++ b/llvm/docs/ReleaseNotes.rst @@ -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). |

