mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(UNW_TDEP_EH): Rename from UNW_TDEP_EH_ARG0.
(UNW_TDEP_EH_ARG1): Delete. (UNW_TDEP_EH_ARG2): Ditto. (UNW_TDEP_EH_ARG3): Ditto. (UNT_TDEP_NUM_EH_REGS): New macro. (Logical change 1.59)
This commit is contained in:
parent
c670abba8f
commit
a6e367131b
1 changed files with 3 additions and 4 deletions
|
@ -109,13 +109,12 @@ typedef enum
|
|||
|
||||
UNW_TDEP_IP = UNW_IA64_IP,
|
||||
UNW_TDEP_SP = UNW_IA64_SP,
|
||||
UNW_TDEP_EH_ARG0 = UNW_IA64_GR + 15,
|
||||
UNW_TDEP_EH_ARG1 = UNW_IA64_GR + 16,
|
||||
UNW_TDEP_EH_ARG2 = UNW_IA64_GR + 17,
|
||||
UNW_TDEP_EH_ARG3 = UNW_IA64_GR + 18
|
||||
UNW_TDEP_EH = UNW_IA64_GR + 15
|
||||
}
|
||||
ia64_regnum_t;
|
||||
|
||||
#define UNW_TDEP_NUM_EH_REGS 4 /* r15-r18 are exception args */
|
||||
|
||||
typedef struct unw_tdep_save_loc
|
||||
{
|
||||
/* Additional target-dependent info on a save location. On IA-64,
|
||||
|
|
Loading…
Reference in a new issue