diff options
Diffstat (limited to 'gcc/toplev.c')
| -rw-r--r-- | gcc/toplev.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index f7b2736b1e8..53fcdfe580c 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -1056,14 +1056,11 @@ compile_file (void) if (flag_mudflap) mudflap_finish_file (); - /* Likewise for emulated thread-local storage. */ - if (!targetm.have_tls) - emutls_finish (); - output_shared_constant_pool (); output_object_blocks (); /* Write out any pending weak symbol declarations. */ + weak_finish (); /* Do dbx symbols. */ |

