aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorManish Goregaokar <manish@mozilla.com>2016-06-27 22:24:15 +0530
committerManish Goregaokar <manish@mozilla.com>2016-06-27 22:24:15 +0530
commit6763d566a8d30d1ad65dfd060a919c621dad86c4 (patch)
treef5fa87176ec721f2425a140dc74bda7847873a5c /gdb
parent921d8f549f9e35d3f83c7b1a381146a7dc1246f4 (diff)
downloadgdb-6763d566a8d30d1ad65dfd060a919c621dad86c4.zip
gdb-6763d566a8d30d1ad65dfd060a919c621dad86c4.tar.gz
gdb-6763d566a8d30d1ad65dfd060a919c621dad86c4.tar.bz2
Fix changelog
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 40adb80..2fbbc6c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,7 +1,7 @@
2016-06-27 Manish Goregaokar <manish@mozilla.com>
- * rust-lang.c (rust_print_type): Print unit types as "()"
- * rust-lang.c (rust_print_type): Omit return type for functions
+ * rust-lang.c (rust_print_type, rust_decorations): Print unit
+ types as "()", (rust_print_type): Omit return type for functions
returning unit
2016-06-25 Pierre-Marie de Rodat <derodat@adacore.com>