forked from Imagelibrary/binutils-gdb
2002-06-18 Michal Ludvig <mludvig@suse.cz>
* frame.h (struct frame_info): Change type of context to 'struct context'.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user