aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-02-08 21:39:04 +0000
committerDaniel Jacobowitz <drow@false.org>2007-02-08 21:39:04 +0000
commitfb1e4ffce36db7b63b85bc3a64917bda0c8ac84b (patch)
treefa96d864ea40641c4172c0b4becebddf54f02806 /gdb/NEWS
parentf3cd89f49b5b3ac6dbf0b462e8643bc5d22aa04e (diff)
downloadgdb-fb1e4ffce36db7b63b85bc3a64917bda0c8ac84b.zip
gdb-fb1e4ffce36db7b63b85bc3a64917bda0c8ac84b.tar.gz
gdb-fb1e4ffce36db7b63b85bc3a64917bda0c8ac84b.tar.bz2
* 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 864f4d0..b81b3b6 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