<short summary of the patch>
authorCamm Maguire <camm@debian.org>
Sun, 13 Nov 2022 12:55:14 +0000 (12:55 +0000)
committerCamm Maguire <camm@debian.org>
Sun, 13 Nov 2022 12:55:14 +0000 (12:55 +0000)
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
configure.in
o/regexp.c

index f58a1df99d8fc2716072e5c1cc6b55c7fdc0dad7..01e0bd83cc8b52f8db0745a508c7f279b6b558da 100755 (executable)
--- 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
index 6e0d6f22809069e395b381d7fd8120bbe067e247..0d522602d59b8f7a30b0895239ffbbc1964d8162 100644 (file)
@@ -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
index 8bb832c1c4850f5c465c4f25bb504d47f26adb2c..60ac4e91e9b4cd30620cf2c66cdfdbfa8419a446 100755 (executable)
@@ -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;