mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
Remove preg_index[] initializer.
(Logical change 1.84)
This commit is contained in:
parent
6aa6f29375
commit
ee54f6cbbd
1 changed files with 1 additions and 48 deletions
|
@ -29,56 +29,9 @@ struct ia64_global_unwind_state unw =
|
|||
{
|
||||
needs_initialization: 1,
|
||||
save_order: {
|
||||
IA64_REG_RP, IA64_REG_PFS, IA64_REG_PSP, IA64_REG_PR,
|
||||
IA64_REG_IP, IA64_REG_PFS, IA64_REG_PSP, IA64_REG_PR,
|
||||
IA64_REG_UNAT, IA64_REG_LC, IA64_REG_FPSR, IA64_REG_PRI_UNAT_GR
|
||||
},
|
||||
preg_index: {
|
||||
struct_offset (struct cursor, pri_unat_loc)/8, /* PRI_UNAT_GR */
|
||||
struct_offset (struct cursor, pri_unat_loc)/8, /* PRI_UNAT_MEM */
|
||||
struct_offset (struct cursor, psp)/8,
|
||||
struct_offset (struct cursor, bsp_loc)/8,
|
||||
struct_offset (struct cursor, bspstore_loc)/8,
|
||||
struct_offset (struct cursor, pfs_loc)/8,
|
||||
struct_offset (struct cursor, rnat_loc)/8,
|
||||
struct_offset (struct cursor, ip_loc)/8,
|
||||
struct_offset (struct cursor, r4_loc)/8,
|
||||
struct_offset (struct cursor, r5_loc)/8,
|
||||
struct_offset (struct cursor, r6_loc)/8,
|
||||
struct_offset (struct cursor, r7_loc)/8,
|
||||
struct_offset (struct cursor, nat4_loc)/8,
|
||||
struct_offset (struct cursor, nat5_loc)/8,
|
||||
struct_offset (struct cursor, nat6_loc)/8,
|
||||
struct_offset (struct cursor, nat7_loc)/8,
|
||||
struct_offset (struct cursor, unat_loc)/8,
|
||||
struct_offset (struct cursor, pr_loc)/8,
|
||||
struct_offset (struct cursor, lc_loc)/8,
|
||||
struct_offset (struct cursor, fpsr_loc)/8,
|
||||
struct_offset (struct cursor, b1_loc)/8,
|
||||
struct_offset (struct cursor, b2_loc)/8,
|
||||
struct_offset (struct cursor, b3_loc)/8,
|
||||
struct_offset (struct cursor, b4_loc)/8,
|
||||
struct_offset (struct cursor, b5_loc)/8,
|
||||
struct_offset (struct cursor, f2_loc)/8,
|
||||
struct_offset (struct cursor, f3_loc)/8,
|
||||
struct_offset (struct cursor, f4_loc)/8,
|
||||
struct_offset (struct cursor, f5_loc)/8,
|
||||
struct_offset (struct cursor, fr_loc[16 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[17 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[18 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[19 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[20 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[21 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[22 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[23 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[24 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[25 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[26 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[27 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[28 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[29 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[30 - 16])/8,
|
||||
struct_offset (struct cursor, fr_loc[31 - 16])/8,
|
||||
},
|
||||
#if UNW_DEBUG
|
||||
debug_level: 0,
|
||||
preg_name: {
|
||||
|
|
Loading…
Reference in a new issue