* 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:
Nick Clifton 2005-10-10 08:12:53 +00:00
parent 2336bb5846
commit df3b293657
3 changed files with 11 additions and 3 deletions

View File

@ -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.

View File

@ -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

View File

@ -1,2 +1,3 @@
.text
movli.l @r1,$r0
mov.l @r1,$r0