The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / libsigsegv / 0001-Add-stack-direction-for-the-AArch64-architecture.patch
1 From 790e8f620f06834f3fd03c310cbecd1416536987 Mon Sep 17 00:00:00 2001
2 From: Will Newton <will.newton@linaro.org>
3 Date: Tue, 28 May 2013 18:31:46 +0100
4 Subject: [PATCH 2/5] Add stack direction for the AArch64 architecture
5
6 On this architecture, the stack grows downward.
7
8 Signed-off-by: Will Newton <will.newton@linaro.org>
9 Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
10 ---
11  m4/stack-direction.m4 | 1 +
12  1 file changed, 1 insertion(+)
13
14 diff --git a/m4/stack-direction.m4 b/m4/stack-direction.m4
15 index 39c1a28..3f70530 100644
16 --- a/m4/stack-direction.m4
17 +++ b/m4/stack-direction.m4
18 @@ -13,6 +13,7 @@ AC_DEFUN([SV_STACK_DIRECTION],
19      case "$host_cpu" in
20        dnl See the #define STACK_GROWS_DOWNWARD in gcc-3.1/gcc/config/*/*.h.
21        a29k | \
22 +      aarch64* | \
23        alpha* | \
24        arc | \
25        arm* | strongarm* | xscale* | \
26 -- 
27 2.1.0
28