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

[PATCH] testsuite: fix expected output in pdp11 opcode test


Some years ago a bug was fixed in pdp11 gas that made it produce the wrong output for the "sec" instruction, but the test script wasn't updated at that time to match.  This patch fixes that.

Committed as obvious.

	paul

ChangeLog:

2011-01-06  Paul Koning  <ni1d@arrl.net>

	* gas/pdp11/opcode.d: Fix expected output for sec instruction.

Index: gas/pdp11/opcode.d
===================================================================
RCS file: /cvs/src/src/gas/testsuite/gas/pdp11/opcode.d,v
retrieving revision 1.2
diff -u -r1.2 opcode.d
--- gas/pdp11/opcode.d	1 Oct 2004 11:19:37 -0000	1.2
+++ gas/pdp11/opcode.d	6 Jan 2011 16:31:05 -0000
@@ -32,7 +32,7 @@
   20:	00a4 [	 ]*clz
   22:	00a8 [	 ]*cln
   24:	00af [	 ]*ccc
-  26:	00a1 [	 ]*clc
+  26:	00b1 [	 ]*sec
   28:	00b2 [	 ]*sev
   2a:	00b4 [	 ]*sez
   2c:	00b8 [	 ]*sen


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