bug-libsigsegv
[Top][All Lists]
Advanced

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

[bug-libsigsegv] [PATCH 4/5] Add stack direction for the Blackfin archit


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

The stack grows downward on Blackfin, see
https://sourceware.org/binutils/docs/as/Blackfin-Syntax.html: "The
stack grows by decrementing the stack pointer.".

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 53f4216..1a97d5a 100644
--- a/m4/stack-direction.m4
+++ b/m4/stack-direction.m4
@@ -18,6 +18,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
       arc | \
       arm* | strongarm* | xscale* | \
       avr | avr32 | \
+      bfin | \
       c1 | c2 | c32 | c34 | c38 | \
       clipper | \
       cris | \
-- 
2.1.0




reply via email to

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