aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-06-11 01:31:36 +0000
committerAndrew Cagney <cagney@redhat.com>2002-06-11 01:31:36 +0000
commitdd12a1014c2c9e65779576b12f0d98621f57f0fb (patch)
tree42c32c1c7fad52dbbd55f152730c39b3f92f22ab /gdb/ChangeLog
parent57bf556389a764abae44f2864e1124df5fab0b94 (diff)
downloadgdb-dd12a1014c2c9e65779576b12f0d98621f57f0fb.zip
gdb-dd12a1014c2c9e65779576b12f0d98621f57f0fb.tar.gz
gdb-dd12a1014c2c9e65779576b12f0d98621f57f0fb.tar.bz2
Force gdbarch.c to be initialized first.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 8c3ca23..ad2d6e7 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
2002-06-10 Andrew Cagney <ac131313@redhat.com>
+ * Makefile.in (init.c): Move the call to _initialize_gdbtypes to
+ the front of the initialize list.
+
+2002-06-10 Andrew Cagney <ac131313@redhat.com>
+
* infrun.c (struct inferior_status): Replace fields
selected_frame_address and selected_level with field
selected_frame_id.