1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-25 16:47:38 +01:00

Reformat preg_index initialization to GNU Coding standard.

(Logical change 1.5)
This commit is contained in:
(none)!davidm 2002-02-22 21:58:53 +00:00
parent 3fd31aa7f2
commit 60cbd737ab

View file

@ -33,51 +33,51 @@ struct ia64_global_unwind_state unw =
IA64_REG_UNAT, IA64_REG_LC, IA64_REG_FPSR, IA64_REG_PRI_UNAT_GR
},
preg_index: {
struct_offset(struct ia64_cursor, pri_unat_loc)/8, /* PRI_UNAT_GR */
struct_offset(struct ia64_cursor, pri_unat_loc)/8, /* PRI_UNAT_MEM */
struct_offset(struct ia64_cursor, bsp_loc)/8,
struct_offset(struct ia64_cursor, bspstore_loc)/8,
struct_offset(struct ia64_cursor, pfs_loc)/8,
struct_offset(struct ia64_cursor, rnat_loc)/8,
struct_offset(struct ia64_cursor, psp)/8,
struct_offset(struct ia64_cursor, rp_loc)/8,
struct_offset(struct ia64_cursor, r4_loc)/8,
struct_offset(struct ia64_cursor, r5_loc)/8,
struct_offset(struct ia64_cursor, r6_loc)/8,
struct_offset(struct ia64_cursor, r7_loc)/8,
struct_offset(struct ia64_cursor, nat4_loc)/8,
struct_offset(struct ia64_cursor, nat5_loc)/8,
struct_offset(struct ia64_cursor, nat6_loc)/8,
struct_offset(struct ia64_cursor, nat7_loc)/8,
struct_offset(struct ia64_cursor, unat_loc)/8,
struct_offset(struct ia64_cursor, pr_loc)/8,
struct_offset(struct ia64_cursor, lc_loc)/8,
struct_offset(struct ia64_cursor, fpsr_loc)/8,
struct_offset(struct ia64_cursor, b1_loc)/8,
struct_offset(struct ia64_cursor, b2_loc)/8,
struct_offset(struct ia64_cursor, b3_loc)/8,
struct_offset(struct ia64_cursor, b4_loc)/8,
struct_offset(struct ia64_cursor, b5_loc)/8,
struct_offset(struct ia64_cursor, f2_loc)/8,
struct_offset(struct ia64_cursor, f3_loc)/8,
struct_offset(struct ia64_cursor, f4_loc)/8,
struct_offset(struct ia64_cursor, f5_loc)/8,
struct_offset(struct ia64_cursor, fr_loc[16 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[17 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[18 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[19 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[20 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[21 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[22 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[23 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[24 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[25 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[26 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[27 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[28 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[29 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[30 - 16])/8,
struct_offset(struct ia64_cursor, fr_loc[31 - 16])/8,
struct_offset (struct ia64_cursor, pri_unat_loc)/8, /* PRI_UNAT_GR */
struct_offset (struct ia64_cursor, pri_unat_loc)/8, /* PRI_UNAT_MEM */
struct_offset (struct ia64_cursor, bsp_loc)/8,
struct_offset (struct ia64_cursor, bspstore_loc)/8,
struct_offset (struct ia64_cursor, pfs_loc)/8,
struct_offset (struct ia64_cursor, rnat_loc)/8,
struct_offset (struct ia64_cursor, psp)/8,
struct_offset (struct ia64_cursor, ip_loc)/8,
struct_offset (struct ia64_cursor, r4_loc)/8,
struct_offset (struct ia64_cursor, r5_loc)/8,
struct_offset (struct ia64_cursor, r6_loc)/8,
struct_offset (struct ia64_cursor, r7_loc)/8,
struct_offset (struct ia64_cursor, nat4_loc)/8,
struct_offset (struct ia64_cursor, nat5_loc)/8,
struct_offset (struct ia64_cursor, nat6_loc)/8,
struct_offset (struct ia64_cursor, nat7_loc)/8,
struct_offset (struct ia64_cursor, unat_loc)/8,
struct_offset (struct ia64_cursor, pr_loc)/8,
struct_offset (struct ia64_cursor, lc_loc)/8,
struct_offset (struct ia64_cursor, fpsr_loc)/8,
struct_offset (struct ia64_cursor, b1_loc)/8,
struct_offset (struct ia64_cursor, b2_loc)/8,
struct_offset (struct ia64_cursor, b3_loc)/8,
struct_offset (struct ia64_cursor, b4_loc)/8,
struct_offset (struct ia64_cursor, b5_loc)/8,
struct_offset (struct ia64_cursor, f2_loc)/8,
struct_offset (struct ia64_cursor, f3_loc)/8,
struct_offset (struct ia64_cursor, f4_loc)/8,
struct_offset (struct ia64_cursor, f5_loc)/8,
struct_offset (struct ia64_cursor, fr_loc[16 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[17 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[18 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[19 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[20 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[21 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[22 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[23 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[24 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[25 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[26 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[27 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[28 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[29 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[30 - 16])/8,
struct_offset (struct ia64_cursor, fr_loc[31 - 16])/8,
},
hash : { [0 ... IA64_UNW_HASH_SIZE - 1] = -1 },
#if IA64_UNW_DEBUG