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 NEWS config/tc-arm.c doc/c-a ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	nickc@sourceware.org	2003-11-06 15:30:05

Modified files:
	gas            : ChangeLog NEWS 
	gas/config     : tc-arm.c 
	gas/doc        : c-arm.texi 
	gas/testsuite  : ChangeLog 
	gas/testsuite/gas/arm: arm.exp copro.d copro.s 
	gas/testsuite/gas/elf: elf.exp 
Added files:
	gas/testsuite/gas/arm: req.l req.s 

Log message:
	* config/tc-arm.texi (struct reg_entry): Add new field 'builtin'.
	(rn_table, iwmmxt_table, cp_table, cn_table, fn_table, sn_table,
	dn_table, mav_mvf_table, mac_mvd_table, mav_mvfx_table,
	mav_mvax_table, mav_dspc_table): Initialise new field.
	(insert_reg_alias): Initialise new field.
	(md_pseudo_table): Add "unreq" entry.
	(s_unreq): New function: Undo the effects of a previous .req.
	* doc/c-arm.texi: Document new pseudo op.
	* NEWS: Mention new feature.
	* testsuite/gas/arm/req.s: New test file.  Check .req and .unreq psuedo ops.
	* testsuite/gas/arm/req.l: Expected error output from req.s test.
	* testsuite/gas/arm/copro.d: Set target architecture for objdump so that the
	test will work on architectures which cannot encode higher arm architecture
	types in their file headers.
	* testsuite/gas/arm/arm.exp: Run new req.s test.
	Skip thumb instruction test for PE targets which do not support
	thumb relocations.
	* testsuite/gas/elf/elf.exp: Skip special handling of section2 test for XScale
	targets - it is no longer needed.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.1942&r2=1.1943
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/NEWS.diff?cvsroot=src&r1=1.48&r2=1.49
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.146&r2=1.147
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/doc/c-arm.texi.diff?cvsroot=src&r1=1.19&r2=1.20
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.559&r2=1.560
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/req.l.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/req.s.diff?cvsroot=src&r1=NONE&r2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/arm.exp.diff?cvsroot=src&r1=1.21&r2=1.22
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/copro.d.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/copro.s.diff?cvsroot=src&r1=1.2&r2=1.3
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/elf/elf.exp.diff?cvsroot=src&r1=1.19&r2=1.20


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