egcs/gcc ChangeLog dwarf2out.c

wilson@gcc.gnu.org wilson@gcc.gnu.org
Thu Jun 8 15:33:00 GMT 2000


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	wilson@sourceware.cygnus.com	00/06/08 15:33:18

Modified files:
	gcc            : ChangeLog dwarf2out.c 

Log message:
	Emit correct debug info for 64-bit signed enums on 64-bit host.
	* dwarf2out.c (size_of_die, case dw_val_class_const): Use
	size_of_sleb128.
	(value_format, case dw_val_class_const): Use sdata format.
	(output_die): Call output_sleb128.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/ChangeLog.diff?cvsroot=gcc&r1=1.6868&r2=1.6869
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/gcc/dwarf2out.c.diff?cvsroot=gcc&r1=1.176&r2=1.177



More information about the Gcc-cvs mailing list