Skip to content

Commit 8030071

Browse files
committed
[aaelf64][sysvabi64] Update dead Linux kernel documentation links
These were broken by Linux commit e4624435f38b ("docs: arm64: Move arm64 documentation under Documentation/arch/").
1 parent 44ad9f1 commit 8030071

File tree

2 files changed

+32
-32
lines changed

2 files changed

+32
-32
lines changed

aaelf64/aaelf64.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.. _LSB: http://www.linuxbase.org/
1818
.. _SYM-VER: http://www.akkadia.org/drepper/symbol-versioning
1919
.. _TLSDESC: http://www.fsfla.org/~lxoliva/writeups/TLS/paper-lk2006.pdf
20-
.. _MTEEXTENSIONS: https://www.kernel.org/doc/html/latest/arm64/memory-tagging-extension.html#core-dump-support
20+
.. _MTEEXTENSIONS: https://www.kernel.org/doc/html/latest/arch/arm64/memory-tagging-extension.html#core-dump-support
2121
.. _STRUCTPROT: https://discourse.llvm.org/t/rfc-structure-protection-a-family-of-uaf-mitigation-techniques/85555
2222
.. _SYSVABI64: https://github.com/ARM-software/abi-aa/releases
2323
.. _VFABI64: https://github.com/ARM-software/abi-aa/releases
@@ -326,7 +326,7 @@ This document refers to, or is referred to by, the following documents.
326326
+----------------+---------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+
327327
| TLSDESC_ | http://www.fsfla.org/~lxoliva/writeups/TLS/paper-lk2006.pdf | TLS Descriptors for Arm. Original proposal document |
328328
+----------------+---------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+
329-
| MTEEXTENSIONS_ | https://www.kernel.org/doc/html/latest/arm64/memory-tagging-extension.html#core-dump-support | Linux Kernel MTE core dump format |
329+
| MTEEXTENSIONS_ | https://www.kernel.org/doc/html/latest/arch/arm64/memory-tagging-extension.html#core-dump-support | Linux Kernel MTE core dump format |
330330
+----------------+---------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+
331331
| SYSVABI64_ | sysvabi64 | System V Application Binary Interface (ABI) for the Arm 64-bit Architecture |
332332
+----------------+---------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------+

sysvabi64/sysvabi64.rst

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
.. _LINUX_ABI: https://github.com/hjl-tools/linux-abi/wiki
1818
.. _MemTagABIELF64: https://github.com/ARM-software/abi-aa/releases
1919
.. _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
2121
.. _LSB: https://refspecs.linuxfoundation.org/LSB_5.0.0/LSB-Core-generic/LSB-Core-generic/book1.html
2222
.. _SCO-ELF: http://www.sco.com/developers/gabi
2323
.. _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.
226226

227227
.. table::
228228

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+
+-----------------+-------------------------------------------------------------------+-----------------------------------------------------------------------------+
258258

259259
Terms and Abbreviations
260260
-----------------------

0 commit comments

Comments
 (0)