diff options
Diffstat (limited to 'gcc/config/i860/i860.c')
-rw-r--r-- | gcc/config/i860/i860.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i860/i860.c b/gcc/config/i860/i860.c index ae72157e774..ead357ac24c 100644 --- a/gcc/config/i860/i860.c +++ b/gcc/config/i860/i860.c @@ -70,7 +70,7 @@ rtx i860_compare_op0, i860_compare_op1; #undef TARGET_ASM_FUNCTION_EPILOGUE #define TARGET_ASM_FUNCTION_EPILOGUE i860_output_function_epilogue -struct gcc_target target = TARGET_INITIALIZER; +struct gcc_target targetm = TARGET_INITIALIZER; /* Return non-zero if this pattern, can be evaluated safely, even if it was not asked for. */ |