1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-27 17:09:29 +02:00

(rbs_cover_and_flush): Declare.

(_Uia64_install_context): Drop loadrs argument from declaration.

(Logical change 1.47)
This commit is contained in:
mostang.com!davidm 2003-02-14 06:25:36 +00:00
parent 02c8c0cdae
commit 32a1dc6be5

View file

@ -313,6 +313,7 @@ struct ia64_labeled_state
#define rbs_record_switch UNW_ARCH_OBJ(rbs_record_switch)
#define rbs_underflow UNW_ARCH_OBJ(rbs_underflow)
#define rbs_find_stacked UNW_ARCH_OBJ(rbs_find_stacked)
#define rbs_cover_and_flush UNW_ARCH_OBJ(rbs_cover_and_flush)
extern int ia64_make_proc_info (struct cursor *c);
extern int ia64_create_state_record (struct cursor *c,
@ -328,7 +329,7 @@ extern int ia64_access_fpreg (struct cursor *c, unw_regnum_t reg,
extern unw_word_t ia64_scratch_loc (struct cursor *c, unw_regnum_t reg);
extern void _Uia64_install_context (struct cursor *c, unw_word_t pri_unat,
unw_word_t *extra, unw_word_t loadrs)
unw_word_t *extra)
__attribute__ ((noreturn));
extern int ia64_local_resume (unw_addr_space_t as, unw_cursor_t *cursor,
void *arg);
@ -338,6 +339,7 @@ extern int rbs_record_switch (struct cursor *c,
extern void rbs_underflow (struct cursor *c);
extern int rbs_find_stacked (struct cursor *c, unw_word_t regs_to_skip,
unw_word_t *locp, unw_word_t *rnat_locp);
extern int rbs_cover_and_flush (struct cursor *c, unw_word_t nregs);
static inline int
ia64_get_stacked (struct cursor *c, unw_word_t reg,