assemble_external_libcall (eh_personality_libfunc).
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95235
138bc75d-0d04-0410-961f-
82ee72b054a4
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
* config/ia64/ia64.h (struct machine_function): Add state_num.
* config/ia64/ia64.c (process_epilogue,
#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);