From 701adfb00922a6d5f76dfa74dc13f144a50d9a9b Mon Sep 17 00:00:00 2001 From: Pedro Alves Date: Thu, 16 Jan 2020 18:11:06 +0000 Subject: [gdb] Move ChangeLog entries to their right files I spotted a few misplaced entries in the ChangeLog-2019 entries, and went on to fix them. Looking around I saw a good number of other entries in other years. Then OCD got the best of me and I fixed them all. Also fixes cases of wrong paths in entries, like "* gdb/foo.c" instead of "* foo.c". --- gdb/ChangeLog-2010 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gdb/ChangeLog-2010') diff --git a/gdb/ChangeLog-2010 b/gdb/ChangeLog-2010 index a0a3c2b..3741992 100644 --- a/gdb/ChangeLog-2010 +++ b/gdb/ChangeLog-2010 @@ -1663,7 +1663,7 @@ 2010-10-03 Paul Hilfinger - * gdb/ada-typeprint.c (print_selected_record_field_types): New function, + * ada-typeprint.c (print_selected_record_field_types): New function, incorporating and generalizing print_record_field_types. (print_record_field_types): Change return value and update comment. Re-implement using print_selected_record_field_types. @@ -2917,13 +2917,13 @@ 2010-08-11 Ken Werner - * gdb/valarith.c (vector_binop): New function. + * valarith.c (vector_binop): New function. (scalar_binop): Likewise. (value_binop): Call scalar_binop or vector_binop depending on the types. - * gdb/eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR. + * eval.c (ptrmath_type_p): Return 0 in case of TYPE_VECTOR. (evaluate_subexp_with_coercion): Add vector check to not convert vectors to pointers. - * gdb/value.c (coerce_array): Add vector check to not coerce vectors. + * value.c (coerce_array): Add vector check to not coerce vectors. 2010-08-11 Brad Roberts @@ -6915,7 +6915,7 @@ 2010-04-21 Mike Frysinger - * gdb/sparc-tdep.c (sparc32_store_return_value): Add gdb_assert () + * sparc-tdep.c (sparc32_store_return_value): Add gdb_assert () for len <= 8. 2010-04-21 Chris Moller -- cgit v1.1