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 as.c cgen.c cgen.h testsuite ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc at sourceware dot org	2003-04-08 12:47:08

Modified files:
	gas            : ChangeLog as.c cgen.c cgen.h 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/m32r: m32r.exp 
Added files:
	gas/testsuite/gas/m32r: signed-relocs.d signed-relocs.s 

Log message:
	* as.c (perform_an_assembly_pass): If using cgen, call gas_cgen_begin.
	* cgen.c (gas_cgen_begin): New function.  If flag_signed_overflow_ok is set
	call cgen_set_signed_overflow_ok otherwise call cgen_clear_signed_overflow_ok.
	* cgen.h: Prototype gas_cgen_begin.
	* testsuite/gas/m32r/m32r.exp: Run signed-relocs test.
	* testsuite/gas/m32r/signed-relocs.s: New file: Test signed relocs.
	* testsuite/gas/m32r/signed-relocs.d: New file: Expected results

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1700&r2=1.1701
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/as.c.diff?cvsroot=src&r1=1.41&r2=1.42
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/cgen.c.diff?cvsroot=src&r1=1.20&r2=1.21
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/cgen.h.diff?cvsroot=src&r1=1.11&r2=1.12
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.451&r2=1.452
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m32r/signed-relocs.d.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m32r/signed-relocs.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/m32r/m32r.exp.diff?cvsroot=src&r1=1.1.1.1&r2=1.2


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