[llvm-commits] [llvm] r172312 - /llvm/trunk/docs/ExceptionHandling.rst
Tim Northover
Tim.Northover at arm.com
Sat Jan 12 04:38:54 PST 2013
Author: tnorthover
Date: Sat Jan 12 06:38:54 2013
New Revision: 172312
URL: http://llvm.org/viewvc/llvm-project?rev=172312&view=rev
Log:
Fix broken links around Itanium C++ ABI in documentation.
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=172312&r1=172311&r2=172312&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Sat Jan 12 06:38:54 2013
@@ -32,13 +32,13 @@
A more complete description of the Itanium ABI exception handling runtime
support of can be found at `Itanium C++ ABI: Exception Handling
-<http://www.codesourcery.com/cxx-abi/abi-eh.html>`_. A description of the
+<http://refspecs.linuxfoundation.org/abi-eh-1.22.html>`_. A description of the
exception frame format can be found at `Exception Frames
-<http://refspecs.freestandards.org/LSB_3.0.0/LSB-Core-generic/LSB-Core-generic/ehframechpt.html>`_,
+<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
<http://dwarfstd.org/Dwarf4Std.php>`_. A description for the C++ exception
table formats can be found at `Exception Handling Tables
-<http://www.codesourcery.com/cxx-abi/exceptions.pdf>`_.
+<http://mentorembedded.github.com/cxx-abi/exceptions.pdf>`_.
Setjmp/Longjmp Exception Handling
---------------------------------
More information about the llvm-commits
mailing list