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 bfd/ChangeLog bfd/archures.c bfd/bfd-in2.h ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	jsm28@sourceware.org	2006-09-26 12:04:45

Modified files:
	bfd            : ChangeLog archures.c bfd-in2.h cpu-arm.c 
	gas            : ChangeLog 
	gas/config     : tc-arm.c 
	gas/testsuite  : ChangeLog 
	include/opcode : ChangeLog arm.h 
	opcodes        : ChangeLog arm-dis.c 
Added files:
	gas/testsuite/gas/arm: iwmmxt2.d iwmmxt2.s 

Log message:
	bfd/
	2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
	Joseph Myers  <joseph@codesourcery.com>
	Ian Lance Taylor  <ian@wasabisystems.com>
	Ben Elliston  <bje@wasabisystems.com>
	
	* archures.c: Add definition for bfd_mach_arm_iWMMXt2.
	* cpu-arm.c (processors): Add bfd_mach_arm_iWMMXt2.
	(arch_info_struct, bfd_arm_update_notes): Likewise.
	(architectures): Likewise.
	(bfd_arm_merge_machines): Check for iWMMXt2.
	* bfd-in2.h: Rebuild.
	
	gas/
	2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
	Joseph Myers  <joseph@codesourcery.com>
	Ian Lance Taylor  <ian@wasabisystems.com>
	Ben Elliston  <bje@wasabisystems.com>
	
	* config/tc-arm.c (arm_cext_iwmmxt2): New.
	(enum operand_parse_code): New code OP_RIWR_I32z.
	(parse_operands): Handle OP_RIWR_I32z.
	(do_iwmmxt_wmerge): New function.
	(do_iwmmxt_wldstd): Handle iwmmxt2 case where second operand is
	a register.
	(do_iwmmxt_wrwrwr_or_imm5): New function.
	(insns): Mark instructions as RIWR_I32z as appropriate.
	Also add torvsc<b,h,w>, wabs<b,h,w>, wabsdiff<b,h,w>,
	waddbhus<l,m>, waddhc, waddwc, waddsubhx, wavg4{r}, wmaddu{x,n},
	wmadds{x,n}, wmerge, wmiaxy{n}, wmiawxy{n}, wmul<sm,um>{r},
	wmulw<um,sm,l>{r}, wqmiaxy{n}, wqmulm{r}, wqmulwm{r}, wsubaddhx.
	(md_begin): Handle IWMMXT2.
	(arm_cpus): Add iwmmxt2.
	(arm_extensions): Likewise.
	(arm_archs): Likewise.
	
	gas/testsuite/
	2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
	Joseph Myers  <joseph@codesourcery.com>
	Ian Lance Taylor  <ian@wasabisystems.com>
	Ben Elliston  <bje@wasabisystems.com>
	
	* gas/arm/iwmmxt2.s: New file.
	* gas/arm/iwmmxt2.d: New file.
	
	include/opcode/
	2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
	Joseph Myers  <joseph@codesourcery.com>
	Ian Lance Taylor  <ian@wasabisystems.com>
	Ben Elliston  <bje@wasabisystems.com>
	
	* arm.h (ARM_CEXT_IWMMXT2, ARM_ARCH_IWMMXT2): Define.
	
	opcodes/
	2006-09-26  Mark Shinwell  <shinwell@codesourcery.com>
	Joseph Myers  <joseph@codesourcery.com>
	Ian Lance Taylor  <ian@wasabisystems.com>
	Ben Elliston  <bje@wasabisystems.com>
	
	* arm-dis.c (coprocessor_opcodes): The X-qualifier to WMADD may
	only be used with the default multiply-add operation, so if N is
	set, don't bother printing X.  Add new iwmmxt instructions.
	(IWMMXT_INSN_COUNT): Update.
	(iwmmxt_wwssnames): Qualify "wwss" names at index 2, 6, 10 and 14
	with a 'c' suffix.
	(print_insn_coprocessor): Check for iWMMXt2.  Handle format
	specifiers 'r', 'i'.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/ChangeLog.diff?cvsroot=src&r1=1.3617&r2=1.3618
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/archures.c.diff?cvsroot=src&r1=1.118&r2=1.119
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/bfd-in2.h.diff?cvsroot=src&r1=1.399&r2=1.400
http://sourceware.org/cgi-bin/cvsweb.cgi/src/bfd/cpu-arm.c.diff?cvsroot=src&r1=1.22&r2=1.23
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.3015&r2=1.3016
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/tc-arm.c.diff?cvsroot=src&r1=1.293&r2=1.294
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1075&r2=1.1076
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/iwmmxt2.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/arm/iwmmxt2.s.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/ChangeLog.diff?cvsroot=src&r1=1.326&r2=1.327
http://sourceware.org/cgi-bin/cvsweb.cgi/src/include/opcode/arm.h.diff?cvsroot=src&r1=1.10&r2=1.11
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/ChangeLog.diff?cvsroot=src&r1=1.979&r2=1.980
http://sourceware.org/cgi-bin/cvsweb.cgi/src/opcodes/arm-dis.c.diff?cvsroot=src&r1=1.71&r2=1.72


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