aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2016-11-09 15:09:31 +0000
committerPedro Alves <palves@redhat.com>2016-11-09 15:09:31 +0000
commit2806dc7eec04db49fca03e04827e3dff7f6704e0 (patch)
tree78c9d8f5071b68c46766fa129ac2dc1207016a55 /gdb/ChangeLog
parent6c73cd95f96d37dbf6092a87c8ba0f35277223a5 (diff)
downloadgdb-2806dc7eec04db49fca03e04827e3dff7f6704e0.zip
gdb-2806dc7eec04db49fca03e04827e3dff7f6704e0.tar.gz
gdb-2806dc7eec04db49fca03e04827e3dff7f6704e0.tar.bz2
Fix formattting of gdb/ChangeLog and gdb/testsuite/ChangeLog enties
Leading tab/spaces. Missing periods. Duplicate date.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog24
1 files changed, 12 insertions, 12 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index de49596..9123596 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -780,23 +780,23 @@
2016-10-29 Manish Goregaokar <manish@mozilla.com>
- * rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`
+ * rust-exp.y: Parse `sizeof(exp)` as `UNOP_SIZEOF`.
2016-10-28 Manish Goregaokar <manish@mozilla.com>
- * rust-lang.c (rust_union_is_untagged): Add function to
- check if a union is an untagged unioni
- (rust_val_print): Handle printing of untagged union values
- (rust_print_type): Handle printing of untagged union types
- (rust_evaluate_subexp): Handle evaluating field
- access on untagged unions
+ * rust-lang.c (rust_union_is_untagged): Add function to check if a
+ union is an untagged union.
+ (rust_val_print): Handle printing of untagged union values.
+ (rust_print_type): Handle printing of untagged union types.
+ (rust_evaluate_subexp): Handle evaluating field access on untagged
+ unions.
2016-10-27 Manish Goregaokar <manish@mozilla.com>
- * rust-lang.c (rust_get_disr_info): Treat univariant enums
- without discriminants as encoded enums with a real field
- * rust-lang.c (rust_evaluate_subexp): Handle field access
- on encoded struct-like enums
+ * rust-lang.c (rust_get_disr_info): Treat univariant enums without
+ discriminants as encoded enums with a real field.
+ * rust-lang.c (rust_evaluate_subexp): Handle field access on
+ encoded struct-like enums.
2016-11-03 Yao Qi <yao.qi@linaro.org>
@@ -3735,7 +3735,7 @@
2016-07-06 Manish Goregaokar <manish@mozilla.com>
- * rust-lang.c (rust_subscript): Allow subscripting pointers
+ * rust-lang.c (rust_subscript): Allow subscripting pointers.
2016-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>