r157871 - in /trunk/gcc: ChangeLog dwarf2out.c

jakub@gcc.gnu.org jakub@gcc.gnu.org
Wed Mar 31 15:37:00 GMT 2010


Author: jakub
Date: Wed Mar 31 15:37:03 2010
New Revision: 157871

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=157871
Log:
	* 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.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/dwarf2out.c



More information about the Gcc-cvs mailing list