]> git.ipfire.org Git - thirdparty/gcc.git/commit
dwarf2out.c (size_of_die): For -gdwarf-4 use uleb128 size instead of fixed 1 or 2...
authorJakub Jelinek <jakub@redhat.com>
Wed, 31 Mar 2010 15:37:03 +0000 (17:37 +0200)
committerJakub Jelinek <jakub@gcc.gnu.org>
Wed, 31 Mar 2010 15:37:03 +0000 (17:37 +0200)
commit290d8971e6e3b784a88b5c4b6b91b8d77552cb3a
treed92c2f3ed1dfcbb58f769df2fba83d1db975f4bd
parent109f4af30fe82f245ee1acdebc656d3f185eeebb
dwarf2out.c (size_of_die): For -gdwarf-4 use uleb128 size instead of fixed 1 or 2 for dw_val_class_loc and...

* dwarf2out.c (size_of_die): For -gdwarf-4 use
uleb128 size instead of fixed 1 or 2 for dw_val_class_loc
and 0 instead of 1 for dw_val_class_flag.
(value_format): For -gdwarf-4 use DW_FORM_sec_offset for
dw_val_class_range_list, dw_val_class_loc_list,
dw_val_class_lineptr and dw_val_class_macptr, use
DW_FORM_flag_present for dw_val_class_flag and
DW_FORM_exprloc for dw_val_class_loc.
(output_die): For -gdwarf-4 print dw_val_class_loc
size as uleb128 instead of 1 or 2 bytes and don't print
anything for dw_val_class_flag.

From-SVN: r157871
gcc/ChangeLog
gcc/dwarf2out.c