diff options
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/pdp11/opcode.d | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index a558102..30545fb 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2011-01-06 Paul Koning <ni1d@arrl.net> + + * gas/pdp11/opcode.d: Fix expected output for sec instruction. + 2011-01-05 Nathan Sidwell <nathan@codesourcery.com> * gas/arm/blx-bad.s: New. diff --git a/gas/testsuite/gas/pdp11/opcode.d b/gas/testsuite/gas/pdp11/opcode.d index 4b81857..eeb80da 100644 --- a/gas/testsuite/gas/pdp11/opcode.d +++ b/gas/testsuite/gas/pdp11/opcode.d @@ -32,7 +32,7 @@ Disassembly of section .text: 20: 00a4 [ ]*clz 22: 00a8 [ ]*cln 24: 00af [ ]*ccc - 26: 00a1 [ ]*clc + 26: 00b1 [ ]*sec 28: 00b2 [ ]*sev 2a: 00b4 [ ]*sez 2c: 00b8 [ ]*sen |