mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-05 13:22:18 +02: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_IP = UNW_IA64_IP,
|
||||||
UNW_TDEP_SP = UNW_IA64_SP,
|
UNW_TDEP_SP = UNW_IA64_SP,
|
||||||
UNW_TDEP_EH_ARG0 = UNW_IA64_GR + 15,
|
UNW_TDEP_EH = 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
|
|
||||||
}
|
}
|
||||||
ia64_regnum_t;
|
ia64_regnum_t;
|
||||||
|
|
||||||
|
#define UNW_TDEP_NUM_EH_REGS 4 /* r15-r18 are exception args */
|
||||||
|
|
||||||
typedef struct unw_tdep_save_loc
|
typedef struct unw_tdep_save_loc
|
||||||
{
|
{
|
||||||
/* Additional target-dependent info on a save location. On IA-64,
|
/* Additional target-dependent info on a save location. On IA-64,
|
||||||
|
|
Loading…
Add table
Reference in a new issue