diff options
author | Fabio Porcedda <fabio.porcedda@gmail.com> | 2015-02-23 10:37:27 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-02-23 12:26:53 +0100 |
commit | 7434b01e241be780bdd6ce3e3664d155c4ac825d (patch) | |
tree | 23f334eb184436358e48e519bbc6cc522d7708cb /package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch | |
parent | 1f522c1e04720d5da3702232a6863d2ccd0e770c (diff) | |
download | buildroot-7434b01e241be780bdd6ce3e3664d155c4ac825d.tar.gz buildroot-7434b01e241be780bdd6ce3e3664d155c4ac825d.zip |
libsigsegv: rename patches because the first one is gone
Signed-off-by: Fabio Porcedda <fabio.porcedda@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch')
-rw-r--r-- | package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch b/package/libsigsegv/0001-Add-stack-direction-for-the-AArch64-architecture.patch new file mode 100644 index 0000000000..a3b03a0024 --- /dev/null +++ b/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 <will.newton@linaro.org> +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 <will.newton@linaro.org> +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 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 + |