[enigma2-plugin-extensions-openwebif] use fixed SRCREV.
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-support / libunwind / libunwind-1.0.1 / 0001-mips-compile-_UPTi_find_unwind_table.patch
1 From 2724f0b9f0c61fd5be8c09f1680863f65898b508 Mon Sep 17 00:00:00 2001
2 From: Andreas Oberritter <obi@opendreambox.org>
3 Date: Tue, 10 Apr 2012 01:03:41 +0200
4 Subject: [PATCH] mips: compile _UPTi_find_unwind_table()
5
6 c.f. http://lists.gnu.org/archive/html/libunwind-devel/2010-11/msg00012.html
7 ---
8  src/ptrace/_UPT_find_proc_info.c |    2 +-
9  1 files changed, 1 insertions(+), 1 deletions(-)
10
11 diff --git a/src/ptrace/_UPT_find_proc_info.c b/src/ptrace/_UPT_find_proc_info.c
12 index ee0b698..2123447 100644
13 --- a/src/ptrace/_UPT_find_proc_info.c
14 +++ b/src/ptrace/_UPT_find_proc_info.c
15 @@ -147,7 +147,7 @@ _UPTi_find_unwind_table (struct UPT_info *ui, unw_addr_space_t as,
16  }
17  
18  #elif UNW_TARGET_X86 || UNW_TARGET_X86_64 || UNW_TARGET_HPPA \
19 -|| UNW_TARGET_PPC32 || UNW_TARGET_PPC64 || UNW_TARGET_ARM
20 +|| UNW_TARGET_PPC32 || UNW_TARGET_PPC64 || UNW_TARGET_ARM || UNW_TARGET_MIPS
21  
22  #include "dwarf-eh.h"
23  #include "dwarf_i.h"
24 -- 
25 1.7.5.4
26