forked from libretro/Lakka-LibreELEC
27 lines
1.0 KiB
Diff
27 lines
1.0 KiB
Diff
From f40db1e2562934fd21485ba7f62e4521945f17e4 Mon Sep 17 00:00:00 2001
|
|
From: MilhouseVH <milhouseVH.github@nmacleod.com>
|
|
Date: Mon, 17 Feb 2020 05:52:10 +0000
|
|
Subject: [PATCH] fix multiple definition
|
|
|
|
https://lists.nongnu.org/archive/html/libunwind-devel/2017-08/msg00039.html
|
|
https://github.com/libunwind/libunwind/commit/0e74e583ae18d6852835f327921ee130a5fa3e6f
|
|
---
|
|
include/tdep-arm/ex_tables.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/include/tdep-arm/ex_tables.h b/include/tdep-arm/ex_tables.h
|
|
index 9df5e0a..0b5388a 100644
|
|
--- a/include/tdep-arm/ex_tables.h
|
|
+++ b/include/tdep-arm/ex_tables.h
|
|
@@ -47,6 +47,7 @@ struct arm_exbuf_data
|
|
#define arm_exidx_extract UNW_OBJ(arm_exidx_extract)
|
|
#define arm_exidx_decode UNW_OBJ(arm_exidx_decode)
|
|
#define arm_exidx_apply_cmd UNW_OBJ(arm_exidx_apply_cmd)
|
|
+#define arm_search_unwind_table UNW_OBJ(arm_search_unwind_table)
|
|
|
|
int arm_exidx_extract (struct dwarf_cursor *c, uint8_t *buf);
|
|
int arm_exidx_decode (const uint8_t *buf, uint8_t len, struct dwarf_cursor *c);
|
|
--
|
|
2.7.4
|
|
|