aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorBill Schmidt <wschmidt@linux.ibm.com>2020-04-23 15:03:34 -0500
committerBill Schmidt <wschmidt@linux.ibm.com>2020-04-23 15:03:34 -0500
commit431ee3581584c533acc77ab840d9ad71f45b9831 (patch)
tree26abf606c39b4d16636674a4cb7d95184271260a /gcc
parentf51be2fb8653f81092f8158a0f0527275f86603b (diff)
downloadgcc-431ee3581584c533acc77ab840d9ad71f45b9831.zip
gcc-431ee3581584c533acc77ab840d9ad71f45b9831.tar.gz
gcc-431ee3581584c533acc77ab840d9ad71f45b9831.tar.bz2
rs6000: Replace outdated link to ELFv2 ABI
A user reported that we are still referring to a public review draft of the ELFv2 ABI specification. Replace that by a permalink. 2020-04-24 Bill Schmidt <wschmidt@linux.ibm.com> * gcc/doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions): Replace outdated link to ELFv2 ABI.
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/doc/extend.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 54e207c..e58d040 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+2020-04-23 Bill Schmidt <wschmidt@linux.ibm.com>
+
+ * gcc/doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions):
+ Replace outdated link to ELFv2 ABI.
+
2020-04-23 Jakub Jelinek <jakub@redhat.com>
PR target/94710
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index c17b104..936c22e 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -17633,7 +17633,7 @@ subject to change without notice.
GCC complies with the OpenPOWER 64-Bit ELF V2 ABI Specification,
which may be found at
-@uref{http://openpowerfoundation.org/wp-content/uploads/resources/leabi-prd/content/index.html}.
+@uref{https://openpowerfoundation.org/?resource_lib=64-bit-elf-v2-abi-specification-power-architecture}.
Appendix A of this document lists the vector API interfaces that must be
provided by compliant compilers. Programmers should preferentially use
the interfaces described therein. However, historically GCC has provided