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/doc | |
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/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index e0ba6df..97f5018 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-14 Maxim Grigoriev <maxim@tensilica.com> + + * gdb.texinfo (Contributors): Add contributors of Xtensa port. + 2006-11-14 Daniel Jacobowitz <dan@codesourcery.com> * gdb.texinfo (Remote configuration): Rewrite documentation for diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index e3b8a16..0491816 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -497,6 +497,11 @@ Jacobowitz, Jeff Johnston, Mark Kettenis, Theodore A. Roth, Kei Sakamoto, Yoshinori Sato, Michael Snyder, Corinna Vinschen, and Ulrich Weigand. +Christian Zankel, Ross Morley, Bob Wilson, and Maxim Grigoriev from +Tensilica, Inc.@: contributed support for Xtensa processors. Others +who have worked on the Xtensa port of @value{GDBN} in the past include +Steve Tjiang, John Newlin, and Scott Foehner. + @node Sample Session @chapter A Sample @value{GDBN} Session |