diff options
Diffstat (limited to 'gcc/output.h')
-rw-r--r-- | gcc/output.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/output.h b/gcc/output.h index c8fa63c..a1d5923 100644 --- a/gcc/output.h +++ b/gcc/output.h @@ -448,3 +448,6 @@ extern const char *user_label_prefix; /* Assign unique numbers to labels generated for profiling. */ extern int profile_label_no; + +/* Default target function prologue and epilogue assembler output. */ +extern void default_function_pro_epilogue PARAMS ((FILE *, HOST_WIDE_INT)); |