diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-27 16:47:15 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2012-08-27 16:47:15 +0000 |
commit | 7afa16426aa2d92b2b59d4b7ce1e4d3e4421ff31 (patch) | |
tree | a8b3f50a52755eed6486883aee4f9bb2cfe28a5b /gdb/ChangeLog | |
parent | 28e66c70aa949a56fa6615d5b7cc095c50856543 (diff) | |
download | gdb-7afa16426aa2d92b2b59d4b7ce1e4d3e4421ff31.zip gdb-7afa16426aa2d92b2b59d4b7ce1e4d3e4421ff31.tar.gz gdb-7afa16426aa2d92b2b59d4b7ce1e4d3e4421ff31.tar.bz2 |
gdb/
* cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not
followed by a whitespace.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index dc3240a..081e82b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com> + * cli/cli-decode.c (print_doc_line): Keep skipping '.' and ',' not + followed by a whitespace. + +2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com> + PR gdb/14494. * dwarf2read.c (dwarf2_locate_sections): Move variable aflag here. Move the SEC_HAS_CONTENTS check here - for any NAMES use. |