diff options
Diffstat (limited to 'gcc/target.h')
-rw-r--r-- | gcc/target.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/target.h b/gcc/target.h index cc2640b..ad07f86 100644 --- a/gcc/target.h +++ b/gcc/target.h @@ -142,6 +142,9 @@ struct gcc_target HOST_WIDE_INT delta, HOST_WIDE_INT vcall_offset, tree function_decl)); + + /* Output any boilerplate text needed at the end of a translation unit. */ + void (*file_end) PARAMS ((void)); } asm_out; /* Functions relating to instruction scheduling. */ |