------- Comment #3 from rafael dot carre at gmail dot com 2010-09-20 07:24 ------- I made a CVS checkout of binutils yesterday.
You're right, MOVT is supported on ARMv7 because all ARMv7 supports Thumb2, http://infocenter.arm.com/help/topic/com.arm.doc.qrc0001m/QRC0001_UAL.pdf (It says "All Thumb-2 versions of ARM v6 and above" so I suppose some ARMv6 CPU supports it too) But this instruction is emitted when an ARMv4 (mcpu=arm9tdmi) or ARMv5 (mcpu=armv5tel) CPU is used. Do you confuse ARM7 and ARMv7 ? ;) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45726