dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc.
* dwarf2out.c (convert_cfa_to_fb_loc_list): Handle DW_CFA_set_loc. Co-Authored-By: Nicolas Setton <setton@adacore.com> From-SVN: r116807
This commit is contained in:
parent
c7727b4a3f
commit
66cc73628c
2 changed files with 6 additions and 0 deletions
|
@ -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.
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue