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]

egcs/gcc ChangeLog Makefile.in dwarf2out.c dwa ...


CVSROOT:	/cvs/gcc
Module name:	egcs
Changes by:	jason@sourceware.cygnus.com	00/01/24 21:59:18

Modified files:
	gcc            : ChangeLog Makefile.in dwarf2out.c dwarfout.c 
	gcc/config/i386: i386-protos.h i386.c i386.h 
	gcc/config/arm : telf.h unknown-elf.h 
	gcc/config/mn10200: mn10200.h 
	gcc/config/mn10300: mn10300.h 
	gcc/config/sparc: sp64-elf.h 

Log message:
	* dwarf2out.c: include "varray.h", not dyn-string.h.
	(ASM_OUTPUT_DWARF2_ADDR_CONST, ASM_NAME_TO_STRING): Lose.
	(addr_const_to_string, addr_to_string): Lose.
	(ASM_OUTPUT_DWARF_ADDR_CONST): Copy from dwarfout.c.
	(struct dw_val_struct): val_addr is now an rtx.
	(add_AT_addr, AT_addr, free_AT, output_aranges): Adjust.
	(used_rtx_varray): New varray.
	(dwarf2out_init): Initialize it.
	(save_rtx): New fn.
	(mem_loc_descriptor, add_const_value_attribute): Call it instead of
	addr_to_string.
	* arm/telf.h, arm/unknown-elf.h, mn10200.h, mn10300.h,
	sparc/sp64-elf.h: Remove definition of ASM_OUTPUT_DWARF2_ADDR_CONST.
	* Makefile.in (dwarf2out.o): Update dependencies.
	
	* i386.c (i386_dwarf_output_addr_const): New.
	* i386.h (ASM_OUTPUT_DWARF_ADDR_CONST): New.
	
	* dwarf2out.c (mem_loc_descriptor): Call ASM_SIMPLIFY_DWARF_ADDR
	if defined.
	* dwarfout.c (output_mem_loc_descriptor): Likewise.
	* i386.c (i386_simplify_dwarf_addr): New.
	* i386.h (ASM_SIMPLIFY_DWARF_ADDR): New.


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