aboutsummaryrefslogtreecommitdiff
path: root/sim/ppc
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2021-01-03 03:09:04 -0500
committerMike Frysinger <vapier@gentoo.org>2021-01-04 18:14:37 -0500
commitdfb856ba26cf1ac61e1a5d6413e27635dfd8feb3 (patch)
tree6e92ea3313210ae0961eb9ddce118d583e93223e /sim/ppc
parentbabd2ee15db7700945f6d10c5f1f7759a79ad2f6 (diff)
downloadfsf-binutils-gdb-dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3.zip
fsf-binutils-gdb-dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3.tar.gz
fsf-binutils-gdb-dfb856ba26cf1ac61e1a5d6413e27635dfd8feb3.tar.bz2
sim: update bug URI to https://
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])