aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer
diff options
context:
space:
mode:
authorJonny Grant <jg@jguk.org>2019-01-23 14:18:50 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2019-01-23 14:18:50 +0100
commita795cd3ddfcfdb42de815ec1f2fc24cb883b79fa (patch)
tree1f6e1a39063d0aca9eaf7bd18ba0d8c36b420897 /libsanitizer
parent39791fb62f536e77e0c4bc6bf2fdc6f2bcdf7f05 (diff)
downloadgcc-a795cd3ddfcfdb42de815ec1f2fc24cb883b79fa.zip
gcc-a795cd3ddfcfdb42de815ec1f2fc24cb883b79fa.tar.gz
gcc-a795cd3ddfcfdb42de815ec1f2fc24cb883b79fa.tar.bz2
re PR sanitizer/89010 (Update URLs in libsanitizer/README.gcc)
PR sanitizer/89010 * libsanitizer/README.gcc: Update to current https URLs. From-SVN: r268183
Diffstat (limited to 'libsanitizer')
-rw-r--r--libsanitizer/ChangeLog7
-rw-r--r--libsanitizer/README.gcc6
2 files changed, 9 insertions, 4 deletions
diff --git a/libsanitizer/ChangeLog b/libsanitizer/ChangeLog
index aa34be5..28c645b 100644
--- a/libsanitizer/ChangeLog
+++ b/libsanitizer/ChangeLog
@@ -1,6 +1,11 @@
+2019-01-23 Jonny Grant <jg@jguk.org>
+
+ PR sanitizer/89010
+ * libsanitizer/README.gcc: Update to current https URLs.
+
2018-12-27 Martin Liska <mliska@suse.cz>
- PR sanitizer/86229
+ PR sanitizer/86229
* asan/asan_errors.cc (ErrorAllocTypeMismatch::Print): Cherry
pick rL350085.
* asan/asan_errors.h (struct ErrorAllocTypeMismatch): Likewise.
diff --git a/libsanitizer/README.gcc b/libsanitizer/README.gcc
index 02698eb..ec491ba 100644
--- a/libsanitizer/README.gcc
+++ b/libsanitizer/README.gcc
@@ -1,9 +1,9 @@
-AddressSanitizer (http://code.google.com/p/address-sanitizer) and
-ThreadSanitizer (http://code.google.com/p/thread-sanitizer/) are
+AddressSanitizer and ThreadSanitizer (https://github.com/google/sanitizers) are
projects initially developed by Google Inc.
+
Both tools consist of a compiler module and a run-time library.
The sources of the run-time library for these projects are hosted at
-http://llvm.org/svn/llvm-project/compiler-rt in the following directories:
+https://llvm.org/svn/llvm-project/compiler-rt in the following directories:
include/sanitizer
lib/sanitizer_common
lib/interception