diff options
Diffstat (limited to 'gcc/config/i370/i370.c')
-rw-r--r-- | gcc/config/i370/i370.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i370/i370.c b/gcc/config/i370/i370.c index 43b5929805c..8dd229f268d 100644 --- a/gcc/config/i370/i370.c +++ b/gcc/config/i370/i370.c @@ -294,7 +294,7 @@ static const unsigned char ebcasc[256] = #undef TARGET_ASM_FUNCTION_EPILOGUE #define TARGET_ASM_FUNCTION_EPILOGUE i370_output_function_epilogue -struct gcc_target target = TARGET_INITIALIZER; +struct gcc_target targetm = TARGET_INITIALIZER; /* Map characters from one character set to another. C is the character to be translated. */ |