aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-02-26 19:20:21 +0000
committerDaniel Jacobowitz <drow@false.org>2007-02-26 19:20:21 +0000
commit05a4558a934667e0e219e95d2c898f5c069b860c (patch)
treed962e2e61d078058a03b181e6b9a39026f153e8a /gdb/NEWS
parentff6f572f8b0a1f60246f90683e51635744cb7d36 (diff)
downloadgdb-05a4558a934667e0e219e95d2c898f5c069b860c.zip
gdb-05a4558a934667e0e219e95d2c898f5c069b860c.tar.gz
gdb-05a4558a934667e0e219e95d2c898f5c069b860c.tar.bz2
* Makefile.in (XMLFILES): Include $(TDEP_XML).
(filenames_h): New variable. (clean): Clean up xml-builtin.c and stamp-xml. (arm-linux-nat.o): Update. * config/arm/linux.mh (TDEP_XML): Define. * arm-linux-nat.c (PTRACE_GETWMMXREGS, PTRACE_SETWMMXREGS): Define. (arm_linux_has_wmmx_registers): New. (GET_THREAD_ID): Fix typo. (IWMMXT_REGS_SIZE): Define. (fetch_wmmx_regs, store_wmmx_regs): New. (arm_linux_fetch_inferior_registers): Use fetch_wmmx_regs. (arm_linux_store_inferior_registers): Use store_wmmx_regs. (super_xfer_partial, arm_linux_xfer_partial): New. (_initialize_arm_linux_nat): Use them. * xml-support.c (fetch_xml_builtin): Move outside HAVE_LIBEXPAT. (xml_builtin_xfer_partial): New function. * xml-support.h (xml_builtin_xfer_partial): New prototype. * NEWS: Update mention of iWMMXt support.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 90af6ce..be9c3e3 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -22,8 +22,8 @@ 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.
+* GDB and the GDB remote stub, gdbserver, now support the XScale
+iWMMXt coprocessor.
* New commands