From e2ff046d9bb36a0eda243bd0accf6e53a3f62c0e Mon Sep 17 00:00:00 2001 From: Camm Maguire Date: Thu, 11 Aug 2022 18:16:42 +0100 Subject: [PATCH] TODO: Put a short summary on the line above and replace this paragraph with a longer explanation of this change. Complete the meta-information with other relevant fields (see below for details). To make it easier, the information below has been extracted from the changelog. Adjust it or drop it. gcl (2.6.12-54) unstable; urgency=medium * list_order.11 Gbp-Pq: Name disable_gprof_aarch64 --- configure | 1 + configure.in | 1 + o/regexp.c | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/configure b/configure index f58a1df..01e0bd8 100755 --- a/configure +++ b/configure @@ -4122,6 +4122,7 @@ $as_echo_n "checking working gprof... " >&6; } ia64*) enableval="no";; hppa*) enableval="no";; arm*) enableval="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible + aarch64*) enableval="no";;#unreproducible buildd bug 20170824 *gnu) enableval="no";; esac if test "$enableval" != "yes" ; then diff --git a/configure.in b/configure.in index 6e0d6f2..0d52260 100644 --- a/configure.in +++ b/configure.in @@ -335,6 +335,7 @@ AC_ARG_ENABLE([gprof],[ --enable-gprof builds gcl with -pg in CFLAGS to enable ia64*) enableval="no";; hppa*) enableval="no";; arm*) enableval="no";;#FIXME mcount compiled as a 24/22 bit reloc even with -mlong-calls, marginally accessible + aarch64*) enableval="no";;#unreproducible buildd bug 20170824 *gnu) enableval="no";; esac if test "$enableval" != "yes" ; then diff --git a/o/regexp.c b/o/regexp.c index 8bb832c..60ac4e9 100755 --- a/o/regexp.c +++ b/o/regexp.c @@ -231,7 +231,7 @@ int case_fold_search = 0; * of the structure of the compiled regexp. */ static regexp * -regcomp(char *exp,int *sz) +regcomp(char *exp,ufixnum *sz) { register regexp *r; register char *scan; -- 2.30.2