From: Joel Brobecker Date: Tue, 25 Sep 2012 12:23:25 +0000 (+0000) Subject: Fix ChangeLog entry order (merge error). X-Git-Tag: sid-snapshot-20121001~48 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11dba07abb3a06265f043f91cffbe9fc395053b9;p=thirdparty%2Fbinutils-gdb.git Fix ChangeLog entry order (merge error). --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 59789476593..905d2bddc41 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,12 +1,12 @@ +2012-09-25 Joel Brobecker + + * linespec.c (create_sals_line_offset): Fix typo in comment. + 2012-09-25 Siddhesh Poyarekar * c-typeprint.c (c_type_print_varspec_suffix): Remove cast and use plongest to print the array size. -2012-09-25 Joel Brobecker - - * linespec.c (create_sals_line_offset): Fix typo in comment. - 2012-09-24 Siddhesh Poyarekar * m2-typeprint.c (m2_enum): Expand LASTVAL to LONGEST.