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]

PATCH: Fix gas/mips/vr4120.d


FYI, I checked in the following patch to fix gas/mips/vr4120.d.


H.J.
---
2002-09-30  H.J. Lu <hjl@gnu.org>

	* gas/mips/vr4120.d: Pass -m mips:4120 to objdump.

--- binutils/gas/testsuite/gas/mips/vr4120.d.mips	Mon Sep 30 09:13:32 2002
+++ binutils/gas/testsuite/gas/mips/vr4120.d	Mon Sep 30 12:49:18 2002
@@ -1,4 +1,4 @@
-#objdump: -dr
+#objdump: -dr -m mips:4120
 #name: MIPS VR4120
 #as: -march=vr4120
 
@@ -26,4 +26,4 @@ Disassembly of section \.text:
  +4c:	00a62428 	maccs	a0,a1,a2
  +50:	00a62068 	maccu	a0,a1,a2
  +54:	00a62468 	maccus	a0,a1,a2
-#...
+#pass


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