Commit 2a6acff7 by John David Anglin Committed by John David Anglin

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

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
parent 44ba4c4e
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.
......
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment