aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJonny Grant <jg@jguk.org>2019-04-17 18:11:06 +0000
committerJeff Law <law@gcc.gnu.org>2019-04-17 12:11:06 -0600
commite050689bb868697eb893b24877efc749b7730562 (patch)
treed1e8f3eb775b2e75d5cd15b41e168a38d1ddc6f0 /gcc
parentec60715d392feadd11d7b25dee140758bb91e771 (diff)
downloadgcc-e050689bb868697eb893b24877efc749b7730562.zip
gcc-e050689bb868697eb893b24877efc749b7730562.tar.gz
gcc-e050689bb868697eb893b24877efc749b7730562.tar.bz2
* collect2.c (main): Change gcc.gnu.org URL to HTTPS.
From-SVN: r270416
Diffstat (limited to 'gcc')
-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");
}