From: Doug Evans Date: Fri, 13 May 2011 22:09:57 +0000 (+0000) Subject: fix >80 cols in earlier entry X-Git-Tag: sid-snapshot-20110601~199 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cc63ef9bbdfa5186ffe3b0e2cfbfaee2cc94bc1a;p=thirdparty%2Fbinutils-gdb.git fix >80 cols in earlier entry --- diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index ccdce9a50c7..47e3257c15d 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,6 +1,7 @@ 2011-05-13 Doug Evans - * 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'. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e5c12b8f119..75c73099186 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -6,7 +6,8 @@ 2011-05-13 Doug Evans - * 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