From: Bruno Haible Date: Sat, 16 Apr 2022 01:01:51 +0000 (+0200) Subject: sigsegv: Fix compilation error on arceb CPUs. X-Git-Tag: v1.0~2318 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=1957bb5113a2bf02c7ecf0815125eec04b9476d2;p=gnulib.git sigsegv: Fix compilation error on arceb CPUs. Reported by Fabrice Fontaine in . * m4/stack-direction.m4 (SV_STACK_DIRECTION): Treat the 'arc' variants like 'arc'. --- diff --git a/ChangeLog b/ChangeLog index 9aada6c913..a9b82a47d2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2022-04-15 Bruno Haible + + sigsegv: Fix compilation error on arceb CPUs. + Reported by Fabrice Fontaine in + . + * m4/stack-direction.m4 (SV_STACK_DIRECTION): Treat the 'arc' variants + like 'arc'. + 2022-04-13 Bruno Haible string, wchar: Fix error in C++ mode on glibc systems with clang. diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4 index 1df823e97f..924c5deb4e 100644 --- a/m4/stack-direction.m4 +++ b/m4/stack-direction.m4 @@ -1,4 +1,4 @@ -# stack-direction.m4 serial 10 +# stack-direction.m4 serial 11 dnl Copyright (C) 2002-2022 Free Software Foundation, Inc. dnl This file is free software, distributed under the terms of the GNU dnl General Public License. As a special exception to the GNU General @@ -18,7 +18,7 @@ AC_DEFUN([SV_STACK_DIRECTION], a29k | \ aarch64* | \ alpha* | \ - arc | \ + arc | arceb | arc32 | arc64 | \ arm* | strongarm* | xscale* | \ avr | avr32 | \ bfin | \