* amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
authorMark Kettenis <kettenis@gnu.org>
Fri, 9 Apr 2004 23:26:19 +0000 (23:26 +0000)
committerMark Kettenis <kettenis@gnu.org>
Fri, 9 Apr 2004 23:26:19 +0000 (23:26 +0000)
i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
Fix typo.

gdb/ChangeLog
gdb/amd64-linux-tdep.c
gdb/amd64nbsd-tdep.c
gdb/amd64obsd-tdep.c
gdb/i386-linux-tdep.c
gdb/i386-tdep.c
gdb/i386nbsd-tdep.c
gdb/i386obsd-tdep.c

index 6522015a0ac85c77d80062ab2868b6a48dd373c2..49f1581f8252c68bf2362aa8263a0d296d6bfbbb 100644 (file)
@@ -1,5 +1,9 @@
 2004-04-10  Mark Kettenis  <kettenis@gnu.org>
 
+       * amd64-linux-tdep.c, amd64nbsd-tdep.c, amd64obsd-tdep.c,
+       i386-linux-tdep.c, i386-tdep.c, i386nbsd-tdep.c, i386obsd-tdep.c:
+       Fix typo.
+
        * amd64-tdep.c (amd64_supply_fxsave): Only fiddle with
        I387_FISEG_REGNUM and I387_FOSEG_REGNUM in 64-bit mode.
        (amd64_collect_fxsave): Likewise.
index be7ace2d065b39ef563346fa9ea47f1c9b1ad4e6..8365ed3ea079672b8e8a8b83771401728ed7a913 100644 (file)
@@ -117,7 +117,7 @@ amd64_linux_sigtramp_start (CORE_ADDR pc)
   return pc;
 }
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    GNU/Linux sigtramp routine.  */
 
 static int
index 14f5052b67b4050b0ea4bb5c8f1220c948567bc4..cc90aeec5f3e005a7de305a540767d2194306943 100644 (file)
@@ -34,7 +34,7 @@
 
 /* Support for signal handlers.  */
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    NetBSD sigtramp routine.  */
 
 static int
index 5ab1a47a60c6f02e28307897a59e6deca5d59c9c..af110b3447c0ed09f85ac03b198bfeeceaf9f2d4 100644 (file)
@@ -80,7 +80,7 @@ amd64obsd_regset_from_core_section (struct gdbarch *gdbarch,
 /* Default page size.  */
 static const int amd64obsd_page_size = 4096;
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to an
+/* Return whether the frame preceding NEXT_FRAME corresponds to an
    OpenBSD sigtramp routine.  */
 
 static int
index 2e02e9fb70ff597bf8129f07b3ffbf33effbd06d..2b08e895fefa066d5ecc0689e60791487651dbc6 100644 (file)
@@ -217,7 +217,7 @@ i386_linux_rt_sigtramp_start (CORE_ADDR pc)
   return pc;
 }
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    GNU/Linux sigtramp routine.  */
 
 static int
index a4f6fc120bd9fe31d5c85c3f4908e69b09351fd3..190094d1ba82b102a80fa79b83713567f206e632 100644 (file)
@@ -1741,7 +1741,7 @@ i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name)
 }
 \f
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    sigtramp routine.  */
 
 static int
@@ -1780,7 +1780,7 @@ i386_print_insn (bfd_vma pc, struct disassemble_info *info)
 
 /* System V Release 4 (SVR4).  */
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a SVR4
+/* Return whether the frame preceding NEXT_FRAME corresponds to a SVR4
    sigtramp routine.  */
 
 static int
index 53eb1c2eb08fcce8073a551458577080f0fce214..9fd98839db9b4c0bd4893d036e81f8fab4a46c73 100644 (file)
@@ -185,7 +185,7 @@ i386nbsd_sigtramp_offset (CORE_ADDR pc)
   return -1;
 }
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to a
+/* Return whether the frame preceding NEXT_FRAME corresponds to a
    NetBSD sigtramp routine.  */
 
 static int
index 17f2f5ed57aae56880c8da8318360829657b7c3b..0fe066fa20d88da17ad72f450e3048f1ea07b5bc 100644 (file)
@@ -51,7 +51,7 @@
 /* Default page size.  */
 static const int i386obsd_page_size = 4096;
 
-/* Return whether the frame preciding NEXT_FRAME corresponds to an
+/* Return whether the frame preceding NEXT_FRAME corresponds to an
    OpenBSD sigtramp routine.  */
 
 static int
This page took 0.051388 seconds and 4 git commands to generate.