]> gcc.gnu.org Git - gcc.git/commitdiff
except.c (output_function_exception_table): Call assemble_external_libcall (eh_person...
authorJoseph Myers <joseph@codesourcery.com>
Fri, 18 Feb 2005 21:24:56 +0000 (21:24 +0000)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 18 Feb 2005 21:24:56 +0000 (21:24 +0000)
* except.c (output_function_exception_table): Call
assemble_external_libcall (eh_personality_libfunc).

From-SVN: r95235

gcc/ChangeLog
gcc/except.c

index 317bcb07796060ba537077a3d07fa165b8ab5727..eddfd7b0fc04e845817e7b7f00570409a65142af 100644 (file)
@@ -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
index 56bc2d7919903cfcf9e6fc2ee457d89f6455b831..0efd12d8fdeec1350a4f5cbbda197a901f8a02c0 100644 (file)
@@ -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);
This page took 0.069361 seconds and 5 git commands to generate.