]> Savannah Git Hosting - gnulib.git/commitdiff
sigsegv: fix build on or1k
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 11 Nov 2021 09:06:31 +0000 (10:06 +0100)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 12 Nov 2021 02:39:15 +0000 (18:39 -0800)
Fix the following build failure on or1k with diffutils 3.8
https://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=e54aa6196947ed22ff66bcd714e4fc7bd0c5c3b4
sigsegv.c:979:28: error: 'struct vma_struct' has no member named 'is_near_this'
http://autobuild.buildroot.org/results/5427e52489d29ed4f18b4a70b3c36f0f7bb0ddd9

m4/stack-direction.m4

index 70286c8f5c4fb85cd94d3a0e68c885b0d6bd374a..29e398d77a3e7efeb4424f4b44fc0ef84b70d87d 100644 (file)
@@ -45,6 +45,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
       nios2 | \
       nds32* | \
       ns32k | \
+      or1k | \
       pdp11 | \
       pj* | \
       powerpc* | rs6000 | \