diff -Naur old/src/ia64/Ginit.c new/src/ia64/Ginit.c --- old/src/ia64/Ginit.c 2007-10-05 13:53:09.000000000 -0700 +++ new/src/ia64/Ginit.c 2007-11-07 11:01:51.045787070 -0800 @@ -348,11 +348,6 @@ char *buf, size_t buf_len, unw_word_t *offp, void *arg) { -#ifndef _UNW_LOCAL_ONLY -# pragma weak _Uelf64_get_proc_name - if (!_Uelf64_get_proc_name) - return -UNW_EINVAL; -#endif return _Uelf64_get_proc_name (as, getpid (), ip, buf, buf_len, offp); }