summaryrefslogtreecommitdiff
path: root/src/ia64/Gtables.c
diff options
context:
space:
mode:
authorDave Watson <davejwatson@fb.com>2017-12-28 08:26:42 -0800
committerDave Watson <davejwatson@fb.com>2017-12-28 08:26:42 -0800
commita1437a3d27924e17d00021df3cc659bd998e8580 (patch)
tree1cf3ed29e4028effadda78422e3f320082c1ac54 /src/ia64/Gtables.c
parent29137c6fa9303eedc310a467e508716813174414 (diff)
downloadlibunwind-a1437a3d27924e17d00021df3cc659bd998e8580.tar.gz
Remove PROTECTED visibility
This only works on bfd ld, not lld or gold.
Diffstat (limited to 'src/ia64/Gtables.c')
-rw-r--r--src/ia64/Gtables.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ia64/Gtables.c b/src/ia64/Gtables.c
index 6959cae9..23a8011c 100644
--- a/src/ia64/Gtables.c
+++ b/src/ia64/Gtables.c
@@ -136,7 +136,7 @@ tdep_put_unwind_info (unw_addr_space_t as, unw_proc_info_t *pi, void *arg)
}
}
-PROTECTED unw_word_t
+unw_word_t
_Uia64_find_dyn_list (unw_addr_space_t as, unw_dyn_info_t *di, void *arg)
{
unw_word_t hdr_addr, info_addr, hdr, directives, pers, cookie, off;
@@ -247,7 +247,7 @@ lookup (struct ia64_table_entry *table, size_t table_size, unw_word_t rel_ip)
return e;
}
-PROTECTED int
+int
unw_search_ia64_unwind_table (unw_addr_space_t as, unw_word_t ip,
unw_dyn_info_t *di, unw_proc_info_t *pi,
int need_unwind_info, void *arg)
@@ -440,7 +440,7 @@ get_kernel_table (unw_dyn_info_t *di)
# ifndef UNW_LOCAL_ONLY
/* This is exported for the benefit of libunwind-ptrace.a. */
-PROTECTED int
+int
_Uia64_get_kernel_table (unw_dyn_info_t *di)
{
int ret;