diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-12-29 14:08:54 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-12-31 00:39:24 +0100 |
commit | 9a7da30065adb3cabd519c93696ca197500a1334 (patch) | |
tree | cc60c107e412633568635f4472bbf366a498781f /package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch | |
parent | 5803e04456d3c279eb074004642086eaf54dffa4 (diff) | |
download | buildroot-9a7da30065adb3cabd519c93696ca197500a1334.tar.gz buildroot-9a7da30065adb3cabd519c93696ca197500a1334.zip |
libsigsegv: rename patches to the new convention and convert to Git format
This commit renames the libsigsegv patches to the new convention, and
converts them to Git formatted patches. Along the way, it also aligns
the description of the different patches, in a preparation for
upstream submission.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch')
-rw-r--r-- | package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch b/package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch new file mode 100644 index 0000000000..d3795d3fe7 --- /dev/null +++ b/package/libsigsegv/0003-Add-stack-direction-for-the-Microblaze-architecture.patch @@ -0,0 +1,26 @@ +From f4395ff932758884416753f88f5d98f33ec67479 Mon Sep 17 00:00:00 2001 +From: Spenser Gilliland <spenser@gillilanding.com> +Date: Mon, 29 Dec 2014 13:54:54 +0100 +Subject: [PATCH 3/5] Add stack direction for the Microblaze architecture + +Signed-off-by: Spenser Gilliland <spenser@gillilanding.com> +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 3f70530..53f4216 100644 +--- a/m4/stack-direction.m4 ++++ b/m4/stack-direction.m4 +@@ -32,6 +32,7 @@ AC_DEFUN([SV_STACK_DIRECTION], + m68* | \ + m88k | \ + mcore | \ ++ microblaze | \ + mips* | \ + mmix | \ + mn10200 | \ +-- +2.1.0 + |