aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-2010
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2010
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadfsf-binutils-gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.zip
fsf-binutils-gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz
fsf-binutils-gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.bz2
[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".
Diffstat (limited to 'gdb/ChangeLog-2010')
-rw-r--r--gdb/ChangeLog-201010
1 files changed, 5 insertions, 5 deletions
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 <hilfinger@adacore.com>
- * 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 <ken.werner@de.ibm.com>
- * 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 <braddr@puremagic.com>
@@ -6915,7 +6915,7 @@
2010-04-21 Mike Frysinger <vapier@gentoo.org>
- * 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 <cmoller@redhat.com>