From 0c897ad8586f23cbdefdc5f5597d8fc470d47869 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Thu, 28 Feb 2002 16:24:48 +0000 Subject: [PATCH] Make this file sharable by using exported names that do not depend on UNW_LOCAL_ONLY. (Logical change 1.8) --- src/ia64/tables-glibc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ia64/tables-glibc.c b/src/ia64/tables-glibc.c index b05cb87f..ca17b5dc 100644 --- a/src/ia64/tables-glibc.c +++ b/src/ia64/tables-glibc.c @@ -183,7 +183,7 @@ callback (struct dl_phdr_info *info, size_t size, void *ptr) } int -ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg) +_U_ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg) { ((unw_ia64_table_t *) info)->segbase = ip; /* this is cheap... */ @@ -194,7 +194,7 @@ ia64_glibc_acquire_unwind_info (unw_word_t ip, void *info, void *arg) } int -ia64_glibc_release_unwind_info (void *info, void *arg) +_U_ia64_glibc_release_unwind_info (void *info, void *arg) { /* nothing to do */ return 0;