summaryrefslogtreecommitdiff
path: root/src/ppc32/Linit.c
blob: e9abfdd46a3e0f84d1486e5bce626f2317488cf4 (plain)
1
2
3
4
5
#define UNW_LOCAL_ONLY
#include <libunwind.h>
#if defined(UNW_LOCAL_ONLY) && !defined(UNW_REMOTE_ONLY)
#include "Ginit.c"
#endif