diff options
Diffstat (limited to 'gcc/unwind-dw2-fde.h')
-rw-r--r-- | gcc/unwind-dw2-fde.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/unwind-dw2-fde.h b/gcc/unwind-dw2-fde.h index 47ec3ab3649..93976e2fd51 100644 --- a/gcc/unwind-dw2-fde.h +++ b/gcc/unwind-dw2-fde.h @@ -32,7 +32,9 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #ifndef GCC_UNWIND_DW2_FDE_H #define GCC_UNWIND_DW2_FDE_H +#ifndef HIDE_EXPORTS #pragma GCC visibility push(default) +#endif struct fde_vector { @@ -179,6 +181,8 @@ last_fde (struct object *obj __attribute__ ((__unused__)), const fde *f) #endif } +#ifndef HIDE_EXPORTS #pragma GCC visibility pop +#endif #endif /* unwind-dw2-fde.h */ |