* dummy-frame.h (frame.h): Include it.
(struct frame_id): Remove declaration.
This commit is contained in:
parent
96497422d6
commit
52163a60e6
@ -1,3 +1,8 @@
|
|||||||
|
2008-09-08 David Daney <ddaney@avtrex.com>
|
||||||
|
|
||||||
|
* dummy-frame.h (frame.h): Include it.
|
||||||
|
(struct frame_id): Remove declaration.
|
||||||
|
|
||||||
2008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
|
2008-09-05 Ulrich Weigand <uweigand@de.ibm.com>
|
||||||
|
|
||||||
* spu-tdep.c (spu_push_dummy_code): New function.
|
* spu-tdep.c (spu_push_dummy_code): New function.
|
||||||
|
@ -20,10 +20,11 @@
|
|||||||
#if !defined (DUMMY_FRAME_H)
|
#if !defined (DUMMY_FRAME_H)
|
||||||
#define DUMMY_FRAME_H 1
|
#define DUMMY_FRAME_H 1
|
||||||
|
|
||||||
|
#include "frame.h"
|
||||||
|
|
||||||
struct frame_info;
|
struct frame_info;
|
||||||
struct regcache;
|
struct regcache;
|
||||||
struct frame_unwind;
|
struct frame_unwind;
|
||||||
struct frame_id;
|
|
||||||
|
|
||||||
/* Push the information needed to identify, and unwind from, a dummy
|
/* Push the information needed to identify, and unwind from, a dummy
|
||||||
frame onto the dummy frame stack. */
|
frame onto the dummy frame stack. */
|
||||||
|
Loading…
Reference in New Issue
Block a user