------- Additional Comments From nickc at redhat dot com  2009-07-01 15:59 
-------
Hi Anthony,

  Yes it does.  You just need to tell the assembler that you are in thumb mode. 
 ie:

  % echo ".thumb\n orn r1,r2,r3" | arm-elf-as -o /dev/null
  % arm-elf-objdump -d a.out
  [...]
   0:   ea62 0103       orn     r1, r2, r3

Cheers
  Nick


-- 


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to