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-2001 | |
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-2001')
-rw-r--r-- | gdb/ChangeLog-2001 | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gdb/ChangeLog-2001 b/gdb/ChangeLog-2001 index ccd64de..98c1d36 100644 --- a/gdb/ChangeLog-2001 +++ b/gdb/ChangeLog-2001 @@ -6607,20 +6607,16 @@ Thu May 10 16:26:47 2001 Andrew Cagney <cagney@b1.cygnus.com> * NEWS: Update. 2001-04-17 Michael Snyder <msnyder@redhat.com> - + * remote.c (remote_open_1): On opening the remote target, activate the solib_create_inferior_hook, so that it can detect when the target loads shared libraries. (remote_async_open_1): Ditto. 2001-04-17 Michael Snyder <msnyder@redhat.com> - + * breakpoint.c (print_one_breakpoint): Handle 64-bit addresses. * tracepoint.c (tracepoints_info): Handle 64-bit addresses. - * testsuite/gdb.trace/deltrace.exp: Allow for 64-bit addresses. - * testsuite/gdb.trace/infotrace.exp: Ditto. - * testsuite/gdb.trace/passcount.exp: Ditto. - * testsuite/gdb.trace/while-stepping.exp: Ditto. 2001-04-17 Michael Snyder <msnyder@redhat.com> |