This is the mail archive of the binutils-cvs@sources.redhat.com 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 dw2gencfi.c dw2gencfi.h read ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	rth@sourceware.org	2003-06-11 23:16:58

Modified files:
	gas            : ChangeLog dw2gencfi.c dw2gencfi.h read.c read.h 
	gas/doc        : as.texinfo 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/cfi: cfi.exp 
Added files:
	gas/testsuite/gas/cfi: cfi-common-3.d cfi-common-3.s 

Log message:
	* dw2gencfi.c (struct cfi_escape_data): New.
	(cfi_add_CFA_nop): Remove.
	(CFI_escape, dot_cfi_escape): New.
	(dot_cfi): Remove nop.
	(cfi_pseudo_table): Remove nop; add escape.
	(output_cfi_insn): Likewise.
	(select_cie_for_fde): Stop on escape.
	* dw2gencfi.h (cfi_add_CFA_nop): Remove.
	* read.c, read.h (do_parse_cons_expression): New.
	* doc/as.texinfo (.cfi_escape): New.
	
	* gas/cfi/cfi-common-3.[ds]: New.
	* gas/cfi/cfi.exp: Run it.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1797&r2=1.1798
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/dw2gencfi.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/dw2gencfi.h.diff?cvsroot=src&r1=1.3&r2=1.4
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/read.c.diff?cvsroot=src&r1=1.63&r2=1.64
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/read.h.diff?cvsroot=src&r1=1.17&r2=1.18
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/as.texinfo.diff?cvsroot=src&r1=1.84&r2=1.85
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.496&r2=1.497
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/cfi/cfi-common-3.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/cfi/cfi-common-3.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/cfi/cfi.exp.diff?cvsroot=src&r1=1.6&r2=1.7


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