Skip to content

Commit 7c7e73b

Browse files
committed
Update psabi link for x86-64. Add link to linux gabi supplement.
llvm-svn: 266137
1 parent a0fa262 commit 7c7e73b

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

llvm/docs/CompilerWriterInfo.rst

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -90,21 +90,10 @@ SystemZ
9090
X86
9191
---
9292

93-
AMD - Official manuals and docs
94-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
95-
9693
* `AMD processor manuals <http://www.amd.com/us-en/Processors/TechnicalResources/0,,30_182_739,00.html>`_
97-
* `X86-64 ABI <http://www.x86-64.org/documentation>`_
98-
99-
Intel - Official manuals and docs
100-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
101-
10294
* `Intel 64 and IA-32 manuals <http://www.intel.com/content/www/us/en/processors/architectures-software-developer-manuals.html>`_
10395
* `Intel Itanium documentation <http://www.intel.com/design/itanium/documentation.htm?iid=ipp_srvr_proc_itanium2+techdocs>`_
104-
105-
Other x86-specific information
106-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
107-
96+
* `X86 and X86-64 SysV psABI <https://github.com/hjl-tools/x86-psABI/wiki/X86-psABI>`_
10897
* `Calling conventions for different C++ compilers and operating systems <http://www.agner.org/optimize/calling_conventions.pdf>`_
10998

11099
XCore
@@ -127,6 +116,7 @@ ABI
127116
Linux
128117
-----
129118

119+
* `Linux extensions to gabi <https://github.com/hjl-tools/linux-abi/wiki/Linux-Extensions-to-gABI>`_
130120
* `PowerPC 64-bit ELF ABI Supplement <http://www.linuxbase.org/spec/ELF/ppc64/>`_
131121
* `Procedure Call Standard for the AArch64 Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0055a/IHI0055A_aapcs64.pdf>`_
132122
* `ELF for the ARM Architecture <http://infocenter.arm.com/help/topic/com.arm.doc.ihi0044e/IHI0044E_aaelf.pdf>`_

0 commit comments

Comments
 (0)