aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2006-11-14 21:53:59 +0000
committerDaniel Jacobowitz <drow@false.org>2006-11-14 21:53:59 +0000
commitca3bf3bdbe69f60b3ab1c834e621297f2fec0775 (patch)
tree059c039e2cd36a1f18c6e3f24471a554ab3ed525 /gdb/NEWS
parent427c3a89d32cedc331b0bf9a3ecb74716f123276 (diff)
downloadgdb-ca3bf3bdbe69f60b3ab1c834e621297f2fec0775.zip
gdb-ca3bf3bdbe69f60b3ab1c834e621297f2fec0775.tar.gz
gdb-ca3bf3bdbe69f60b3ab1c834e621297f2fec0775.tar.bz2
2006-11-14 Maxim Grigoriev <maxim@tensilica.com>
* NEWS: New port to Xtensa. * Makefile.in: Add dependencies for Xtensa files. * configure.tgt (xtensa*, xtensa*-*-elf*): New. * configure.host (xtensa*-*-elf*): New. * config/xtensa/xtensa.mt: New file. * xtensa-config.c: New file. * xtensa-tdep.h: New file. * xtensa-tdep.c: New file. 2006-11-14 Maxim Grigoriev <maxim@tensilica.com> * gdb.texinfo (Contributors): Add contributors of Xtensa port.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 2a5dfb9..a8d1611 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -3,6 +3,10 @@
*** Changes since GDB 6.5
+* New targets
+
+Xtensa xtensa-elf
+
* GDB can now be configured as a cross-debugger targeting native Windows
(mingw32) or Cygwin. It can communicate with a remote debugging stub
running on a Windows system over TCP/IP to debug Windows programs.