diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-10-05 22:54:10 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-10-05 22:54:10 +0000 |
commit | a8bb57e724de7e566c890a2690f813e4b302cec3 (patch) | |
tree | 1efa683ce65ef2955d51eb69d8f3741a59d09177 /gdb/x86-64-tdep.c | |
parent | ae53de438ea06bbf1832c48737c458de593a9961 (diff) | |
download | gdb-a8bb57e724de7e566c890a2690f813e4b302cec3.zip gdb-a8bb57e724de7e566c890a2690f813e4b302cec3.tar.gz gdb-a8bb57e724de7e566c890a2690f813e4b302cec3.tar.bz2 |
* x86-64-tdep.c: Remove duplicate comment.
Diffstat (limited to 'gdb/x86-64-tdep.c')
-rw-r--r-- | gdb/x86-64-tdep.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gdb/x86-64-tdep.c b/gdb/x86-64-tdep.c index 165e208..8290023 100644 --- a/gdb/x86-64-tdep.c +++ b/gdb/x86-64-tdep.c @@ -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 |