aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog-2001
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
committerPedro Alves <palves@redhat.com>2020-01-16 18:11:06 +0000
commit701adfb00922a6d5f76dfa74dc13f144a50d9a9b (patch)
tree65371b0978818cd32037c0466a271566c4f6ec36 /gdb/ChangeLog-2001
parent3112ed9799124edf4d1f9c903da0d59f5a4ca102 (diff)
downloadgdb-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-20018
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>