except.c (output_function_exception_table): Call assemble_external_libcall (eh_personality_libfunc).
* except.c (output_function_exception_table): Call assemble_external_libcall (eh_personality_libfunc). From-SVN: r95235
This commit is contained in:
parent
5b4275dbe9
commit
f6775e78a8
@ -1,3 +1,8 @@
|
||||
2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
* except.c (output_function_exception_table): Call
|
||||
assemble_external_libcall (eh_personality_libfunc).
|
||||
|
||||
2005-02-18 Joseph S. Myers <joseph@codesourcery.com>
|
||||
|
||||
PR target/19886
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user