diff options
Diffstat (limited to 'libcxxabi/src/cxa_exception_storage.cpp')
-rw-r--r-- | libcxxabi/src/cxa_exception_storage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/src/cxa_exception_storage.cpp b/libcxxabi/src/cxa_exception_storage.cpp index b0b5524045e..c3ee8565da4 100644 --- a/libcxxabi/src/cxa_exception_storage.cpp +++ b/libcxxabi/src/cxa_exception_storage.cpp @@ -7,7 +7,7 @@ // // // This file implements the storage for the "Caught Exception Stack" -// http://www.codesourcery.com/public/cxx-abi/abi-eh.html (section 2.2.2) +// http://mentorembedded.github.io/cxx-abi/abi-eh.html (section 2.2.2) // //===----------------------------------------------------------------------===// |