summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-18 21:24:56 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2005-02-18 21:24:56 +0000
commit541d8c6b81e1803ba2c0f634a92cffb991a5881b (patch)
tree47e9328cfd73725eaca43f543f9c40e2fa84c74c /gcc/except.c
parent16f1c81b9b978738be9f62b3231a0ae67dd832e7 (diff)
downloadgcc-541d8c6b81e1803ba2c0f634a92cffb991a5881b.tar.gz
* except.c (output_function_exception_table): Call
assemble_external_libcall (eh_personality_libfunc). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95235 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c1
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);