diff options
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5978947..905d2bd 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,12 +1,12 @@ +2012-09-25 Joel Brobecker <brobecker@adacore.com> + + * linespec.c (create_sals_line_offset): Fix typo in comment. + 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com> * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and use plongest to print the array size. -2012-09-25 Joel Brobecker <brobecker@adacore.com> - - * linespec.c (create_sals_line_offset): Fix typo in comment. - 2012-09-24 Siddhesh Poyarekar <siddhesh@redhat.com> * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST. |