diff options
author | Richard Sandiford <richard.sandiford@arm.com> | 2020-08-21 18:32:06 +0100 |
---|---|---|
committer | Richard Sandiford <richard.sandiford@arm.com> | 2020-08-21 18:32:06 +0100 |
commit | 09698e44c766c4a05ee463d2e36bc1fdac21dce4 (patch) | |
tree | 37d0da21ef6150ccf208ad2e860123ed728017d1 /gcc/doc/extend.texi | |
parent | 9b5d4f6e6689cb80933aa5ac22684c83c7604a11 (diff) | |
download | gcc-09698e44c766c4a05ee463d2e36bc1fdac21dce4.zip gcc-09698e44c766c4a05ee463d2e36bc1fdac21dce4.tar.gz gcc-09698e44c766c4a05ee463d2e36bc1fdac21dce4.tar.bz2 |
Update links to Arm docs
gcc/
* doc/extend.texi: Update links to Arm docs.
* doc/invoke.texi: Likewise.
Diffstat (limited to 'gcc/doc/extend.texi')
-rw-r--r-- | gcc/doc/extend.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index bcc2514..fd79496 100644 --- a/gcc/doc/extend.texi +++ b/gcc/doc/extend.texi @@ -14699,12 +14699,12 @@ long long __builtin_arm_wzero () GCC implements extensions for C as described in the ARM C Language Extensions (ACLE) specification, which can be found at -@uref{http://infocenter.arm.com/help/topic/com.arm.doc.ihi0053c/IHI0053C_acle_2_0.pdf}. +@uref{https://developer.arm.com/documentation/ihi0053/latest/}. As a part of ACLE, GCC implements extensions for Advanced SIMD as described in the ARM C Language Extensions Specification. The complete list of Advanced SIMD intrinsics can be found at -@uref{http://infocenter.arm.com/help/topic/com.arm.doc.ihi0073a/IHI0073A_arm_neon_intrinsics_ref.pdf}. +@uref{https://developer.arm.com/documentation/ihi0073/latest/}. The built-in intrinsics for the Advanced SIMD extension are available when NEON is enabled. @@ -14735,7 +14735,7 @@ void __builtin_arm_set_fpscr (unsigned int) GCC implements the ARMv8-M Security Extensions as described in the ARMv8-M Security Extensions: Requirements on Development Tools Engineering Specification, which can be found at -@uref{http://infocenter.arm.com/help/topic/com.arm.doc.ecm0359818/ECM0359818_armv8m_security_extensions_reqs_on_dev_tools_1_0.pdf}. +@uref{https://developer.arm.com/documentation/ecm0359818/latest/}. As part of the Security Extensions GCC implements two new function attributes: @code{cmse_nonsecure_entry} and @code{cmse_nonsecure_call}. |