* 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.
This commit is contained in:
parent
f0ef85a5af
commit
377d9ebdae
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1741,7 +1741,7 @@ i386_pe_skip_trampoline_code (CORE_ADDR pc, char *name)
|
||||
}
|
||||
|
||||
|
||||
/* 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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user