diff options
author | Michael Chastain <mec@google.com> | 2003-09-22 23:20:54 +0000 |
---|---|---|
committer | Michael Chastain <mec@google.com> | 2003-09-22 23:20:54 +0000 |
commit | af6cf26dcbd446c77ef6064b930ea270dfc0de5c (patch) | |
tree | d5b276fc2cc7f4b128b09a8c76e3c044097418e1 /gdb/doc | |
parent | 592e30103586ae9684ee82413272543c81317b08 (diff) | |
download | gdb-af6cf26dcbd446c77ef6064b930ea270dfc0de5c.zip gdb-af6cf26dcbd446c77ef6064b930ea270dfc0de5c.tar.gz gdb-af6cf26dcbd446c77ef6064b930ea270dfc0de5c.tar.bz2 |
2003-09-22 Michael Chastain <mec@shout.net>
* gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/doc/gdbint.texinfo | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index 4373944..2c6c4ee 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,7 @@ +2003-09-22 Michael Chastain <mec@shout.net> + + * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp. + 2003-09-21 Anthony Green <green@redhat.com> * gdbint.texinfo (Target Architecture Definition): Fix typos. diff --git a/gdb/doc/gdbint.texinfo b/gdb/doc/gdbint.texinfo index c9074b2..2713653 100644 --- a/gdb/doc/gdbint.texinfo +++ b/gdb/doc/gdbint.texinfo @@ -6390,7 +6390,7 @@ for prototypes). @item gdb.@var{lang} Language-specific tests for any language @var{lang} besides C. Examples are -@file{gdb.c++} and @file{gdb.java}. +@file{gdb.cp} and @file{gdb.java}. @item gdb.@var{platform} Non-portable tests. The tests are specific to a specific configuration |