diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 23:26:19 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-04-09 23:26:19 +0000 |
commit | 377d9ebdae0a61b4bd1068732658be530b5edf49 (patch) | |
tree | f6da5cbc68f0cf03fd17df80b47425a4ec7dbcce /gdb | |
parent | f0ef85a5af6ee9a1ee2a66026582cbfda57a3379 (diff) | |
download | gdb-377d9ebdae0a61b4bd1068732658be530b5edf49.zip gdb-377d9ebdae0a61b4bd1068732658be530b5edf49.tar.gz gdb-377d9ebdae0a61b4bd1068732658be530b5edf49.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/amd64-linux-tdep.c | 2 | ||||
-rw-r--r-- | gdb/amd64nbsd-tdep.c | 2 | ||||
-rw-r--r-- | gdb/amd64obsd-tdep.c | 2 | ||||
-rw-r--r-- | gdb/i386-linux-tdep.c | 2 | ||||
-rw-r--r-- | gdb/i386-tdep.c | 4 | ||||
-rw-r--r-- | gdb/i386nbsd-tdep.c | 2 | ||||
-rw-r--r-- | gdb/i386obsd-tdep.c | 2 |
8 files changed, 12 insertions, 8 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6522015..49f1581 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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. diff --git a/gdb/amd64-linux-tdep.c b/gdb/amd64-linux-tdep.c index be7ace2..8365ed3 100644 --- a/gdb/amd64-linux-tdep.c +++ b/gdb/amd64-linux-tdep.c @@ -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 diff --git a/gdb/amd64nbsd-tdep.c b/gdb/amd64nbsd-tdep.c index 14f5052..cc90aee 100644 --- a/gdb/amd64nbsd-tdep.c +++ b/gdb/amd64nbsd-tdep.c @@ -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 diff --git a/gdb/amd64obsd-tdep.c b/gdb/amd64obsd-tdep.c index 5ab1a47..af110b3 100644 --- a/gdb/amd64obsd-tdep.c +++ b/gdb/amd64obsd-tdep.c @@ -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 diff --git a/gdb/i386-linux-tdep.c b/gdb/i386-linux-tdep.c index 2e02e9f..2b08e89 100644 --- a/gdb/i386-linux-tdep.c +++ b/gdb/i386-linux-tdep.c @@ -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 diff --git a/gdb/i386-tdep.c b/gdb/i386-tdep.c index a4f6fc1..190094d 100644 --- a/gdb/i386-tdep.c +++ b/gdb/i386-tdep.c @@ -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 diff --git a/gdb/i386nbsd-tdep.c b/gdb/i386nbsd-tdep.c index 53eb1c2..9fd9883 100644 --- a/gdb/i386nbsd-tdep.c +++ b/gdb/i386nbsd-tdep.c @@ -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 diff --git a/gdb/i386obsd-tdep.c b/gdb/i386obsd-tdep.c index 17f2f5e..0fe066f 100644 --- a/gdb/i386obsd-tdep.c +++ b/gdb/i386obsd-tdep.c @@ -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 |