]> Savannah Git Hosting - gnulib.git/commitdiff
sigsegv: Improve cross-compilation support for LoongArch CPU.
authorSun Haiyong <youbest@sina.com>
Sat, 4 Sep 2021 13:06:43 +0000 (15:06 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 4 Sep 2021 13:06:43 +0000 (15:06 +0200)
* m4/stack-direction.m4 (SV_STACK_DIRECTION): Assume the stack grows
down on LoongArch.

ChangeLog
m4/stack-direction.m4

index 015f20b1e4d20575af8ed0d3c2e09aa99dfb438c..0c18a58ebf2213e3a9a3c18c52744af422f25036 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2021-09-04  Sun Haiyong  <youbest@sina.com>  (tiny change)
+
+       sigsegv: Improve cross-compilation support for LoongArch CPU.
+       * m4/stack-direction.m4 (SV_STACK_DIRECTION): Assume the stack grows
+       down on LoongArch.
+
 2021-09-04  Simon Josefsson  <simon@josefsson.org>
 
        doc: Improve help related to bootstrap script.
index 93287254b1202156296edc4a9c54c7125ee61040..e682be97dd948db78cda87b21b0da1d530150111 100644 (file)
@@ -1,4 +1,4 @@
-# stack-direction.m4 serial 7
+# stack-direction.m4 serial 8
 dnl Copyright (C) 2002-2021 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
@@ -32,6 +32,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
       i?86 | x86_64 | \
       i860 | \
       ia64 | \
+      loongarch* | \
       m32r | \
       m68* | \
       m88k | \