]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-06-18 Michal Ludvig <mludvig@suse.cz>
authorMichal Ludvig <mludvig@suse.cz>
Tue, 18 Jun 2002 09:04:24 +0000 (09:04 +0000)
committerMichal Ludvig <mludvig@suse.cz>
Tue, 18 Jun 2002 09:04:24 +0000 (09:04 +0000)
* frame.h (struct frame_info): Change type of context to
'struct context'.

gdb/ChangeLog
gdb/frame.h

index 54abec0dfe97896637f87c7fd22c46dd683791bc..e84bb6fbc766cfc147e2d96cbf91022ac68ac491 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-18  Michal Ludvig  <mludvig@suse.cz>
+
+       * frame.h (struct frame_info): Change type of context to 
+       'struct context'.
+
 2002-06-17  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (REGISTER_NAME): Change return type a constant string
index c1df5fcdda630563bbfe5234fd2ad42ecb5e4afa..4406fc8e8dae8e303c8d8b58fdd360ba388ceb92 100644 (file)
@@ -133,7 +133,7 @@ struct frame_info
 
     /* If dwarf2 unwind frame informations is used, this structure holds all
        related unwind data.  */
-    struct unwind_contect *context;
+    struct context *context;
 
     /* See description above.  Return the register value for the
        previous frame.  */