This is the mail archive of the binutils-cvs@sourceware.org mailing list for the binutils 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]

src binutils/ChangeLog binutils/dwarf.c gas/Ch ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rth@sourceware.org	2008-09-24 23:21:04

Modified files:
	binutils       : ChangeLog dwarf.c 
	gas            : ChangeLog dw2gencfi.c 
	gas/doc        : as.texinfo 
	include        : ChangeLog 
	include/elf    : dwarf2.h 

Log message:
	include/
	* elf/dwarf2.h (DW_OP_GNU_encoded_addr): New.
	binutils/
	* dwarf.c (size_of_encoded_value, get_encoded_value): Move up.
	(decode_location_expression): Add section parameter.  Handle
	DW_OP_GNU_encoded_addr.
	(read_and_display_attr_value): Update decode_location_expression call.
	(display_debug_loc, display_debug_frames): Likewise.
	gas/
	* dw2gencfi.c (DWARF2_ADDR_SIZE): Provide default.
	(struct cfi_insn_data): Add ea member.
	(CFI_val_encoded_addr, dot_cfi_val_encoded_addr): New.
	(output_cfi_insn): Handle CFI_val_encoded_addr.
	(select_cie_for_fde): Don't match CFI_val_encoded_addr.
	* doc/as.texinfo (.cfi_val_encoded_addr): Document.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/ChangeLog.diff?cvsroot=src&r1=1.1370&r2=1.1371
http://sourceware.org/cgi-bin/cvsweb.cgi/src/binutils/dwarf.c.diff?cvsroot=src&r1=1.39&r2=1.40
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3636&r2=1.3637
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/dw2gencfi.c.diff?cvsroot=src&r1=1.36&r2=1.37
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.183&r2=1.184
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/ChangeLog.diff?cvsroot=src&r1=1.427&r2=1.428
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/elf/dwarf2.h.diff?cvsroot=src&r1=1.23&r2=1.24


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