diff options
author | Eli Zaretskii <eliz@gnu.org> | 2005-08-27 12:51:30 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2005-08-27 12:51:30 +0000 |
commit | ab1adacd8a1980a5af7fecb6ac3ee85f41ce94bd (patch) | |
tree | 5bc74cf32aab4b6e613dcf0e5935a51384a36ab0 /gdb/doc/ChangeLog | |
parent | a94ab19323a1b38220f9d028846030d79fb1ac88 (diff) | |
download | gdb-ab1adacd8a1980a5af7fecb6ac3ee85f41ce94bd.zip gdb-ab1adacd8a1980a5af7fecb6ac3ee85f41ce94bd.tar.gz gdb-ab1adacd8a1980a5af7fecb6ac3ee85f41ce94bd.tar.bz2 |
(Variables, Symbols): Document the "<incomplete type>" message and
its reasons.
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r-- | gdb/doc/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ce69cf1..7d94de7 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -3,6 +3,8 @@ * gdb.texinfo (File Options): Don't document --mapped, it's gone since 19-Jan-2004. (Files): Likewise. + (Variables, Symbols): Document the "<incomplete type>" message and + its reasons. 2005-08-01 Fred Fish <fnf@specifix.com> |