diff options
Diffstat (limited to 'gcc/c-lang.c')
-rw-r--r-- | gcc/c-lang.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/c-lang.c b/gcc/c-lang.c index 21b8f0f..ab36a2e 100644 --- a/gcc/c-lang.c +++ b/gcc/c-lang.c @@ -242,6 +242,9 @@ finish_file () assemble_destructor (IDENTIFIER_POINTER (fnname)); } #endif + + if (back_end_hook) + (*back_end_hook) (getdecls ()); } /* Called during diagnostic message formatting process to print a |