|
17 | 17 | .. _LINUX_ABI: https://github.com/hjl-tools/linux-abi/wiki |
18 | 18 | .. _MemTagABIELF64: https://github.com/ARM-software/abi-aa/releases |
19 | 19 | .. _PAuthABIELF64: https://github.com/ARM-software/abi-aa/releases |
20 | | -.. _HWCAP: https://www.kernel.org/doc/html/latest/arm64/elf_hwcaps.html |
| 20 | +.. _HWCAP: https://www.kernel.org/doc/html/latest/arch/arm64/elf_hwcaps.html |
21 | 21 | .. _LSB: https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/book1.html |
22 | 22 | .. _SCO-ELF: http://www.sco.com/developers/gabi |
23 | 23 | .. _SYM-VER: http://www.akkadia.org/drepper/symbol-versioning |
@@ -226,35 +226,35 @@ This document refers to, or is referred to by, the following documents. |
226 | 226 |
|
227 | 227 | .. table:: |
228 | 228 |
|
229 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
230 | | - | Ref | External reference or URL | Title | |
231 | | - +=================+==============================================================+=============================================================================+ |
232 | | - | SYSVABI_ | Source for this document | System V Application Binary Interface (ABI) for the Arm 64-bit architecture | |
233 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
234 | | - | ARMARM_ | DDI 0487 | Arm Architecture Reference Manual Armv8 for Armv8-A architecture profile | |
235 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
236 | | - | AAPCS64_ | IHI 0055 | Procedure Call Standard for the Arm 64-bit Architecture | |
237 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
238 | | - | AAELF64_ | IHI 0056 | ELF for the Arm 64-bit Architecture (AArch64). | |
239 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
240 | | - | CPPABI64_ | IHI 0059 | C++ ABI for the Arm 64-bit Architecture | |
241 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
242 | | - | GCABI_ | https://itanium-cxx-abi.github.io/cxx-abi/abi.html | Generic C++ ABI | |
243 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
244 | | - | HWCAP_ | https://www.kernel.org/doc/html/latest/arm64/elf_hwcaps.html | Linux Kernel HWCAPs interface | |
245 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
246 | | - | LINUX_ABI_ | https://github.com/hjl-tools/linux-abi/wiki | Linux Extensions to gABI | |
247 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
248 | | - | LSB_ | https://refspecs.linuxbase.org/lsb.shtml | Linux Standards Base Core Functional Area | |
249 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
250 | | - | MemTagABIELF64_ | memtagabielf64 | MemTag Extension to ELF for the Arm 64-bit Architecture | |
251 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
252 | | - | PAuthABIELF64_ | pauthabielf64 | PAuth Extension to ELF for the Arm 64-bit Architecture | |
253 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
254 | | - | SCO-ELF_ | http://www.sco.com/developers/gabi/ | System V Application Binary Interface – DRAFT | |
255 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
256 | | - | SYM-VER_ | http://people.redhat.com/drepper/symbol-versioning | GNU Symbol Versioning | |
257 | | - +-----------------+--------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 229 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 230 | + | Ref | External reference or URL | Title | |
| 231 | + +=================+===================================================================+=============================================================================+ |
| 232 | + | SYSVABI_ | Source for this document | System V Application Binary Interface (ABI) for the Arm 64-bit architecture | |
| 233 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 234 | + | ARMARM_ | DDI 0487 | Arm Architecture Reference Manual Armv8 for Armv8-A architecture profile | |
| 235 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 236 | + | AAPCS64_ | IHI 0055 | Procedure Call Standard for the Arm 64-bit Architecture | |
| 237 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 238 | + | AAELF64_ | IHI 0056 | ELF for the Arm 64-bit Architecture (AArch64). | |
| 239 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 240 | + | CPPABI64_ | IHI 0059 | C++ ABI for the Arm 64-bit Architecture | |
| 241 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 242 | + | GCABI_ | https://itanium-cxx-abi.github.io/cxx-abi/abi.html | Generic C++ ABI | |
| 243 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 244 | + | HWCAP_ | https://www.kernel.org/doc/html/latest/arch/arm64/elf_hwcaps.html | Linux Kernel HWCAPs interface | |
| 245 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 246 | + | LINUX_ABI_ | https://github.com/hjl-tools/linux-abi/wiki | Linux Extensions to gABI | |
| 247 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 248 | + | LSB_ | https://refspecs.linuxbase.org/lsb.shtml | Linux Standards Base Core Functional Area | |
| 249 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 250 | + | MemTagABIELF64_ | memtagabielf64 | MemTag Extension to ELF for the Arm 64-bit Architecture | |
| 251 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 252 | + | PAuthABIELF64_ | pauthabielf64 | PAuth Extension to ELF for the Arm 64-bit Architecture | |
| 253 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 254 | + | SCO-ELF_ | http://www.sco.com/developers/gabi/ | System V Application Binary Interface – DRAFT | |
| 255 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
| 256 | + | SYM-VER_ | http://people.redhat.com/drepper/symbol-versioning | GNU Symbol Versioning | |
| 257 | + +-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+ |
258 | 258 |
|
259 | 259 | Terms and Abbreviations |
260 | 260 | ----------------------- |
|
0 commit comments