From: Tim Northover Date: Sat, 12 Jan 2013 12:38:54 +0000 (+0000) Subject: Fix broken links around Itanium C++ ABI in documentation. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=7aa3080a857010969fcad3c24e124fd0a0f318eb;p=oota-llvm.git Fix broken links around Itanium C++ ABI in documentation. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172312 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 47fecd38e48..5f62b806562 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -32,13 +32,13 @@ execution of an application. A more complete description of the Itanium ABI exception handling runtime support of can be found at `Itanium C++ ABI: Exception Handling -`_. A description of the +`_. A description of the exception frame format can be found at `Exception Frames -`_, +`_, with details of the DWARF 4 specification at `DWARF 4 Standard `_. A description for the C++ exception table formats can be found at `Exception Handling Tables -`_. +`_. Setjmp/Longjmp Exception Handling ---------------------------------