This is the mail archive of the
gdb-patches@sources.redhat.com
mailing list for the GDB project.
[PATCH] Remove duplicate comment from x86-64-tdep.c
- From: Mark Kettenis <kettenis at chello dot nl>
- To: gdb-patches at sources dot redhat dot com
- Date: Mon, 6 Oct 2003 00:54:14 +0200 (CEST)
- Subject: [PATCH] Remove duplicate comment from x86-64-tdep.c
I wonder how this managed to slip in...
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* x86-64-tdep.c: Remove duplicate comment.
Index: x86-64-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/x86-64-tdep.c,v
retrieving revision 1.98
diff -u -p -r1.98 x86-64-tdep.c
--- x86-64-tdep.c 5 Oct 2003 22:13:24 -0000 1.98
+++ x86-64-tdep.c 5 Oct 2003 22:53:03 -0000
@@ -1309,13 +1309,6 @@ x86_64_init_abi (struct gdbarch_info inf
bits of these pointers (instead of just the 16-bits of the segment
selector). */
-/* The 64-bit FXSAVE format differs from the 32-bit format in the
- sense that the instruction pointer and data pointer are simply
- 64-bit offsets into the code segment and the data segment instead
- of a selector offset pair. The functions below store the upper 32
- bits of these pointers (instead of just the 16-bits of the segment
- selector). */
-
/* Fill register REGNUM in REGCACHE with the appropriate
floating-point or SSE register value from *FXSAVE. If REGNUM is
-1, do this for all registers. This function masks off any of the