diff options
author | Daniel Jacobowitz <drow@false.org> | 2006-11-14 21:53:59 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2006-11-14 21:53:59 +0000 |
commit | ca3bf3bdbe69f60b3ab1c834e621297f2fec0775 (patch) | |
tree | 059c039e2cd36a1f18c6e3f24471a554ab3ed525 /gdb/NEWS | |
parent | 427c3a89d32cedc331b0bf9a3ecb74716f123276 (diff) | |
download | gdb-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |