https://bugs.kde.org/show_bug.cgi?id=386425

--- Comment #7 from Austin English <austinengl...@gmail.com> ---
Re arm/thumb:
<wizardedit> so you said it's arm encoding. I noticed that configure.ac
requires thumb? Do both get used?
<Andre_H> yes, most of wine should be arm
<wizardedit> what's thumb used for?
<Andre_H> Windows Apps are Thumb-2, and to call into such functions we need the
command "blx" (branch and link while exchanging instruction set if necessary,
or something like that), if the compiler targets non-thumb (e.g. arm-only) it
doesn't like bx and blx
<wizardedit> so it targets both arm and thumb?
<Andre_H> the compiler, yes
<Andre_H> the instruction.... I'm checking this right now
<Andre_H> the instruction encoding seems to be exactly the same for both arm
and thumb-2
<Andre_H> it's definitely arm

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to