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/gas ChangeLog dwarf2dbg.c dwarf2dbg.h doc/ ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rth@sourceware.org	2005-09-07 11:41:25

Modified files:
	gas            : ChangeLog dwarf2dbg.c dwarf2dbg.h 
	gas/doc        : as.texinfo 
	gas/testsuite  : ChangeLog 
Added files:
	gas/testsuite/gas/lns: lns-common-1.d lns-common-1.s 
	                       lns-diag-1.l lns-diag-1.s lns.exp 

Log message:
	* dwarf2dbg.c: Include safe-ctype.h.
	(DWARF2_LINE_OPCODE_BASE): Bump to 13.
	(current): Initialize.
	(dwarf2_emit_insn): Clear DWARF2_FLAG_BASIC_BLOCK,
	DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN.
	(dwarf2_directive_file): Cope with invalid filename.
	(dwarf2_directive_loc): Add handling for basic_block, prologue_end,
	epilogue_begin, is_stmt, isa.
	(emit_inc_line_addr): Move line_delta == 0, addr_delta == 0 special
	case down lower.
	(process_entries): Handle isa, DWARF2_FLAG_PROLOGUE_END,
	and DWARF2_FLAG_EPILOGUE_BEGIN.
	(out_debug_line): Emit sizes for DW_LNS_set_prologue_end,
	DW_LNS_set_epilogue_begin, DW_LNS_set_isa.
	* dwarf2dbg.h (DWARF2_FLAG_IS_STMT): Rename from DWARF2_FLAG_BEGIN_STMT.        (DWARF2_FLAG_BASIC_BLOCK): Rename from DWARF2_FLAG_BEGIN_BLOCK.
	(DWARF2_FLAG_PROLOGUE_END, DWARF2_FLAG_EPILOGUE_BEGIN): New.
	(struct dwarf2_line_info): Add isa member.
	* doc/as.texinfo (LNS directives): New node.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.2658&r2=1.2659
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/dwarf2dbg.c.diff?cvsroot=src&r1=1.76&r2=1.77
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/dwarf2dbg.h.diff?cvsroot=src&r1=1.15&r2=1.16
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.125&r2=1.126
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.906&r2=1.907
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/lns/lns-common-1.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/lns/lns-common-1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/lns/lns-diag-1.l.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/lns/lns-diag-1.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/lns/lns.exp.diff?cvsroot=src&r1=NONE&r2=1.1


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