bug-libsigsegv
[Top][All Lists]
Advanced

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

[bug-libsigsegv] [PATCH 5/5] Add stack direction for the Nios II archite


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

According to Altera Application Binary Interface document for the Nios
II architecture
(http://www.altera.com/literature/hb/nios2/n2cpu_nii51016.pdf):

 "The stack grows downward (i.e. towards lower addresses). ".

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 1a97d5a..d9c5157 100644
--- a/m4/stack-direction.m4
+++ b/m4/stack-direction.m4
@@ -38,6 +38,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
       mmix | \
       mn10200 | \
       mn10300 | \
+      nios2 | \
       ns32k | \
       pdp11 | \
       pj* | \
-- 
2.1.0




reply via email to

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