* gas/sh/reg-prefix.s: Use mov.l instruction in preference to movli.l.
authorNick Clifton <nickc@redhat.com>
Mon, 10 Oct 2005 08:12:53 +0000 (08:12 +0000)
committerNick Clifton <nickc@redhat.com>
Mon, 10 Oct 2005 08:12:53 +0000 (08:12 +0000)
* gas/sh/reg-prefix.d: Force little endian assembly.

gas/testsuite/ChangeLog
gas/testsuite/gas/sh/reg-prefix.d
gas/testsuite/gas/sh/reg-prefix.s

index 6896141f66372fe6811f9f736b8b1f7f1adcfff2..ab3ce313cec53fbe7827279a697e9cc4acee3de5 100644 (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.
index 82896c6a6e0039ce1b2f6b48696cda5c65418c0e..1821bbce3b2b6ff6df7216744876879880af6725 100644 (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
+
index 13a7c1229af078dbe299c29f40d25be976526bcf..8600af126b30ab716ca90482ed87a4efb3b1df93 100644 (file)
@@ -1,2 +1,3 @@
         .text
-       movli.l @r1,$r0
+       mov.l @r1,$r0
+