aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-02-29 13:28:24 +0000
committerAndrew Cagney <cagney@redhat.com>2000-02-29 13:28:24 +0000
commit1211c4e429f8a2e8e70558160e94d6af6490c51f (patch)
tree151b4ec86fd2214335788ed929c7414d4694016e /gdb/ChangeLog
parent2fc18c15d20c966ea7df140334e182753c3bde0e (diff)
downloadgdb-1211c4e429f8a2e8e70558160e94d6af6490c51f.zip
gdb-1211c4e429f8a2e8e70558160e94d6af6490c51f.tar.gz
gdb-1211c4e429f8a2e8e70558160e94d6af6490c51f.tar.bz2
From J.T.: Convert i386 to updated frame_saved_regs.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 907c372..451cffa 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,12 @@
+Wed Mar 1 00:06:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
+
+ From 1999-08-13 J.T. Conklin <jtc@redback.com>:
+ * config/i386/tm-i386.h (FRAME_INIT_SAVED_REGS): Replace
+ FRAME_FIND_SAVED_REGS.
+ (i386_frame_init_saved_regs): Replace i386_frame_find_saved_regs.
+ * i386-tdep.c (i386_frame_init_saved_regs, i386_pop_frame):
+ Update.
+
Tue Feb 29 23:56:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
From 2000-02-23 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>: