diff options
author | Mark Kettenis <kettenis@gnu.org> | 2004-01-11 17:00:38 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2004-01-11 17:00:38 +0000 |
commit | 3cc87ec00c060ae11f78cb3824b09dcb151505d8 (patch) | |
tree | 52947d8db35c2ceaae138c94b49ea944770450cb /gdb/NEWS | |
parent | 5bf00f29a7836dcffc1368181b66ee8f3b703861 (diff) | |
download | gdb-3cc87ec00c060ae11f78cb3824b09dcb151505d8.zip gdb-3cc87ec00c060ae11f78cb3824b09dcb151505d8.tar.gz gdb-3cc87ec00c060ae11f78cb3824b09dcb151505d8.tar.bz2 |
* NEWS: Mention that %cs and %ss have been added to the AMD64
configurations
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |