* gas/sh/reg-prefix.d: Force little endian assembly.
+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.
#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
+
.text
- movli.l @r1,$r0
+ mov.l @r1,$r0
+