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-1998 | |
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-1998')
-rw-r--r-- | gdb/ChangeLog-1998 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/ChangeLog-1998 b/gdb/ChangeLog-1998 index a9038f8..5cb0303 100644 --- a/gdb/ChangeLog-1998 +++ b/gdb/ChangeLog-1998 @@ -3710,9 +3710,9 @@ Tue Dec 8 15:09:44 1998 Edith Epstein <eepstein@sophia.cygnus.com> * config/m68k/nm-linux.h: New file. * config/m68k/tm-linux.h: New file. * config/m68k/xm-linux.h: New file. - * gdb/m68klinux-nat.c: New file. + * m68klinux-nat.c: New file. * gdbserver/low-linux.c: Add support for m68k-linux. - * gdb/config/m68k/tm-m68k.h (NUM_FREGS): New macro. + * config/m68k/tm-m68k.h (NUM_FREGS): New macro. 1998-12-07 Jason Molenda (jsm@bugshack.cygnus.com) @@ -6002,7 +6002,7 @@ Mon Apr 20 15:35:03 1998 Philippe De Muyter <phdm@macqel.be> Mon Apr 20 15:32:21 1998 Mark Kettenis <kettenis@phys.uva.nl> - * gdb/gdb_string.h (strdup): Declare only if not defined as a + * gdb_string.h (strdup): Declare only if not defined as a macro. Mon Apr 20 14:18:45 1998 J. Kean Johnston <jkj@sco.com> |