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-2003 | |
parent | 3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff) | |
download | binutils-gdb-701adfb00922a6d5f76dfa74dc13f144a50d9a9b.tar.gz |
[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-2003')
-rw-r--r-- | gdb/ChangeLog-2003 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gdb/ChangeLog-2003 b/gdb/ChangeLog-2003 index 9a88b450c6a..0bc0a6ec7eb 100644 --- a/gdb/ChangeLog-2003 +++ b/gdb/ChangeLog-2003 @@ -2231,9 +2231,9 @@ 2003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com> - * gdb/config/h8300/tm-h8300.h (h8300_normal_mode): Add external + * config/h8300/tm-h8300.h (h8300_normal_mode): Add external declaration. - * gdb/h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode + * h8300-tdep.c (BINWORD): Update BINWORD for h8300_normal_mode (h8300_examine_prologue): Use h8300_normal_mode flag (h8300_gdbarch_init): Set architecture info for normal mode @@ -7899,7 +7899,7 @@ Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com> 2003-06-07 Adam Fedor <fedor@gnu.org> - * gdb/objc-lang.c (FETCH_ARGUMENT): Remove macro. + * objc-lang.c (FETCH_ARGUMENT): Remove macro. (OBJC_FETCH_POINTER_ARGUMENT): Shorthand macro for using FETCH_POINTER_ARGUMENT with Objective-C method arguments. (find_implementation, resolve_msgsend, resolve_msgsend_stret, @@ -11239,7 +11239,7 @@ Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com> 2003-04-01 Adam Fedor <fedor@gnu.org> - * gdb/objc-lang.c (selectors_info): Replace calls to + * objc-lang.c (selectors_info): Replace calls to SYMBOL_DEMANGLED_NAME and DEPRECATED_SYMBOL_NAME with SYMBOL_NATURAL_NAME. (classes_info, find_methods): Likewise. @@ -14236,7 +14236,7 @@ Fri Aug 8 00:28:38 UTC 2003 Brendan Conoboy <blc@redhat.com> 2002-04-02 Elena Zannoni <ezannoni@redhat.com> - * gdb/sh-tdep.c (sh_sh2e_register_name): New. + * sh-tdep.c (sh_sh2e_register_name): New. (sh2e_show_regs): New. (sh_gdbarch_init): Handle bfd_mach_sh2e. * config/sh/tm-sh.h: Added sh2e to comments. |