mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-02-23 13:21:43 +08:00
2003-09-29 Dave Brolley <brolley@redhat.com>
* gas/frv/allinsn.s (nldqi): Removed. Replaced with nop. * gas/frv/allinsn.d (nldqi): Ditto.
This commit is contained in:
parent
c9d37158cc
commit
69ba8a0d69
@ -1,3 +1,8 @@
|
||||
2003-09-29 Dave Brolley <brolley@redhat.com>
|
||||
|
||||
* gas/frv/allinsn.s (nldqi): Removed. Replaced with nop.
|
||||
* gas/frv/allinsn.d (nldqi): Ditto.
|
||||
|
||||
2003-09-25 Hans-Peter Nilsson <hp@axis.com>
|
||||
|
||||
* gas/cris/rd-pcrel2.d: Update for changes in section flag
|
||||
|
@ -486,8 +486,8 @@ Disassembly of section .text:
|
||||
0000027c <ldqfi>:
|
||||
27c: 80 f0 10 00 ldqfi @\(sp,0\),fr0
|
||||
|
||||
00000280 <nldqi>:
|
||||
280: 83 18 10 00 nldqi @\(sp,0\),sp
|
||||
00000280 <nop>:
|
||||
280: 80 88 00 00 nop
|
||||
|
||||
00000284 <nldqfi>:
|
||||
284: 81 30 10 00 nldqfi @\(sp,0\),fr0
|
||||
|
@ -643,9 +643,9 @@ ldqi:
|
||||
ldqfi:
|
||||
ldqfi @(sp,0),fr0
|
||||
.text
|
||||
.global nldqi
|
||||
nldqi:
|
||||
nldqi @(sp,0),sp
|
||||
.global nop
|
||||
nop:
|
||||
nop
|
||||
.text
|
||||
.global nldqfi
|
||||
nldqfi:
|
||||
|
Loading…
Reference in New Issue
Block a user