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.
_______________________________________________
bug-binutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-binutils