diff options
author | Sean Silva <silvas@purdue.edu> | 2013-11-04 19:43:36 +0000 |
---|---|---|
committer | Sean Silva <silvas@purdue.edu> | 2013-11-04 19:43:36 +0000 |
commit | 75c718521d0e6bd1dc5b8a26f8879cea76959a29 (patch) | |
tree | fa6dd6e27c8b8b7ea996e731064f082dedde06f8 /llvm/docs/CompilerWriterInfo.rst | |
parent | 8ef39b53e54ad7ffbdcfc95253e2351d70b81d1e (diff) | |
download | bcm5719-llvm-75c718521d0e6bd1dc5b8a26f8879cea76959a29.tar.gz bcm5719-llvm-75c718521d0e6bd1dc5b8a26f8879cea76959a29.zip |
[docs] Add link to 32-bit ARM ELF supplement.
llvm-svn: 194011
Diffstat (limited to 'llvm/docs/CompilerWriterInfo.rst')
-rw-r--r-- | llvm/docs/CompilerWriterInfo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index 24b5ba1c9c6..7b02a7876a7 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -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>`_ |