diff options
author | Tim Northover <Tim.Northover@arm.com> | 2013-01-12 19:54:21 +0000 |
---|---|---|
committer | Tim Northover <Tim.Northover@arm.com> | 2013-01-12 19:54:21 +0000 |
commit | 7cd32479b088b0487b7262a820604f68628c5512 (patch) | |
tree | d808bff98012bdd122dfe3adeecbd0abb2343e29 /docs | |
parent | 4dc478308f0de13d9ce20915193ac8c3318c5bd6 (diff) | |
download | external_llvm-7cd32479b088b0487b7262a820604f68628c5512.zip external_llvm-7cd32479b088b0487b7262a820604f68628c5512.tar.gz external_llvm-7cd32479b088b0487b7262a820604f68628c5512.tar.bz2 |
Use more canonical exception-handling link in docs.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172325 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ExceptionHandling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 5f62b80..98db02a 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -32,7 +32,7 @@ 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 -<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 |