From: Fabrice Fontaine Date: Thu, 11 Nov 2021 08:57:23 +0000 (+0100) Subject: sigsegv: fix build on microblazeel X-Git-Tag: v1.0~2557 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=3079cea1b18fe72aa1da6b04e561abfb36f4f443;p=gnulib.git sigsegv: fix build on microblazeel Fix the following build failure on microblazeel with diffutils 3.8: sigsegv.c:979:28: error: 'struct vma_struct' has no member named 'is_near_this' http://autobuild.buildroot.org/results/5ecd55b7c72f9630a7acc72341ccb60e94ddb574 --- diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4 index c90d69733b..70286c8f5c 100644 --- a/m4/stack-direction.m4 +++ b/m4/stack-direction.m4 @@ -37,7 +37,7 @@ AC_DEFUN([SV_STACK_DIRECTION], m68* | \ m88k | \ mcore | \ - microblaze | \ + microblaze* | \ mips* | \ mmix | \ mn10200 | \