[llvm] r194011 - [docs] Add link to 32-bit ARM ELF supplement.
Sean Silva
silvas at purdue.edu
Mon Nov 4 11:43:36 PST 2013
Author: silvas
Date: Mon Nov 4 13:43:36 2013
New Revision: 194011
URL: http://llvm.org/viewvc/llvm-project?rev=194011&view=rev
Log:
[docs] Add link to 32-bit ARM ELF supplement.
Modified:
llvm/trunk/docs/CompilerWriterInfo.rst
Modified: llvm/trunk/docs/CompilerWriterInfo.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CompilerWriterInfo.rst?rev=194011&r1=194010&r2=194011&view=diff
==============================================================================
--- llvm/trunk/docs/CompilerWriterInfo.rst (original)
+++ llvm/trunk/docs/CompilerWriterInfo.rst Mon Nov 4 13:43:36 2013
@@ -124,6 +124,7 @@ Linux
* `PowerPC 64-bit ELF ABI Supplement <http://www.linuxbase.org/spec/ELF/ppc64/>`_
* `Procedure Call Standard for the AArch64 Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf>`_
+* `ELF for the ARM Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf>`_
* `ELF for the ARM 64-bit Architecture (AArch64) <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0056a/IHI0056A_aaelf64.pdf>`_
* `System z ELF ABI Supplement <http://legacy.redhat.com/pub/redhat/linux/7.1/es/os/s390x/doc/lzsabi0.pdf>`_
More information about the llvm-commits
mailing list