summaryrefslogtreecommitdiffstats
path: root/gcc/config/d30v/d30v.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/d30v/d30v.h')
-rw-r--r--gcc/config/d30v/d30v.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/d30v/d30v.h b/gcc/config/d30v/d30v.h
index 122f535abcd..680f7c10cc2 100644
--- a/gcc/config/d30v/d30v.h
+++ b/gcc/config/d30v/d30v.h
@@ -1929,10 +1929,10 @@ typedef int CUMULATIVE_ARGS;
/* A C structure for machine-specific, per-function data.
This is added to the cfun structure. */
-typedef struct machine_function
+typedef struct machine_function GTY(())
{
/* Additionsl stack adjustment in __builtin_eh_throw. */
- struct rtx_def * eh_epilogue_sp_ofs;
+ rtx eh_epilogue_sp_ofs;
} machine_function;
OpenPOWER on IntegriCloud