bug-libsigsegv
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-libsigsegv] [PATCH 2/5] Add stack direction for the AArch64 archite


From: Thomas Petazzoni
Subject: [bug-libsigsegv] [PATCH 2/5] Add stack direction for the AArch64 architecture
Date: Mon, 29 Dec 2014 14:05:51 +0100

From: Will Newton <address@hidden>

On this architecture, the stack grows downward.

Signed-off-by: Will Newton <address@hidden>
Signed-off-by: Thomas Petazzoni <address@hidden>
---
 m4/stack-direction.m4 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4
index 39c1a28..3f70530 100644
--- a/m4/stack-direction.m4
+++ b/m4/stack-direction.m4
@@ -13,6 +13,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
     case "$host_cpu" in
       dnl See the #define STACK_GROWS_DOWNWARD in gcc-3.1/gcc/config/*/*.h.
       a29k | \
+      aarch64* | \
       alpha* | \
       arc | \
       arm* | strongarm* | xscale* | \
-- 
2.1.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]