bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug gas/10810] Encoding for the Thumb MOV{S} instruction


From: rearnsha at gcc dot gnu.org
Subject: [Bug gas/10810] Encoding for the Thumb MOV{S} instruction
Date: Wed, 11 May 2011 17:12:18 +0000

http://sourceware.org/bugzilla/show_bug.cgi?id=10810

Richard Earnshaw <rearnsha at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |rearnsha at gcc dot gnu.org
         Resolution|                            |FIXED

--- Comment #1 from Richard Earnshaw <rearnsha at gcc dot gnu.org> 2011-05-11 
17:11:59 UTC ---
This appears to be fixed now:

        .syntax unified
        .thumb
        .cpu cortex-m3

        movs r1, r2
        mov r1, r2
        movs r1, r8

$ /work/rearnsha/scratch/gnu/gcc/git/gas/as-new gas.s
$ /work/rearnsha/scratch/gnu/gcc/git/binutils/objdump -d a.out 

a.out:     file format elf32-littlearm


Disassembly of section .text:

00000000 <.text>:
   0:   0011            movs    r1, r2
   2:   4611            mov     r1, r2
   4:   ea5f 0108       movs.w  r1, r8

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]