This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

gcc/gcc ChangeLog.rtlopt dbxout.c debug.c debu ...


CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	rtlopt-branch
Changes by:	zlomek@gcc.gnu.org	2003-01-24 21:49:19

Modified files:
	gcc            : ChangeLog.rtlopt dbxout.c debug.c debug.h 
	                 dwarf2out.c dwarfout.c final.c sdbout.c 
	                 vmsdbgout.c 

Log message:
	Daniel Berlin <dberlin@dberlin.org>
	* debug.h, dbxout.c, debug.c, dwarf2out.c, dwarfout.c, sdbout.c,
	vmsdbgout.c (struct gcc_debug_hooks): Added var_location debug hook.
	* final.c (final_scan_insn): Call var_location debug hook for each
	NOTE_INSN_VAR_LOCATION.
	* dwarf2out.c (struct gcc_debug_hooks): Call dwarf2out_begin_function
	on the beginning of function.
	(dwarf2out_begin_function): New function.
	(dwarf2out_var_location): New function.
	(struct var_loc_node): New structure.
	(loclabel_num): New variable.
	(decl_loc_table): New variable.
	(decl_loc_table_allocated): New variable.
	(decl_loc_table_in_use): New variable.
	(DECL_LOC_TABLE_INCREMENT): New macro.
	(lookup_decl_loc): New function.
	(add_var_loc_to_decl): New function.
	(output_loc_list): Inverted compare of curr->section and ".text".
	(output_loc_list): Output absolute addresses when
	separate_line_info_table_in_use.
	(mem_loc_descriptor): Added case LO_SUM and debug text for default.
	(loc_descriptor): Return if rtl == NULL.
	(loc_descriptor): Create loc descriptor.
	(add_location_or_const_value_attribute): Add loc descriptor to location
	list.
	(dwarf2out_init): Create decl_loc_table.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ChangeLog.rtlopt.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.1.2.103&r2=1.1.2.104
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dbxout.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.124.2.6&r2=1.124.2.7
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/debug.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.10.2.1&r2=1.10.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/debug.h.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.11.2.1&r2=1.11.2.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarf2out.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.382.2.5&r2=1.382.2.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/dwarfout.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.115.2.3&r2=1.115.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/final.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.266.2.8&r2=1.266.2.9
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/sdbout.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.71.2.3&r2=1.71.2.4
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/vmsdbgout.c.diff?cvsroot=gcc&only_with_tag=rtlopt-branch&r1=1.19.2.4&r2=1.19.2.5


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]