aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2001-06-06 14:46:30 +0000
committerJim Blandy <jimb@codesourcery.com>2001-06-06 14:46:30 +0000
commitb3cc30771bb218c2101d0f5499e058d121e6af07 (patch)
tree89dcb090f5433e80320078ee03fc1e5879028ef6 /gdb/ChangeLog
parentba9fe0367b0cba77783ccfc1aea0038bc0793481 (diff)
downloadgdb-b3cc30771bb218c2101d0f5499e058d121e6af07.zip
gdb-b3cc30771bb218c2101d0f5499e058d121e6af07.tar.gz
gdb-b3cc30771bb218c2101d0f5499e058d121e6af07.tar.bz2
* gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
per-architecture data should be registered at initialization time, before any gdbarch objects get used, so the generality is unnecessary.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ec0839e..ffa0147 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2001-06-06 Jim Blandy <jimb@redhat.com>
+
+ * gdbarch.sh, gdbarch.c: Revert change of 2001-06-01; all
+ per-architecture data should be registered at initialization time,
+ before any gdbarch objects get used, so the generality is
+ unnecessary.
+
2001-06-06 Keith Seitz <keiths@redhat.com>
* gdb-events.sh (function_list): Add tracepoint_create,