diff options
| -rw-r--r-- | libcxxabi/src/cxa_aux_runtime.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/src/cxa_exception.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/src/cxa_exception.hpp | 2 | ||||
| -rw-r--r-- | libcxxabi/src/cxa_exception_storage.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/src/cxa_personality.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/src/cxa_vector.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/src/fallback_malloc.ipp | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/libcxxabi/src/cxa_aux_runtime.cpp b/libcxxabi/src/cxa_aux_runtime.cpp index abd8091ce84..15fede04ece 100644 --- a/libcxxabi/src/cxa_aux_runtime.cpp +++ b/libcxxabi/src/cxa_aux_runtime.cpp @@ -7,7 +7,7 @@ // // // This file implements the "Auxiliary Runtime APIs" -// http://www.codesourcery.com/public/cxx-abi/abi-eh.html#cxx-aux +// http://mentorembedded.github.io/cxx-abi/abi-eh.html#cxx-aux //===----------------------------------------------------------------------===// #include "cxxabi.h" diff --git a/libcxxabi/src/cxa_exception.cpp b/libcxxabi/src/cxa_exception.cpp index c43777c2fc4..744dddd55a5 100644 --- a/libcxxabi/src/cxa_exception.cpp +++ b/libcxxabi/src/cxa_exception.cpp @@ -7,7 +7,7 @@ // // // This file implements the "Exception Handling APIs" -// http://www.codesourcery.com/public/cxx-abi/abi-eh.html +// http://mentorembedded.github.io/cxx-abi/abi-eh.html // //===----------------------------------------------------------------------===// diff --git a/libcxxabi/src/cxa_exception.hpp b/libcxxabi/src/cxa_exception.hpp index 22c4da38f0a..7c78a721ef7 100644 --- a/libcxxabi/src/cxa_exception.hpp +++ b/libcxxabi/src/cxa_exception.hpp @@ -7,7 +7,7 @@ // // // This file implements the "Exception Handling APIs" -// http://www.codesourcery.com/public/cxx-abi/abi-eh.html +// http://mentorembedded.github.io/cxx-abi/abi-eh.html // //===----------------------------------------------------------------------===// 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) // //===----------------------------------------------------------------------===// diff --git a/libcxxabi/src/cxa_personality.cpp b/libcxxabi/src/cxa_personality.cpp index 97e58001faf..81104b8ca4c 100644 --- a/libcxxabi/src/cxa_personality.cpp +++ b/libcxxabi/src/cxa_personality.cpp @@ -7,7 +7,7 @@ // // // This file implements the "Exception Handling APIs" -// http://www.codesourcery.com/public/cxx-abi/abi-eh.html +// http://mentorembedded.github.io/cxx-abi/abi-eh.html // http://www.intel.com/design/itanium/downloads/245358.htm // //===----------------------------------------------------------------------===// diff --git a/libcxxabi/src/cxa_vector.cpp b/libcxxabi/src/cxa_vector.cpp index c2292ef2fcc..3c9b535c624 100644 --- a/libcxxabi/src/cxa_vector.cpp +++ b/libcxxabi/src/cxa_vector.cpp @@ -7,7 +7,7 @@ // // // This file implements the "Array Construction and Destruction APIs" -// http://www.codesourcery.com/public/cxx-abi/abi.html#array-ctor +// http://mentorembedded.github.io/cxx-abi/abi.html#array-ctor // //===----------------------------------------------------------------------===// diff --git a/libcxxabi/src/fallback_malloc.ipp b/libcxxabi/src/fallback_malloc.ipp index e04fb1589a3..4f8ce903ed2 100644 --- a/libcxxabi/src/fallback_malloc.ipp +++ b/libcxxabi/src/fallback_malloc.ipp @@ -7,7 +7,7 @@ // // // This file implements the "Exception Handling APIs" -// http://www.codesourcery.com/public/cxx-abi/abi-eh.html +// http://mentorembedded.github.io/cxx-abi/abi-eh.html // //===----------------------------------------------------------------------===// |

