diff options
author | Paul Koning <pkoning@equallogic.com> | 2011-01-06 16:31:39 +0000 |
---|---|---|
committer | Paul Koning <pkoning@equallogic.com> | 2011-01-06 16:31:39 +0000 |
commit | 663055845203f3a548a59ffd2849e6e1f9312799 (patch) | |
tree | ba3b6a1d1507278496f0372a0aeed9bcc3b31419 /gas | |
parent | 16dfc9cef0ec7055300d67beb252912c512f2d77 (diff) | |
download | gdb-663055845203f3a548a59ffd2849e6e1f9312799.zip gdb-663055845203f3a548a59ffd2849e6e1f9312799.tar.gz gdb-663055845203f3a548a59ffd2849e6e1f9312799.tar.bz2 |
* gas/pdp11/opcode.d: Fix expected output for sec instruction.
Diffstat (limited to 'gas')
-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 |