http://bugs.winehq.org/show_bug.cgi?id=30134
--- Comment #4 from André H. nerv@dawncrow.de 2012-03-28 15:33:33 CDT --- i had some ideas for the different problems: * use something like __attribute__((__arm__)) in WINAPI, but sadly gcc doesn't have an attribute to define arm/thumb per function... * forward -marm to the assembler, but sadly the linaro as only has -mthumb option!?
not sure if something like CPU_THUMB is nice to see in winebuild? further i'd like to stay as compatible as i can to other ARMs like in bug 21192, so if possible no bx or blx.
AF, any thoughts?