diff options
Diffstat (limited to 'gcc/unwind.h')
-rw-r--r-- | gcc/unwind.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/unwind.h b/gcc/unwind.h index 21f3feb86bc..ca917b0ad2c 100644 --- a/gcc/unwind.h +++ b/gcc/unwind.h @@ -31,6 +31,8 @@ #ifndef _UNWIND_H #define _UNWIND_H +#pragma GCC visibility push(default) + #ifdef __cplusplus extern "C" { #endif @@ -229,4 +231,6 @@ extern void * _Unwind_FindEnclosingFunction (void *pc); } #endif +#pragma GCC visibility pop + #endif /* unwind.h */ |