re PR middle-end/31322 (ld: Invalid symbol type for plabel (.libs/debug_list.o, __gxx...
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 14 Apr 2007 00:17:41 +0000 (00:17 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 14 Apr 2007 00:17:41 +0000 (00:17 +0000)
PR middle-end/31322
* dwarf2out.c (output_call_frame_info): Call assemble_external_libcall
when a personality function is used.

From-SVN: r123806

gcc/ChangeLog
gcc/dwarf2out.c

index c5322d68aea89e52d3dee3f8dadfb5c29c9106aa..55def7ed345995cf7f8d7a6a5de90cb289c5a7c4 100644 (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.
index 467ba2b1eecdd0f758318d72f8d448f26394fb89..cbaf0637c7de22132bdaef910a6b753fee5812e8 100644 (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)
        {