diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-06-07 15:32:38 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-06-07 15:32:38 +0000 |
commit | a9967aef6a0e66a7a1df1b932fb9bf0597e1deea (patch) | |
tree | 5182ff272964302d8f2066c1d5483d8b8bba8958 /gdb/doc | |
parent | d41c820ec156242b9c42736a776017b5558c6f24 (diff) | |
download | gdb-a9967aef6a0e66a7a1df1b932fb9bf0597e1deea.zip gdb-a9967aef6a0e66a7a1df1b932fb9bf0597e1deea.tar.gz gdb-a9967aef6a0e66a7a1df1b932fb9bf0597e1deea.tar.bz2 |
2005-06-07 Andrew Cagney <cagney@gnu.org>
* gdb.texinfo (Contributors): Note the original multi-arch
contributors.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 7 |
2 files changed, 12 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 60cb74f..3677b5f 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,8 @@ +2005-06-07 Andrew Cagney <cagney@gnu.org> + + * gdb.texinfo (Contributors): Note the original multi-arch + contributors. + 2005-06-03 Eli Zaretskii <eliz@gnu.org> * gdb.texinfo (Registers): Add index entries for the standard diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 4b5ecc6..f8cc518 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -477,6 +477,13 @@ Cygnus Solutions, implemented the original @sc{gdb/mi} interface. Jim Blandy added support for preprocessor macros, while working for Red Hat. +Andrew Cagney designed @value{GDBN}'s architecture vector. Many +people including Andrew Cagney, Stephane Carrez, Randolph Chung, Nick +Duffek, Richard Henderson, Mark Kettenis, Grace Sainsbury, Kei +Sakamoto, Yoshinori Sato, Michael Snyder, Andreas Schwab, Jason +Thorpe, Corinna Vinschen, Ulrich Weigand, and Elena Zannoni, helped +with the migration of old architectures to this new framework. + @node Sample Session @chapter A Sample @value{GDBN} Session |