mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-24 04:13:41 +01:00
(_Uia64_search_unwind_table): Return a valid gp-value in the proc-info even when
there is no other unwind-info. (Logical change 1.45)
This commit is contained in:
parent
ebed1d6b82
commit
be592ddeb2
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2001-2002 Hewlett-Packard Co
|
||||
Copyright (C) 2001-2003 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind. */
|
||||
|
@ -73,6 +73,7 @@ _Uia64_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
|
|||
unwind info => use default conventions (i.e., this is NOT an
|
||||
error). */
|
||||
memset (pi, 0, sizeof (*pi));
|
||||
pi->gp = di->gp;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue