Browse Source

Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>

* gas/fr30/allinsn.s: Fixed more typos.
gdb-4_18-branch
Dave Brolley 28 years ago
parent
commit
4229bee92c
  1. 6
      gas/testsuite/ChangeLog
  2. 6
      gas/testsuite/gas/fr30/allinsn.s

6
gas/testsuite/ChangeLog

@ -1,6 +1,10 @@
Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>
* gas/fr30/allinsn.s: Fixed more typos.
Fri Nov 13 13:15:01 1998 Nick Clifton <nickc@cygnus.com>
* gas/fr30/allinsn.s Fixed typos and added some tests of upper
* gas/fr30/allinsn.s: Fixed typos and added some tests of upper
case vs lower case.
Tue Nov 10 14:54:47 1998 Nick Clifton <nickc@cygnus.com>

6
gas/testsuite/gas/fr30/allinsn.s

@ -213,7 +213,7 @@ ld:
lduh:
lduh @r10, r11
lduh @(r13, r12), r13
lduh @(r14, -256), r15
lduh @(r14, #-256), r15
.text
.global ldub
ldub:
@ -425,7 +425,7 @@ bhi_d:
dmov:
dmov @88H, r13
dmov r13, @54H
dmov @0x44, r13+
dmov @0x44, @r13+
dmov @R13+, @2
dmov @2cH, @-r15
dmov @r15+, @38
@ -441,7 +441,7 @@ dmovh:
dmovb:
dmovb @91H, r13
dmovb r13, @0x53
dmovb @71, r13+
dmovb @71, @r13+
dmovb @r13+, @0
.text
.global ldres

Loading…
Cancel
Save