This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: iWMMXt unwind support


On Tue, 2 Jan 2007, Jakub Jelinek wrote:

> Those are just 2x4 instructions, can't you use
> .word 0xfc100000+... directive and put the human readable instruction
> into a comment?  That way I guess gas won't flag it as ARM v5 code...

The ARM assembler marks which words are ARM code / Thumb code / data - 
will .word yield a word properly marked as ARM code or will it be wrongly 
marked as data?

-- 
Joseph S. Myers
joseph@codesourcery.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]