aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdb/ChangeLog6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 323d6d5..98bb3d1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,8 +1,8 @@
2011-04-26 Andrew Gontarek <andrewg@cray.com>
- * valprint.c (val_print_array_elements): Fixed poor performance
- of printing very large arrays with repeat_count_threshold set
- to unlimited. New comment.
+ * valprint.c (val_print_array_elements): Fixed poor performance
+ of printing very large arrays with repeat_count_threshold set
+ to unlimited. New comment.
2011-04-29 Tom Tromey <tromey@redhat.com>