]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* 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 e573e90b25a3673ffae8c3d2ea3e0aa487b45b79..6ae50927651a3cdcab7528d0bf28d75e9fed3820 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 165e2087307ad800f4549513c2a949aae5107f42..8290023df689e4533ec985b13e1382db3669b11a 100644 (file)
@@ -1302,13 +1302,6 @@ x86_64_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
 
 #define I387_ST0_REGNUM X86_64_ST0_REGNUM
 
-/* 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).  */
-
 /* 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