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-2004 | |
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-2004')
-rw-r--r-- | gdb/ChangeLog-2004 | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gdb/ChangeLog-2004 b/gdb/ChangeLog-2004 index 0481c1d..e56ab22 100644 --- a/gdb/ChangeLog-2004 +++ b/gdb/ChangeLog-2004 @@ -1388,7 +1388,7 @@ 2004-11-03 Andrew Cagney <cagney@gnu.org> - * gdb/NEWS: Mention internationalization, m32r-*-linux-gnu, 'p' + * NEWS: Mention internationalization, m32r-*-linux-gnu, 'p' packet, obsolete configurations, end-of-life deprecated_registers. 2004-11-02 Mark Kettenis <kettenis@gnu.org> @@ -4209,8 +4209,6 @@ 2004-08-11 Joel Brobecker <brobecker@gnat.com> - * doc/gdbint.texinfo (Host Definition): Remove documentation - for USE_O_NOCTTY, no longer used. * config/xm-aix4.h (USE_O_NOCTTY): Remove, no longer used. * config/rs6000/xm-rs6000.h (USE_O_NOCTTY): Likewise. @@ -6693,7 +6691,7 @@ 2004-06-06 Paul Brook <paul@codesourcery.com> - * gdb/dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE + * dwarf2-frame.c (decode_frame_entry_1): Decode version 3 CIE records. 2004-06-08 Paul N. Hilfinger <Hilfinger@gnat.com> @@ -6880,7 +6878,7 @@ 2004-06-02 Albert Chin-A-Young <china@thewrittenword.com> Committed by Andrew Cagney. - * gdb/dictionary.c, gdb/gdbtypes.h: Remove trailing comma + * dictionary.c, gdbtypes.h: Remove trailing comma after last enum constant to avoid error from IBM C compiler. |