aboutsummaryrefslogtreecommitdiff
path: root/gdb/doc/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2017-12-01 14:16:33 -0700
committerTom Tromey <tom@tromey.com>2017-12-04 09:20:39 -0700
commit7403715e305f7733d8dfa4a8e1739f12f5180cb2 (patch)
treede65e1a894bd246c8af1a41cd08d21719aa73010 /gdb/doc/ChangeLog
parent50a1fdd59c1777672a9be0e81fe2301c2a115fce (diff)
downloadfsf-binutils-gdb-7403715e305f7733d8dfa4a8e1739f12f5180cb2.zip
fsf-binutils-gdb-7403715e305f7733d8dfa4a8e1739f12f5180cb2.tar.gz
fsf-binutils-gdb-7403715e305f7733d8dfa4a8e1739f12f5180cb2.tar.bz2
Update manual for Rust change
I realized today that a recent change to the Rust support required an update to the manual; and so I updated NEWS as well. 2017-12-04 Tom Tromey <tom@tromey.com> * NEWS: Mention Rust trait object inspection. 2017-12-04 Tom Tromey <tom@tromey.com> * gdb.texinfo (Rust): Update trait object status
Diffstat (limited to 'gdb/doc/ChangeLog')
-rw-r--r--gdb/doc/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog
index fa8180f..a108427 100644
--- a/gdb/doc/ChangeLog
+++ b/gdb/doc/ChangeLog
@@ -1,3 +1,7 @@
+2017-12-04 Tom Tromey <tom@tromey.com>
+
+ * gdb.texinfo (Rust): Update trait object status
+
2017-12-01 Andrew Cagney <cagney@redhat.com>
Joel Brobecker <brobecker@adacore.com>
Sergio Durigan Junior <sergiodj@redhat.com>