]> Savannah Git Hosting - gnulib.git/commitdiff
sigsegv: Fix compilation error on arceb CPUs.
authorBruno Haible <bruno@clisp.org>
Sat, 16 Apr 2022 01:01:51 +0000 (03:01 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 16 Apr 2022 01:01:51 +0000 (03:01 +0200)
Reported by Fabrice Fontaine <fontaine.fabrice@gmail.com> in
<https://lists.gnu.org/archive/html/bug-gnulib/2022-04/msg00028.html>.

* m4/stack-direction.m4 (SV_STACK_DIRECTION): Treat the 'arc' variants
like 'arc'.

ChangeLog
m4/stack-direction.m4

index 9aada6c913656b32f1f9ee8906681ec70770a353..a9b82a47d20e77386157e1484fa8465215ed41cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-04-15  Bruno Haible  <bruno@clisp.org>
+
+       sigsegv: Fix compilation error on arceb CPUs.
+       Reported by Fabrice Fontaine <fontaine.fabrice@gmail.com> in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2022-04/msg00028.html>.
+       * m4/stack-direction.m4 (SV_STACK_DIRECTION): Treat the 'arc' variants
+       like 'arc'.
+
 2022-04-13  Bruno Haible  <bruno@clisp.org>
 
        string, wchar: Fix error in C++ mode on glibc systems with clang.
index 1df823e97f4794275682df5fdb217fbe4538c54f..924c5deb4ec56222bb826f8796da36711ef705df 100644 (file)
@@ -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 | \