From 15d98cd37da896ad209e2abbcf40422d46f09973 Mon Sep 17 00:00:00 2001 From: Alexey Yakovenko Date: Mon, 21 Oct 2013 23:29:12 +0200 Subject: static build fixes --- plugins/gme/cgme.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'plugins/gme') diff --git a/plugins/gme/cgme.c b/plugins/gme/cgme.c index 5bedacc3..9040c955 100644 --- a/plugins/gme/cgme.c +++ b/plugins/gme/cgme.c @@ -34,6 +34,13 @@ int _Unwind_GetDataRelBase; int _Unwind_GetRegionStart; int _Unwind_SetGR; int _Unwind_GetIPInfo; +int __cxa_pure_virtual; +int __cxa_guard_release; +int __cxa_guard_acquire; +int _Znaj; +int _ZdaPv; +int _Znwj; +int _ZdlPv; //#define trace(...) { fprintf(stderr, __VA_ARGS__); } #define trace(fmt,...) -- cgit v1.2.3