This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
ARM/Thumb mixed code
- To: <gcc-help at gcc dot gnu dot org>
- Subject: ARM/Thumb mixed code
- From: <arvind at CS dot Arizona dot EDU>
- Date: Wed, 17 Oct 2001 17:57:06 -0700 (MST)
Greetings,
Is there some way by which I can generate mixed ARM/Thumb code i.e
certain portions of the code be 16-bit while others are 32-bit.
I tried using the -mthumb-interwork option of gcc with the -mthumb
option, but the code generated is mostly thumb with very little 32-bit.
Without the -mthumb option the generated code is purely 32-bit.
If gcc cannot generate such mixed code are there other compilers which
can?
-Arvind