This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos 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: ARM arch: unknown asm insn "mrc" in v5T_semantics()


Mark Salter wrote:

In general, I'm pretty uncomfortable with running the stub code in thumb
mode. For most ARM CPUs, the cache flushes done in the stub use co-proc
insns not available in thumb mode. There are also those CPUs with h/w
breakpoint/watchpoint support which require the stub to use non-thumb
insns to manipulate.

Would it be possible to provide macros for switching to ARM mode and back for these cases? I would be more comfortable with that then, say, compile certain files without -mthumb and enable thumb interworking. How do you do it now? Do you use thumb code at all?


Heiko

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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