[llvm] r214700 - Update links to the gcc and java documentation that 404'd.

Benjamin Kramer benny.kra at googlemail.com
Mon Aug 4 02:26:41 PDT 2014


Author: d0k
Date: Mon Aug  4 04:26:40 2014
New Revision: 214700

URL: http://llvm.org/viewvc/llvm-project?rev=214700&view=rev
Log:
Update links to the gcc and java documentation that 404'd.

Modified:
    llvm/trunk/docs/Atomics.rst

Modified: llvm/trunk/docs/Atomics.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/Atomics.rst?rev=214700&r1=214699&r2=214700&view=diff
==============================================================================
--- llvm/trunk/docs/Atomics.rst (original)
+++ llvm/trunk/docs/Atomics.rst Mon Aug  4 04:26:40 2014
@@ -24,10 +24,10 @@ optimized code generation for the follow
 
 * 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++.





More information about the llvm-commits mailing list