+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
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");
}