* i387-fp.c, linux-arm-low.c, linux-cris-low.c,
[deliverable/binutils-gdb.git] / gdb / gdbserver / linux-i386-low.c
index b95c1b197949e654a8c49de2d70697baa4a3e884..a94ce694736e080f779829aa5907071b028dbb52 100644 (file)
@@ -45,7 +45,7 @@ void init_registers_i386_linux (void);
 
 /* Mapping between the general-purpose registers in `struct user'
    format and GDB's register array layout.  */
-static int i386_regmap[] = 
+static int i386_regmap[] =
 {
   EAX * 4, ECX * 4, EDX * 4, EBX * 4,
   UESP * 4, EBP * 4, ESI * 4, EDI * 4,
@@ -56,7 +56,7 @@ static int i386_regmap[] =
 /* Called by libthread_db.  */
 
 ps_err_e
-ps_get_thread_area (const struct ps_prochandle *ph, 
+ps_get_thread_area (const struct ps_prochandle *ph,
                    lwpid_t lwpid, int idx, void **base)
 {
   unsigned int desc[4];
This page took 0.02866 seconds and 4 git commands to generate.