mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
(unw): Mark it as HIDDEN.
(Logical change 1.148)
This commit is contained in:
parent
3596fa99b6
commit
aa800d423d
2 changed files with 2 additions and 2 deletions
|
@ -211,6 +211,6 @@ extern void *tdep_uc_addr (ucontext_t *uc, unw_regnum_t regnum);
|
|||
extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
||||
unsigned long *segbase, unsigned long *mapoff);
|
||||
|
||||
extern struct ia64_global_unwind_state unw;
|
||||
extern HIDDEN struct ia64_global_unwind_state unw;
|
||||
|
||||
#endif /* TDEP_IA64_H */
|
||||
|
|
|
@ -25,7 +25,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
|||
|
||||
#include "unwind_i.h"
|
||||
|
||||
struct ia64_global_unwind_state unw =
|
||||
HIDDEN struct ia64_global_unwind_state unw =
|
||||
{
|
||||
.needs_initialization = 1,
|
||||
.lock = PTHREAD_MUTEX_INITIALIZER,
|
||||
|
|
Loading…
Reference in a new issue