aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/clipper/clipper.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/clipper/clipper.c')
-rw-r--r--gcc/config/clipper/clipper.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/clipper/clipper.c b/gcc/config/clipper/clipper.c
index 0c3f379..42a5ad7 100644
--- a/gcc/config/clipper/clipper.c
+++ b/gcc/config/clipper/clipper.c
@@ -37,13 +37,19 @@ Boston, MA 02111-1307, USA. */
#include "flags.h"
#include "recog.h"
#include "tm_p.h"
+#include "target.h"
+#include "target-def.h"
extern char regs_ever_live[];
extern int frame_pointer_needed;
static int frame_size;
+
+/* Initialize the GCC target structure. */
+struct gcc_target target = TARGET_INITIALIZER;
+
/* Compute size of a clipper stack frame where 'lsize' is the required
space for local variables. */