X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibsigsegv%2F0001-Add-stack-direction-for-the-AArch64-architecture.patch;fp=cirros-testvm%2Fsrc-cirros%2Fbuildroot-2015.05%2Fpackage%2Flibsigsegv%2F0001-Add-stack-direction-for-the-AArch64-architecture.patch;h=a3b03a0024eee05e173e2d23394d7bff372b6a07;hb=b0a0f15dfaa205161a7fcb20cf1b8cd4948c2ef3;hp=0000000000000000000000000000000000000000;hpb=c6ac3cd55ee2da956195eee393b0882105dfad4e;p=packages%2Ftrusty%2Fcirros-testvm.git diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch b/cirros-testvm/src-cirros/buildroot-2015.05/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch new file mode 100644 index 0000000..a3b03a0 --- /dev/null +++ b/cirros-testvm/src-cirros/buildroot-2015.05/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch @@ -0,0 +1,28 @@ +From 790e8f620f06834f3fd03c310cbecd1416536987 Mon Sep 17 00:00:00 2001 +From: Will Newton +Date: Tue, 28 May 2013 18:31:46 +0100 +Subject: [PATCH 2/5] Add stack direction for the AArch64 architecture + +On this architecture, the stack grows downward. + +Signed-off-by: Will Newton +Signed-off-by: Thomas Petazzoni +--- + 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 +