This is the mail archive of the binutils@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]

Fix iwmmxt.s test


I checked in this patch to fix the iwmmxt.s test for an ARM assembler
which is not targeted at iwmmxt.


2003-10-16  Ian Lance Taylor  <ian@wasabisystems.com>

	* gas/arm/iwmmxt.d: Add -miwmmxt to #objdump line, to get the
	right disassembly.


Index: gas/arm/iwmmxt.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/arm/iwmmxt.d,v
retrieving revision 1.1
diff -u -r1.1 iwmmxt.d
--- gas/arm/iwmmxt.d	25 Mar 2003 20:55:59 -0000	1.1
+++ gas/arm/iwmmxt.d	17 Oct 2003 06:56:57 -0000
@@ -1,4 +1,4 @@
-#objdump: -dr --prefix-addresses --show-raw-insn
+#objdump: -dr --prefix-addresses --show-raw-insn -miwmmxt
 #name: Intel(r) Wireless MMX(tm) technology instructions
 #as: -mcpu=xscale+iwmmxt -EL
 


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