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:
Michal Ludvig 2002-06-18 09:04:24 +00:00
parent f9c3326aec
commit cc22880b3e
2 changed files with 6 additions and 1 deletions

View 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

View 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. */