summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2014-08-04 09:26:40 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2014-08-04 09:26:40 +0000
commit2abde4f9d767c784f96fe8f71a548944747582a5 (patch)
tree7a99ef069cf78f47f10379369dbe5e6c7acf1043
parent11d2427b21675815a2fdb81faff58fd187d95614 (diff)
downloadbcm5719-llvm-2abde4f9d767c784f96fe8f71a548944747582a5.tar.gz
bcm5719-llvm-2abde4f9d767c784f96fe8f71a548944747582a5.zip
Update links to the gcc and java documentation that 404'd.
llvm-svn: 214700
-rw-r--r--llvm/docs/Atomics.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/Atomics.rst b/llvm/docs/Atomics.rst
index 5f17c6154f3..05234ef7c24 100644
--- a/llvm/docs/Atomics.rst
+++ b/llvm/docs/Atomics.rst
@@ -24,10 +24,10 @@ optimized code generation for the following:
* Proper semantics for Java-style memory, for both ``volatile`` and regular
shared variables. (`Java Specification
- <http://java.sun.com/docs/books/jls/third_edition/html/memory.html>`_)
+ <http://docs.oracle.com/javase/specs/jls/se8/html/jls-17.html>`_)
* gcc-compatible ``__sync_*`` builtins. (`Description
- <http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html>`_)
+ <https://gcc.gnu.org/onlinedocs/gcc/_005f_005fsync-Builtins.html>`_)
* Other scenarios with atomic semantics, including ``static`` variables with
non-trivial constructors in C++.
OpenPOWER on IntegriCloud