From cbc66b62c085c369c8506da12f7dc5014baabfc8 Mon Sep 17 00:00:00 2001 From: Arun Sharma Date: Mon, 9 Apr 2012 19:48:49 -0700 Subject: [PATCH] mips: fix a linker error Signed-off-by: Andreas Oberritter --- src/ptrace/_UPT_find_proc_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptrace/_UPT_find_proc_info.c b/src/ptrace/_UPT_find_proc_info.c index ee0b698d..21234476 100644 --- a/src/ptrace/_UPT_find_proc_info.c +++ b/src/ptrace/_UPT_find_proc_info.c @@ -147,7 +147,7 @@ _UPTi_find_unwind_table (struct UPT_info *ui, unw_addr_space_t as, } #elif UNW_TARGET_X86 || UNW_TARGET_X86_64 || UNW_TARGET_HPPA \ -|| UNW_TARGET_PPC32 || UNW_TARGET_PPC64 || UNW_TARGET_ARM +|| UNW_TARGET_PPC32 || UNW_TARGET_PPC64 || UNW_TARGET_ARM || UNW_TARGET_MIPS #include "dwarf-eh.h" #include "dwarf_i.h"