[llvm-commits] [llvm] r172325 - /llvm/trunk/docs/ExceptionHandling.rst
Tim Northover
Tim.Northover at arm.com
Sat Jan 12 11:54:21 PST 2013
Author: tnorthover
Date: Sat Jan 12 13:54:21 2013
New Revision: 172325
URL: http://llvm.org/viewvc/llvm-project?rev=172325&view=rev
Log:
Use more canonical exception-handling link in docs.
Modified:
llvm/trunk/docs/ExceptionHandling.rst
Modified: llvm/trunk/docs/ExceptionHandling.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.rst?rev=172325&r1=172324&r2=172325&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Sat Jan 12 13:54:21 2013
@@ -32,7 +32,7 @@
A more complete description of the Itanium ABI exception handling runtime
support of can be found at `Itanium C++ ABI: Exception Handling
-<http://refspecs.linuxfoundation.org/abi-eh-1.22.html>`_. A description of the
+<http://mentorembedded.github.com/cxx-abi/abi-eh.html>`_. A description of the
exception frame format can be found at `Exception Frames
<http://refspecs.linuxfoundation.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html>`_,
with details of the DWARF 4 specification at `DWARF 4 Standard
More information about the llvm-commits
mailing list