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 | da666ab229c0987090c4f3d60ce7f46df8c50360 (patch) | |
tree | 53abdded866fcc859866dee465b87c954b43d570 /docs | |
parent | 42f2a6b41ea62d4ccd10a6c469b27549881a7406 (diff) | |
download | external_llvm-da666ab229c0987090c4f3d60ce7f46df8c50360.zip external_llvm-da666ab229c0987090c4f3d60ce7f46df8c50360.tar.gz external_llvm-da666ab229c0987090c4f3d60ce7f46df8c50360.tar.bz2 |
[docs] Add link to 32-bit ARM ELF supplement.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194011 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CompilerWriterInfo.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index 24b5ba1..7b02a78 100644 --- a/docs/CompilerWriterInfo.rst +++ b/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>`_ |