aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2005-02-18 21:24:56 +0000
committerJoseph Myers <jsm28@gcc.gnu.org>2005-02-18 21:24:56 +0000
commitf6775e78a8f432b7ea5d6794ec6d6494d29450b6 (patch)
tree47e9328cfd73725eaca43f543f9c40e2fa84c74c /gcc/except.c
parent5b4275dbe96d3d6e5da8189adda0501e76e72a8b (diff)
downloadgcc-f6775e78a8f432b7ea5d6794ec6d6494d29450b6.zip
gcc-f6775e78a8f432b7ea5d6794ec6d6494d29450b6.tar.gz
gcc-f6775e78a8f432b7ea5d6794ec6d6494d29450b6.tar.bz2
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
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 56bc2d7..0efd12d 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);