fix >80 cols in earlier entry

This commit is contained in:
Doug Evans 2011-05-13 22:09:57 +00:00
parent bbfac39e2a
commit cc63ef9bbd
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
2011-05-13 Doug Evans <dje@google.com>
* gdb.texinfo (Threads): Clarify default value for libthread-db-search-path.
* gdb.texinfo (Threads): Clarify default value for
libthread-db-search-path.
* gdb.texinfo (Completion): Update example.
(Debugging Output): Delete `set/show debug lin-lwp-async'.

View File

@ -6,7 +6,8 @@
2011-05-13 Doug Evans <dje@google.com>
* gdb.base/charset.exp: If UTF-16 is not available, skip char16_t, String16 tests.
* gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
String16 tests.
2011-05-13 Tom Tromey <tromey@redhat.com>