mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-29 23:10:26 +00:00
Fix syntax errors
This commit is contained in:
parent
4229bee92c
commit
67c72211ac
@ -1,3 +1,7 @@
|
||||
Mon Nov 16 16:50:27 1998 Nick Clifton <nickc@cygnus.com>
|
||||
|
||||
* gas/fr30/allinsn.s: Fix syntax errors.
|
||||
|
||||
Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>
|
||||
|
||||
* gas/fr30/allinsn.s: Fixed more typos.
|
||||
|
@ -203,7 +203,6 @@ ld:
|
||||
ld @(R14, 0x1fc), r7
|
||||
ld @(R15, 0x3c), r8
|
||||
ld @r15+, r9
|
||||
ld @R15+, pc
|
||||
ld @r15+, ps
|
||||
ld @R15+, tbr
|
||||
ld @r15+, rp
|
||||
@ -426,9 +425,9 @@ dmov:
|
||||
dmov @88H, r13
|
||||
dmov r13, @54H
|
||||
dmov @0x44, @r13+
|
||||
dmov @R13+, @2
|
||||
dmov @R13+, @0x2
|
||||
dmov @2cH, @-r15
|
||||
dmov @r15+, @38
|
||||
dmov @r15+, @#38
|
||||
.text
|
||||
.global dmovh
|
||||
dmovh:
|
||||
@ -442,7 +441,7 @@ dmovb:
|
||||
dmovb @91H, r13
|
||||
dmovb r13, @0x53
|
||||
dmovb @71, @r13+
|
||||
dmovb @r13+, @0
|
||||
dmovb @r13+, @0x0
|
||||
.text
|
||||
.global ldres
|
||||
ldres:
|
||||
|
Loading…
Reference in New Issue
Block a user