Index: src/cxa_aux_runtime.cpp =================================================================== --- src/cxa_aux_runtime.cpp +++ 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" Index: src/cxa_exception.hpp =================================================================== --- src/cxa_exception.hpp +++ 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 // //===----------------------------------------------------------------------===// Index: src/cxa_exception.cpp =================================================================== --- src/cxa_exception.cpp +++ 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 // //===----------------------------------------------------------------------===// Index: src/cxa_exception_storage.cpp =================================================================== --- src/cxa_exception_storage.cpp +++ 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) // //===----------------------------------------------------------------------===// Index: src/cxa_personality.cpp =================================================================== --- src/cxa_personality.cpp +++ 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 // //===----------------------------------------------------------------------===// Index: src/cxa_vector.cpp =================================================================== --- src/cxa_vector.cpp +++ 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 // //===----------------------------------------------------------------------===// Index: src/fallback_malloc.ipp =================================================================== --- src/fallback_malloc.ipp +++ 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 // //===----------------------------------------------------------------------===//