summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 04:49:09 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2014-02-12 04:49:09 +0000
commitc82e02dd25b36e5d05cd3644499a553709c9395d (patch)
tree8877f855087a29f7732a23032aefb97aebfec754
parent98bbf28c5eac8ed3356909563e4d80529507995f (diff)
downloadlibcxxabi_35a-c82e02dd25b36e5d05cd3644499a553709c9395d.tar.gz
[libcxxabi] Fix broken codesourcery.com links in comments
review: http://llvm-reviews.chandlerc.com/D2718 git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@201208 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--src/cxa_aux_runtime.cpp2
-rw-r--r--src/cxa_exception.cpp2
-rw-r--r--src/cxa_exception.hpp2
-rw-r--r--src/cxa_exception_storage.cpp2
-rw-r--r--src/cxa_personality.cpp2
-rw-r--r--src/cxa_vector.cpp2
-rw-r--r--src/fallback_malloc.ipp2
7 files changed, 7 insertions, 7 deletions
diff --git a/src/cxa_aux_runtime.cpp b/src/cxa_aux_runtime.cpp
index abd8091..15fede0 100644
--- a/src/cxa_aux_runtime.cpp
+++ b/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/src/cxa_exception.cpp b/src/cxa_exception.cpp
index c43777c..744dddd 100644
--- a/src/cxa_exception.cpp
+++ b/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/src/cxa_exception.hpp b/src/cxa_exception.hpp
index 22c4da3..7c78a72 100644
--- a/src/cxa_exception.hpp
+++ b/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/src/cxa_exception_storage.cpp b/src/cxa_exception_storage.cpp
index b0b5524..c3ee856 100644
--- a/src/cxa_exception_storage.cpp
+++ b/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/src/cxa_personality.cpp b/src/cxa_personality.cpp
index 97e5800..81104b8 100644
--- a/src/cxa_personality.cpp
+++ b/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/src/cxa_vector.cpp b/src/cxa_vector.cpp
index c2292ef..3c9b535 100644
--- a/src/cxa_vector.cpp
+++ b/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/src/fallback_malloc.ipp b/src/fallback_malloc.ipp
index e04fb15..4f8ce90 100644
--- a/src/fallback_malloc.ipp
+++ b/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
//
//===----------------------------------------------------------------------===//