Are all ARM instruction sets supported?

Hello:)
I would like to know if a qnx image build with the strong arm instruction
set would be compliant with ARM architectures such Thumb, Jazelle as well as
DSP instruction set extensions?

Previously, Svetoslav Vasilev wrote in qdn.public.qnxrtp.strongarm:

Hello:)
I would like to know if a qnx image build with the strong arm instruction
set would be compliant with ARM architectures such Thumb, Jazelle as well as
DSP instruction set extensions?

All our code is compiled to generate ARMv4 instructions.
This means the code will run on all ARMv4 and ARMv5 processors.

We don’t yet support Thumb or Jazelle.
Our gcc/gas doesn’t implement the ARMv5E instructions.

Sunil.