* x86-64-tdep.c: Remove duplicate comment.
authorMark Kettenis <kettenis@gnu.org>
Sun, 5 Oct 2003 22:54:10 +0000 (22:54 +0000)
committerMark Kettenis <kettenis@gnu.org>
Sun, 5 Oct 2003 22:54:10 +0000 (22:54 +0000)
gdb/ChangeLog
gdb/x86-64-tdep.c

index e573e90..6ae5092 100644 (file)
@@ -1,5 +1,7 @@
 2003-10-06  Mark Kettenis  <kettenis@gnu.org>
 
+       * x86-64-tdep.c: Remove duplicate comment.
+
        * x86-64-tdep.c (x86_64_store_return_value): Don't use
        DEPRECATED_REGISTER_RAW_SIZE.  Use symbolic names for register
        names for return values.  This fixes a bug since we looked at %rbx
index 165e208..8290023 100644 (file)
@@ -1309,13 +1309,6 @@ x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
    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