]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc.
authorRoger Sayle <roger@eyesopen.com>
Sun, 10 Sep 2006 00:28:05 +0000 (00:28 +0000)
committerRoger Sayle <sayle@gcc.gnu.org>
Sun, 10 Sep 2006 00:28:05 +0000 (00:28 +0000)
* dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc.

Co-Authored-By: Nicolas Setton <setton@adacore.com>
From-SVN: r116807

gcc/ChangeLog
gcc/dwarf2out.c

index e66a8e90fe4fccd3f4f2f8c16bd1988f96ca5f14..c2b0ef201fac1c9ddca903a419a6985226aa39bf 100644 (file)
@@ -1,3 +1,8 @@
+2006-09-09  Roger Sayle  <roger@eyesopen.com>
+           Nicolas Setton <setton@adacore.com>
+
+       * dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc.
+
 2006-09-10  Andreas Schwab  <schwab@suse.de>
 
        * config/m68k/m68k.md (bungt_rev): New pattern.
index 54942235ec2d6e149f18ad21c03256d539bb0868..6d6080cc2471ebd068096b1868c6f878ca97773d 100644 (file)
@@ -10397,6 +10397,7 @@ convert_cfa_to_fb_loc_list (HOST_WIDE_INT offset)
   for (cfi = fde->dw_fde_cfi; cfi; cfi = cfi->dw_cfi_next)
     switch (cfi->dw_cfi_opc)
       {
+      case DW_CFA_set_loc:
       case DW_CFA_advance_loc1:
       case DW_CFA_advance_loc2:
       case DW_CFA_advance_loc4: