]> git.baikalelectronics.ru Git - arm-tf.git/commitdiff
chore(docs): fix broken url references to arm procedure call
authorGovindraj Raja <govindraj.raja@arm.com>
Thu, 10 Nov 2022 15:27:35 +0000 (15:27 +0000)
committerGovindraj Raja <govindraj.raja@arm.com>
Thu, 10 Nov 2022 16:24:54 +0000 (16:24 +0000)
Couple for urls under section: `5.6. Use of built-in C and libc
data types` from docs has broken urls since the new arm procedure
call doc is moved to be part of `ARM-software/abi-aa`.

Change-Id: Ied184ed56c8335d4cbc687e56962439091a18e42
Signed-off-by: Govindraj Raja <govindraj.raja@arm.com>
docs/process/coding-guidelines.rst

index ef319e441d657a010173270b09c3dda1d2f6b182..26c272d864457620d2109cd6ed12a7021d2212f3 100644 (file)
@@ -463,11 +463,11 @@ There are, however, legitimate uses of assembly language. These include:
 
 --------------
 
-*Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2020, 2022, Arm Limited and Contributors. All rights reserved.*
 
 .. _`Linux master tree`: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/
-.. _`Procedure Call Standard for the Arm Architecture`: https://developer.arm.com/docs/ihi0042/latest/
-.. _`Procedure Call Standard for the Arm 64-bit Architecture`: https://developer.arm.com/docs/ihi0055/latest/
+.. _`Procedure Call Standard for the Arm Architecture`: https://github.com/ARM-software/abi-aa/blob/main/aapcs32/aapcs32.rst
+.. _`Procedure Call Standard for the Arm 64-bit Architecture`: https://github.com/ARM-software/abi-aa/blob/main/aapcs64/aapcs64.rst
 .. _`EditorConfig`: http://editorconfig.org/
 .. _`Why the “volatile” type class should not be used`: https://www.kernel.org/doc/html/latest/process/volatile-considered-harmful.html
 .. _`MISRA C:2012 Guidelines`: https://www.misra.org.uk/Activities/MISRAC/tabid/160/Default.aspx