diff options
Diffstat (limited to 'gcc/except.c')
-rw-r--r-- | gcc/except.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/except.c b/gcc/except.c index 56bc2d79199..0efd12d8fde 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -3248,6 +3248,7 @@ output_function_exception_table (void) #ifdef TARGET_UNWIND_INFO /* TODO: Move this into target file. */ + assemble_external_libcall (eh_personality_libfunc); fputs ("\t.personality\t", asm_out_file); output_addr_const (asm_out_file, eh_personality_libfunc); fputs ("\n\t.handlerdata\n", asm_out_file); |