aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
Diffstat (limited to 'sim/ppc')
-rw-r--r--sim/ppc/ChangeLog5
-rwxr-xr-xsim/ppc/configure2
-rw-r--r--sim/ppc/configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/sim/ppc/ChangeLog b/sim/ppc/ChangeLog
index d600a3f..6f0d58d 100644
--- a/sim/ppc/ChangeLog
+++ b/sim/ppc/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-04 Mike Frysinger <vapier@gentoo.org>
+
+ * acinclude.m4 (ACX_BUGURL): Change http:// to https://.
+ * configure: Regenerate.
+
2020-10-20 Dr. David Alan Gilbert <dgilbert@redhat.com>
* emul_netbsd.c (do_sigprocmask): Fix printf format.
diff --git a/sim/ppc/configure b/sim/ppc/configure
index 3ac176d..465a100 100755
--- a/sim/ppc/configure
+++ b/sim/ppc/configure
@@ -6636,7 +6636,7 @@ if test "${with_bugurl+set}" = set; then :
;;
esac
else
- BUGURL="http://www.gnu.org/software/gdb/bugs/"
+ BUGURL="https://www.gnu.org/software/gdb/bugs/"
fi
diff --git a/sim/ppc/configure.ac b/sim/ppc/configure.ac
index 97030ed..ee52bba 100644
--- a/sim/ppc/configure.ac
+++ b/sim/ppc/configure.ac
@@ -612,7 +612,7 @@ fi],[sim_xor_endian=""])dnl
ACX_PKGVERSION([GDB])
-ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/])
+ACX_BUGURL([https://www.gnu.org/software/gdb/bugs/])
AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description])
AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])