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-2013 | |
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-2013')
-rw-r--r-- | gdb/ChangeLog-2013 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog-2013 b/gdb/ChangeLog-2013 index 897ad2a..5e6818f 100644 --- a/gdb/ChangeLog-2013 +++ b/gdb/ChangeLog-2013 @@ -6265,9 +6265,9 @@ 2013-06-21 Joel Brobecker <brobecker@adacore.com> - * gdb/gnulib/Makefile.in: Update date in copyright header. - * gdb/gnulib/configure.ac: Ditto. - * gdb/gnulib/update-gnulib.sh: Ditto. + * gnulib/Makefile.in: Update date in copyright header. + * gnulib/configure.ac: Ditto. + * gnulib/update-gnulib.sh: Ditto. 2013-06-21 Joel Brobecker <brobecker@adacore.com> |