diff options
author | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-01-16 18:11:06 +0000 |
commit | 701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch) | |
tree | 65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2016 | |
parent | 3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff) | |
download | gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.zip gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz 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-2016')
-rw-r--r-- | gdb/ChangeLog-2016 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/ChangeLog-2016 b/gdb/ChangeLog-2016 index db6e913..c99ff70 100644 --- a/gdb/ChangeLog-2016 +++ b/gdb/ChangeLog-2016 @@ -8556,7 +8556,7 @@ 2016-03-29 Don Breazeal <donb@codesourcery.com> - * gdb/value.c (value_actual_type): Fix formatting issue. + * value.c (value_actual_type): Fix formatting issue. 2016-03-23 Yao Qi <yao.qi@linaro.org> @@ -9336,7 +9336,7 @@ * amd64-tdep.c (amd64_ax_pseudo_register_collect): New function. (amd64_init_abi): Fill ax_pseudo_register_collect hook. - * gdb/i386-tdep.c (i386_pseudo_register_read_into_value): Remove + * i386-tdep.c (i386_pseudo_register_read_into_value): Remove misleading comment. (i386_pseudo_register_write): Ditto. (i386_ax_pseudo_register_collect): New function. |