From 7aa3080a857010969fcad3c24e124fd0a0f318eb Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Sat, 12 Jan 2013 12:38:54 +0000 Subject: 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 --- docs/ExceptionHandling.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 47fecd38e4..5f62b80656 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 --------------------------------- -- cgit v1.2.3