mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* gas/xstormy16/allinsn.d: Fix sdiv/sdivlh encodings.
This commit is contained in:
parent
9967baf0b2
commit
d12e3de5e4
@ -1,3 +1,7 @@
|
||||
2002-11-25 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* gas/xstormy16/allinsn.d: Fix sdiv/sdivlh encodings.
|
||||
|
||||
2002-11-19 DJ Delorie <dj@redhat.com>
|
||||
|
||||
* gas/xstormy16/allinsn.sh: Add sdiv, divlh, and sdivlh.
|
||||
|
@ -1072,10 +1072,10 @@ Disassembly of section \.text:
|
||||
82e: c8 00 sdiv
|
||||
|
||||
00000830 <divlh>:
|
||||
830: e8 00 divlh
|
||||
830: e0 00 divlh
|
||||
|
||||
00000832 <sdivlh>:
|
||||
832: e0 00 sdivlh
|
||||
832: e8 00 sdivlh
|
||||
|
||||
00000834 <nop>:
|
||||
834: 00 00 nop
|
||||
|
Loading…
Reference in New Issue
Block a user