[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/10167] Thumb2 instruction ORN not supported
From: |
nickc at redhat dot com |
Subject: |
[Bug gas/10167] Thumb2 instruction ORN not supported |
Date: |
1 Jul 2009 15:59:22 -0000 |
------- 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 gas/10167] Thumb2 instruction ORN not supported,
nickc at redhat dot com <=