re PR middle-end/31322 (ld: Invalid symbol type for plabel (.libs/debug_list.o, __gxx_personality_v0).)

PR middle-end/31322
	* dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
	when a personality function is used.

From-SVN: r123806
This commit is contained in:
John David Anglin 2007-04-14 00:17:41 +00:00 committed by John David Anglin
parent 44ba4c4e1c
commit 2a6acff7f9
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2007-04-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR middle-end/31322
* dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
when a personality function is used.
2007-04-13 Bob Wilson <bob.wilson@acm.org>
* config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.

View File

@ -2304,6 +2304,7 @@ output_call_frame_info (int for_eh)
{
*p++ = 'P';
augmentation_size += 1 + size_of_encoded_value (per_encoding);
assemble_external_libcall (eh_personality_libfunc);
}
if (any_lsda_needed)
{