Changeset View
Changeset View
Standalone View
Standalone View
src/assembly.h
Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | |||||
#define EXPORT_SYMBOL(name) | #define EXPORT_SYMBOL(name) | ||||
#else | #else | ||||
#define EXPORT_SYMBOL(name) EXPORT_SYMBOL2(name) | #define EXPORT_SYMBOL(name) EXPORT_SYMBOL2(name) | ||||
#endif | #endif | ||||
#define HIDDEN_SYMBOL(name) | #define HIDDEN_SYMBOL(name) | ||||
#define NO_EXEC_STACK_DIRECTIVE | #define NO_EXEC_STACK_DIRECTIVE | ||||
#elif defined(__sparc__) | |||||
#else | #else | ||||
#error Unsupported target | #error Unsupported target | ||||
#endif | #endif | ||||
#define DEFINE_LIBUNWIND_FUNCTION(name) \ | #define DEFINE_LIBUNWIND_FUNCTION(name) \ | ||||
.globl SYMBOL_NAME(name) SEPARATOR \ | .globl SYMBOL_NAME(name) SEPARATOR \ | ||||
Show All 27 Lines |