aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/ia64/unwind-ia64.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/ia64/unwind-ia64.h')
-rw-r--r--gcc/config/ia64/unwind-ia64.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/ia64/unwind-ia64.h b/gcc/config/ia64/unwind-ia64.h
index b56b38c45c4..053829f11e9 100644
--- a/gcc/config/ia64/unwind-ia64.h
+++ b/gcc/config/ia64/unwind-ia64.h
@@ -28,4 +28,5 @@ struct unw_table_entry
extern struct unw_table_entry *
_Unwind_FindTableEntry (void *pc, unsigned long *segment_base,
- unsigned long *gp);
+ unsigned long *gp)
+ __attribute__ ((__visibility__ ("hidden")));