aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/collect2.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 0e9aeb4..a886044 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2019-04-17 Jonny Grant <jg@jguk.org>
+
+ * collect2.c (main): Change gcc.gnu.org URL to HTTPS.
+
2019-04-17 Jakub Jelinek <jakub@redhat.com>
PR middle-end/90095
diff --git a/gcc/collect2.c b/gcc/collect2.c
index 25d4931..eb84f84 100644
--- a/gcc/collect2.c
+++ b/gcc/collect2.c
@@ -1640,7 +1640,7 @@ main (int argc, char **argv)
printf (" --help Display this information\n");
printf (" -v, --version Display this program's version number\n");
printf ("\n");
- printf ("Overview: http://gcc.gnu.org/onlinedocs/gccint/Collect2.html\n");
+ printf ("Overview: https://gcc.gnu.org/onlinedocs/gccint/Collect2.html\n");
printf ("Report bugs: %s\n", bug_report_url);
printf ("\n");
}