mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-03-30 03:12:17 +02:00
(tdep_debug_level): Remove.
(Logical change 1.158)
This commit is contained in:
parent
c5457c1c1b
commit
25b8795a4a
4 changed files with 2 additions and 14 deletions
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2003 Hewlett-Packard Co
|
||||
Copyright (C) 2003-2004 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind.
|
||||
|
@ -75,7 +75,6 @@ struct cursor
|
|||
UNW_ARCH_OBJ(find_proc_info) (as,ip,pi,n,a)
|
||||
#define tdep_put_unwind_info(a,b,c) UNW_ARCH_OBJ(put_unwind_info)(a,b,c)
|
||||
#define tdep_uc_addr(uc,reg) UNW_ARCH_OBJ(uc_addr)(uc,reg)
|
||||
#define tdep_debug_level UNW_ARCH_OBJ(debug_level)
|
||||
|
||||
extern int tdep_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
|
||||
unw_dyn_info_t *di, unw_proc_info_t *pi,
|
||||
|
@ -86,6 +85,5 @@ extern int tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip,
|
|||
extern void tdep_put_unwind_info (unw_addr_space_t as,
|
||||
unw_proc_info_t *pi, void *arg);
|
||||
extern void *tdep_uc_addr (ucontext_t *uc, int reg);
|
||||
extern int tdep_debug_level;
|
||||
|
||||
#endif /* TDEP_HPPA_H */
|
||||
|
|
|
@ -202,9 +202,6 @@ struct ia64_global_unwind_state
|
|||
# define tdep_put_unwind_info(a,b,c) UNW_OBJ(put_unwind_info)(a, b, c)
|
||||
#endif
|
||||
|
||||
#define tdep_debug_level UNW_ARCH_OBJ(debug_level)
|
||||
extern long tdep_debug_level;
|
||||
|
||||
/* This can't be an UNW_ARCH_OBJ() because we need separate
|
||||
unw.initialized flags for the local-only and generic versions of
|
||||
the library. Also, if we wanted to have a single, shared global
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/* libunwind - a platform-independent unwind library
|
||||
Copyright (C) 2002-2003 Hewlett-Packard Co
|
||||
Copyright (C) 2002-2004 Hewlett-Packard Co
|
||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||
|
||||
This file is part of libunwind.
|
||||
|
@ -161,8 +161,6 @@ dwarf_put (struct dwarf_cursor *c, dwarf_loc_t loc, unw_word_t val)
|
|||
#define tdep_uc_addr(uc,reg) UNW_ARCH_OBJ(uc_addr)(uc,reg)
|
||||
#define tdep_get_elf_image(a,b,c,d,e) UNW_ARCH_OBJ(get_elf_image) (a, b, c, \
|
||||
d, e)
|
||||
#define tdep_debug_level UNW_ARCH_OBJ(debug_level)
|
||||
|
||||
extern int tdep_search_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);
|
||||
|
@ -171,6 +169,5 @@ extern void tdep_put_unwind_info (unw_addr_space_t as,
|
|||
extern void *tdep_uc_addr (ucontext_t *uc, int reg);
|
||||
extern int tdep_get_elf_image (struct elf_image *ei, pid_t pid, unw_word_t ip,
|
||||
unsigned long *segbase, unsigned long *mapoff);
|
||||
extern int tdep_debug_level;
|
||||
|
||||
#endif /* TDEP_X86_H */
|
||||
|
|
|
@ -2,10 +2,6 @@
|
|||
|
||||
HIDDEN int hppa_needs_initialization = 1;
|
||||
|
||||
#if UNW_DEBUG
|
||||
HIDDEN int tdep_debug_level;
|
||||
#endif
|
||||
|
||||
HIDDEN void
|
||||
hppa_init (void)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue