diff options
author | Pedro Alves <palves@redhat.com> | 2016-07-01 11:17:58 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2016-07-01 11:17:58 +0100 |
commit | 0b08e1f3a396a7f70c0746f31f4f7ee9d5ff53f9 (patch) | |
tree | bad73ceea2ffc7f4656766fff1dfe7f027571e22 /gdb | |
parent | 41699fa4a201db0d4ad1ac4a74e3f0ba50894ddf (diff) | |
download | gdb-0b08e1f3a396a7f70c0746f31f4f7ee9d5ff53f9.zip gdb-0b08e1f3a396a7f70c0746f31f4f7ee9d5ff53f9.tar.gz gdb-0b08e1f3a396a7f70c0746f31f4f7ee9d5ff53f9.tar.bz2 |
Fix formatting of some previous gdb/ChangeLog entries
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index d6054f9..3f88f7b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -15,12 +15,10 @@ 2016-06-29 Manish Goregaokar <manish@mozilla.com> -gdb/ChangeLog: * rust-lang.c (rust_get_disr_info): Initialize saveptr to NULL. 2016-06-29 Manish Goregaokar <manish@mozilla.com> -gdb/ChangeLog: * rust-lang.c (rust_get_disr_info): Use strtok_r instead of strsep. 2016-06-28 Yao Qi <yao.qi@linaro.org> @@ -31,8 +29,8 @@ gdb/ChangeLog: 2016-06-27 Manish Goregaokar <manish@mozilla.com> * rust-lang.c (rust_print_type, rust_decorations): Print unit - types as "()", (rust_print_type): Omit return type for functions - returning unit + types as "()". + (rust_print_type): Omit return type for functions returning unit. 2016-06-25 Pierre-Marie de Rodat <derodat@adacore.com> |