* x86-64-tdep.c: Remove duplicate comment.

This commit is contained in:
Mark Kettenis 2003-10-05 22:54:10 +00:00
parent ae53de438e
commit a8bb57e724
2 changed files with 2 additions and 7 deletions

View 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

View 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