diff options
author | Nick Clifton <nickc@redhat.com> | 2004-10-01 11:19:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-10-01 11:19:38 +0000 |
commit | 14127cc4f2b98a818bef55c977eb3ea11b0ba5ce (patch) | |
tree | 34363f9efc5cf035e143b555d9e8d626803f84d4 /gas/testsuite | |
parent | 99f5fc1b7586022516204077e4a2065d5a689213 (diff) | |
download | gdb-14127cc4f2b98a818bef55c977eb3ea11b0ba5ce.zip gdb-14127cc4f2b98a818bef55c977eb3ea11b0ba5ce.tar.gz gdb-14127cc4f2b98a818bef55c977eb3ea11b0ba5ce.tar.bz2 |
Fixes for the encoding and decoding of the PDP11's SOB instruction
Diffstat (limited to 'gas/testsuite')
-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 e7cd66c..623e629 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2004-10-01 Bill Farmer <Bill@the-farmers.freeserve.co.uk> + + * gas/pdp11/opcode.d: Fix sob opcode value. + 2004-09-30 Paul Brook <paul@codesourcery.com> * gas/arm/arch6zk.d: New file. diff --git a/gas/testsuite/gas/pdp11/opcode.d b/gas/testsuite/gas/pdp11/opcode.d index 2e6a981..4b81857 100644 --- a/gas/testsuite/gas/pdp11/opcode.d +++ b/gas/testsuite/gas/pdp11/opcode.d @@ -134,7 +134,7 @@ Disassembly of section .text: 108: 7c7f [ ]*cvtlpi 10a: 7d80 [ ]*med 10c: 7dea [ ]*xfc 52 - 10e: 7e3e [ ]*sob r0, 10c <start2\+0x106> + 10e: 7e02 [ ]*sob r0, 10c <start2\+0x106> 110: 80fd [ ]*bpl 10c <start2\+0x106> 112: 81fc [ ]*bmi 10c <start2\+0x106> 114: 82fb [ ]*bhi 10c <start2\+0x106> |