From: Mark Kettenis Date: Sun, 5 Oct 2003 22:54:10 +0000 (+0000) Subject: * x86-64-tdep.c: Remove duplicate comment. X-Git-Tag: cagney_bigcore-20040122-branchpoint~1323 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8bb57e724de7e566c890a2690f813e4b302cec3;p=platform%2Fupstream%2Fbinutils.git * x86-64-tdep.c: Remove duplicate comment. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e573e90..6ae5092 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ 2003-10-06 Mark Kettenis + * 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 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