This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add %cs and %ss for AMD64


   Date: Sun, 11 Jan 2004 11:19:27 -0500
   From: Andrew Cagney <cagney@gnu.org>

   Mark, can add something to the NEWS file?  It's a user visible change.

   Andrew

Done, see the attached patch.

Mark


Index: ChangeLog
from  Mark Kettenis  <kettenis@gnu.org>
 
	* NEWS: Mention that %cs and %ss have been added to the AMD64
	configurations

 
Index: NEWS
===================================================================
RCS file: /cvs/src/src/gdb/NEWS,v
retrieving revision 1.131
diff -u -p -r1.131 NEWS
--- NEWS 3 Jan 2004 12:21:09 -0000 1.131
+++ NEWS 11 Jan 2004 16:59:33 -0000
@@ -3,6 +3,13 @@
 
 *** Changes since GDB 6.0:
 
+* Changes in AMD64 configurations
+
+The AMD64 target now includes the %cs and %ss registers.  As a result
+the AMD64 remote protocol has changed; this affects the floating-point
+and SSE registers.  If you rely on those registers for your debugging,
+you should upgrade gdbserver on the remote side.
+
 * Revised SPARC target
 
 The SPARC target has been completely revised, incorporating the


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]