From 60cbd737abc62f0337115f9dc3ac806e65a45bb5 Mon Sep 17 00:00:00 2001 From: "(none)!davidm" <(none)!davidm> Date: Fri, 22 Feb 2002 21:58:53 +0000 Subject: [PATCH] Reformat preg_index initialization to GNU Coding standard. (Logical change 1.5) --- src/ia64/init.c | 90 ++++++++++++++++++++++++------------------------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/src/ia64/init.c b/src/ia64/init.c index e4c6298e..b40b7103 100644 --- a/src/ia64/init.c +++ b/src/ia64/init.c @@ -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