From: Nick Clifton Date: Mon, 10 Oct 2005 08:12:53 +0000 (+0000) Subject: * gas/sh/reg-prefix.s: Use mov.l instruction in preference to movli.l. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=df3b293657ae8cee24fb8b6444e18612c16d1ddd;p=binutils-gdb.git * gas/sh/reg-prefix.s: Use mov.l instruction in preference to movli.l. * gas/sh/reg-prefix.d: Force little endian assembly. --- diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 6896141f663..ab3ce313cec 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,9 @@ +2005-10-10 Nick Clifton + + * 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 * gas/arm/eabi_attr_1.s: New test. diff --git a/gas/testsuite/gas/sh/reg-prefix.d b/gas/testsuite/gas/sh/reg-prefix.d index 82896c6a6e0..1821bbce3b2 100644 --- a/gas/testsuite/gas/sh/reg-prefix.d +++ b/gas/testsuite/gas/sh/reg-prefix.d @@ -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 + diff --git a/gas/testsuite/gas/sh/reg-prefix.s b/gas/testsuite/gas/sh/reg-prefix.s index 13a7c1229af..8600af126b3 100644 --- a/gas/testsuite/gas/sh/reg-prefix.s +++ b/gas/testsuite/gas/sh/reg-prefix.s @@ -1,2 +1,3 @@ .text - movli.l @r1,$r0 + mov.l @r1,$r0 +