2011-01-08 Michael Snyder <msnyder@vmware.com>
[deliverable/binutils-gdb.git] / gdb / hppa-tdep.h
index ad3688f46076781b225a4ec5388cc960a3ae88b0..4afb0302aa5a222be2762aea4562d1049d530bdd 100644 (file)
@@ -59,16 +59,17 @@ enum hppa_regnum
   HPPA_CCR_REGNUM = 54,                /* Coprocessor Configuration Register */
   HPPA_TR0_REGNUM = 57,                /* Temporary Registers (cr24 -> cr31) */
   HPPA_CR26_REGNUM = 59,
-  HPPA_CR27_REGNUM = 60,       /* Base register for thread-local storage, cr27 */
+  HPPA_CR27_REGNUM = 60,       /* Base register for thread-local
+                                  storage, cr27 */
   HPPA_FP0_REGNUM = 64,                /* First floating-point.  */
   HPPA_FP4_REGNUM = 72,
   HPPA64_FP4_REGNUM = 68,
   HPPA_FP31R_REGNUM = 127,     /* Last floating-point.  */
 
-  HPPA_ARG0_REGNUM = 26,       /* The first argument of a callee. */
-  HPPA_ARG1_REGNUM = 25,       /* The second argument of a callee. */
-  HPPA_ARG2_REGNUM = 24,       /* The third argument of a callee. */
-  HPPA_ARG3_REGNUM = 23                /* The fourth argument of a callee. */
+  HPPA_ARG0_REGNUM = 26,       /* The first argument of a callee.  */
+  HPPA_ARG1_REGNUM = 25,       /* The second argument of a callee.  */
+  HPPA_ARG2_REGNUM = 24,       /* The third argument of a callee.  */
+  HPPA_ARG3_REGNUM = 23                /* The fourth argument of a callee.  */
 };
 
 /* Instruction size.  */
@@ -155,8 +156,8 @@ struct unwind_table_entry
 
     /* This is *NOT* part of an actual unwind_descriptor in an object
        file.  It is *ONLY* part of the "internalized" descriptors that
-       we create from those in a file.
-     */
+       we create from those in a file.  */
+
     struct
       {
        unsigned int stub_type:4;       /* 0..3 */
@@ -201,13 +202,13 @@ struct hppa_unwind_info
   {
     struct unwind_table_entry *table;  /* Pointer to unwind info */
     struct unwind_table_entry *cache;  /* Pointer to last entry we found */
-    int last;                  /* Index of last entry */
+    int last;                          /* Index of last entry */
   };
 
 struct hppa_objfile_private
   {
     struct hppa_unwind_info *unwind_info;      /* a pointer */
-    struct so_list *so_info;   /* a pointer  */
+    struct so_list *so_info;                   /* a pointer  */
     CORE_ADDR dp;
 
     int dummy_call_sequence_reg;
This page took 0.025311 seconds and 4 git commands to generate.