mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-20 22:34:14 +08:00
* 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:
@ -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>
|
2005-10-08 Paul Brook <paul@codesourcery.com>
|
||||||
|
|
||||||
* gas/arm/eabi_attr_1.s: New test.
|
* gas/arm/eabi_attr_1.s: New test.
|
||||||
|
@ -1,9 +1,10 @@
|
|||||||
#objdump: -dr --prefix-addresses --show-raw-insn
|
#objdump: -dr --prefix-addresses --show-raw-insn
|
||||||
#as: --allow-reg-prefix
|
#as: --allow-reg-prefix -little
|
||||||
#name: SH --allow-reg-prefix option
|
#name: SH --allow-reg-prefix option
|
||||||
# Test SH register names prefixed with $:
|
# Test SH register names prefixed with $:
|
||||||
|
|
||||||
.*: file format elf.*sh.*
|
.*: file format elf.*sh.*
|
||||||
|
|
||||||
Disassembly of section .text:
|
Disassembly of section .text:
|
||||||
0x00000000 01 63 movli.l @r1,r0
|
0x00000000 12 60 mov\.l @r1,r0
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
.text
|
.text
|
||||||
movli.l @r1,$r0
|
mov.l @r1,$r0
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user