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:
parent
44ba4c4e1c
commit
2a6acff7f9
2 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue