* i386bsd-nat.c (fetch_inferior_registers,
authorMark Kettenis <kettenis@gnu.org>
Sun, 10 Aug 2003 16:22:15 +0000 (16:22 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 10 Aug 2003 16:22:15 +0000 (16:22 +0000)
store_inferior_registers): Don't use && at the end of a line.
(_initialize_i386bsd_nat): Fix typo.

gdb/ChangeLog
gdb/i386bsd-nat.c

index 72a0d63a69d91f625884ca4bcd0fdf9595380780..3c7b6dabf90539bbeba74adaa7ce7188ef2eb4ca 100644 (file)
@@ -1,5 +1,9 @@
 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
 
+       * i386bsd-nat.c (fetch_inferior_registers,
+       store_inferior_registers): Don't use && at the end of a line.
+       (_initialize_i386bsd_nat): Fix typo.
+
        * frame.c (_initialize_frame): Add missing backslash.
 
        From Peter Schauer (Peter.Schauer@regent.e-technik.tu-muenchen.de):
index 60524de148e2686d7ab2059a498c1b700eb0546f..cd94a21c532d5993cb7b8ff905e11400c7f0c52d 100644 (file)
@@ -196,9 +196,9 @@ fetch_inferior_registers (int regno)
 #ifdef HAVE_PT_GETXMMREGS
       char xmmregs[512];
 
-      if (have_ptrace_xmmregs != 0 &&
-         ptrace(PT_GETXMMREGS, PIDGET (inferior_ptid),
-                (PTRACE_ARG3_TYPE) xmmregs, 0) == 0)
+      if (have_ptrace_xmmregs != 0
+         && ptrace(PT_GETXMMREGS, PIDGET (inferior_ptid),
+                   (PTRACE_ARG3_TYPE) xmmregs, 0) == 0)
        {
          have_ptrace_xmmregs = 1;
          i387_supply_fxsave (xmmregs);
@@ -252,9 +252,9 @@ store_inferior_registers (int regno)
 #ifdef HAVE_PT_GETXMMREGS
       char xmmregs[512];
 
-      if (have_ptrace_xmmregs != 0 &&
-         ptrace(PT_GETXMMREGS, PIDGET (inferior_ptid),
-                (PTRACE_ARG3_TYPE) xmmregs, 0) == 0)
+      if (have_ptrace_xmmregs != 0
+         && ptrace(PT_GETXMMREGS, PIDGET (inferior_ptid),
+                   (PTRACE_ARG3_TYPE) xmmregs, 0) == 0)
        {
          have_ptrace_xmmregs = 1;
 
@@ -408,7 +408,7 @@ _initialize_i386bsd_nat (void)
 #define SC_REG_OFFSET i386obsd_sc_reg_offset
 #else
   extern int i386bsd_sc_reg_offset[];
-#define SC_PC_OFFSET i386bsd_sc_reg_offset
+#define SC_REG_OFFSET i386bsd_sc_reg_offset
 #endif
 
   /* We only check the program counter, stack pointer and frame