diff options
Diffstat (limited to 'gcc/config/elxsi/elxsi.c')
-rw-r--r-- | gcc/config/elxsi/elxsi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/elxsi/elxsi.c b/gcc/config/elxsi/elxsi.c index 0939bd1f36b..0a0e77bf6bf 100644 --- a/gcc/config/elxsi/elxsi.c +++ b/gcc/config/elxsi/elxsi.c @@ -47,7 +47,7 @@ static void elxsi_output_function_epilogue PARAMS ((FILE *, HOST_WIDE_INT)); #undef TARGET_ASM_FUNCTION_EPILOGUE #define TARGET_ASM_FUNCTION_EPILOGUE elxsi_output_function_epilogue -struct gcc_target target = TARGET_INITIALIZER; +struct gcc_target targetm = TARGET_INITIALIZER; /* Generate the assembly code for function entry. FILE is a stdio stream to output the code to. SIZE is an int: how many units of |