diff options
author | Peter Korsgaard <peter@korsgaard.com> | 2017-03-01 17:37:33 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2017-03-01 17:37:33 +0100 |
commit | fd89246426e73cd8d0f85eeb4c2c6977facbb9bb (patch) | |
tree | c66295c37b9ec610ac1ac246b121f7bfa2da673b /package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch | |
parent | 5573ab458696a9aaffc28464dd9654b8c95a5815 (diff) | |
parent | 9a6c03a390872d7ce91b619fdaf1d674491ad8cb (diff) | |
download | buildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.tar.gz buildroot-fd89246426e73cd8d0f85eeb4c2c6977facbb9bb.zip |
Merge branch 'next'
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch')
-rw-r--r-- | package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch b/package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch deleted file mode 100644 index ee4778ea0c..0000000000 --- a/package/libsigsegv/0004-Add-stack-direction-for-the-Nios-II-architecture.patch +++ /dev/null @@ -1,31 +0,0 @@ -From 24bac122bf4ffe437bb4f6ca633ad08f31a23d73 Mon Sep 17 00:00:00 2001 -From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Date: Mon, 29 Dec 2014 13:56:54 +0100 -Subject: [PATCH 5/5] Add stack direction for the Nios II architecture - -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 <thomas.petazzoni@free-electrons.com> ---- - 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 - |