diff options
Diffstat (limited to 'gcc/dwarf2out.c')
-rw-r--r-- | gcc/dwarf2out.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 467ba2b1eec..cbaf0637c7d 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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) { |