summaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2007-02-08 21:39:04 +0000
committerDaniel Jacobowitz <dan@debian.org>2007-02-08 21:39:04 +0000
commit189fa7349c0a18b67c620a73cbd56343d94abb7b (patch)
treed13e93d77cbe50d100315ea937048f39a12db4e9 /gdb/NEWS
parentb155bb99d698705d0542044d7421f89880627c22 (diff)
downloadgdb-189fa7349c0a18b67c620a73cbd56343d94abb7b.tar.gz
* features/Makefile, features/arm-with-iwmmxt.xml,
features/gdbserver-regs.xsl, features/number-regs.xsl, features/sort-regs.xsl, features/xscale-iwmmxt.xml: New files. * regformats/arm-with-iwmmxt.dat: Generate. * NEWS: Mention iWMMXt. * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New. * Makefile.in (OBS): Add $(XML_BUILTIN). (XML_DIR, XML_TARGET, XML_FILES, XML_BUILTIN): New. (clean): Update. (target.xml, xml-builtin.c, stamp-xml, arm-with-iwmmxt.o) (arm-with-iwmmxt.c): New. * config.in, configure: Regenerate. * configure.ac: Check for iWMMXt. Handle srv_xmltarget, srv_xmlbuiltin, and srv_xmlfiles. Define USE_XML. * configure.srv: Mention srv_xmltarget and srv_xmlfiles. (arm*-*-linux*): Add iWMMXt and regset support. * linux-arm-low.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define. (arm_fill_gregset, arm_store_gregset, arm_fill_wmmxregset) (arm_store_wmmxregset, target_regsets): New. * server.c (get_features_xml): Take annex argument. Check builtin XML documents. (handle_query): Handle multiple annexes.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 864f4d0c607..b81b3b69de4 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -22,6 +22,9 @@ a local file or over the remote serial protocol.
for architectures which have implemented the support (currently
only ARM).
+* The GDB remote stub, gdbserver, now supports the XScale iWMMXt
+coprocessor.
+
* New commands
set mem inaccessible-by-default