mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-17 13:47:37 +01:00
d00b621090
This attached patch, relative to libuninwd-1.0.1, will fix building with --enable-msabi-support on linux x86_64. Ariel Burton
6 lines
151 B
C
6 lines
151 B
C
#define UNW_LOCAL_ONLY
|
|
#include "config.h"
|
|
#include <libunwind.h>
|
|
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
|
|
#include "Gglobal.c"
|
|
#endif
|