* gas/sh/reg-prefix.s: Use mov.l instruction in preference to movli.l.
* gas/sh/reg-prefix.d: Force little endian assembly.
This commit is contained in:
parent
2336bb5846
commit
df3b293657
@ -1,3 +1,9 @@
|
||||
2005-10-10 Nick Clifton <nickc@redhat.com>
|
||||
|
||||
* gas/sh/reg-prefix.s: Use mov.l instruction in preference to
|
||||
movli.l.
|
||||
* gas/sh/reg-prefix.d: Force little endian assembly.
|
||||
|
||||
2005-10-08 Paul Brook <paul@codesourcery.com>
|
||||
|
||||
* gas/arm/eabi_attr_1.s: New test.
|
||||
|
@ -1,9 +1,10 @@
|
||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||
#as: --allow-reg-prefix
|
||||
#as: --allow-reg-prefix -little
|
||||
#name: SH --allow-reg-prefix option
|
||||
# Test SH register names prefixed with $:
|
||||
|
||||
.*: file format elf.*sh.*
|
||||
|
||||
Disassembly of section .text:
|
||||
0x00000000 01 63 movli.l @r1,r0
|
||||
0x00000000 12 60 mov\.l @r1,r0
|
||||
|
||||
|
@ -1,2 +1,3 @@
|
||||
.text
|
||||
movli.l @r1,$r0
|
||||
mov.l @r1,$r0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user