diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1f406fa..13e401e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-11-16 David S. Miller <davem@davemloft.net> + + * utils.c (report_command_stats): Cast delta_wall_time 'tv_sec' and + 'tv_usec' to long for printf since these fields have a type which + varies. + 2011-11-15 Doug Evans <dje@google.com> * buildsym.c (add_symbol_to_list): Delete outdated comment. |