diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e735272..85beca8 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ 2017-04-12 Tom Tromey <tom@tromey.com> + * printcmd.c (find_instruction_backward): Use std::vector. + +2017-04-12 Tom Tromey <tom@tromey.com> + * symfile.c (objfilep): Remove typedef. (reread_symbols): Use a std::vector. |