aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2018-03-29 12:08:32 -0600
committerTom Tromey <tom@tromey.com>2018-04-12 11:03:59 -0600
commit53d7df28bcbaecaf2dca7f8a4bf829e3dd786693 (patch)
treedae1c078395b7771ed0c9469faf824e158883f1d /gdb/ChangeLog
parent70b33f195b0d76e140921db40c0bea5a7c9abc42 (diff)
downloadgdb-53d7df28bcbaecaf2dca7f8a4bf829e3dd786693.zip
gdb-53d7df28bcbaecaf2dca7f8a4bf829e3dd786693.tar.gz
gdb-53d7df28bcbaecaf2dca7f8a4bf829e3dd786693.tar.bz2
Remove old univariant code from rust-lang.c
Since moving Rust enum handling into dwarf2read.c, some old code for handling univariant enums in rust-lang.c has been obsolete. This patch removes this code. Tested on x86-64 Fedora 26, using rustc 1.23 (1.24 emits incorrect DWARF for enums and so can't be used for this test). 2018-04-12 Tom Tromey <tom@tromey.com> * rust-lang.c (rust_print_struct_def): Remove univariant code. (rust_evaluate_subexp): Likewise.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 66ca520..836ac9e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2018-04-12 Tom Tromey <tom@tromey.com>
+
+ * rust-lang.c (rust_print_struct_def): Remove univariant code.
+ (rust_evaluate_subexp): Likewise.
+
2018-04-12 Pedro Alves <palves@redhat.com>
* procfs.c (procfs_detach): Make forward declaration's prototype