From cc22880b3edfaa8be9302e9e634e3b91770242c6 Mon Sep 17 00:00:00 2001 From: Michal Ludvig Date: Tue, 18 Jun 2002 09:04:24 +0000 Subject: [PATCH] 2002-06-18 Michal Ludvig * frame.h (struct frame_info): Change type of context to 'struct context'. --- gdb/ChangeLog | 5 +++++ gdb/frame.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 54abec0..e84bb6f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2002-06-18 Michal Ludvig + + * frame.h (struct frame_info): Change type of context to + 'struct context'. + 2002-06-17 Andrew Cagney * gdbarch.sh (REGISTER_NAME): Change return type a constant string diff --git a/gdb/frame.h b/gdb/frame.h index c1df5fc..4406fc8 100644 --- a/gdb/frame.h +++ b/gdb/frame.h @@ -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. */ -- 2.7.4