Add .arm directives for the GLX entrypoint stubs.
The ARMv7 assembly dispatch stubs for GLX are written in normal ARM, but they're missing an .arm
directive, so if the compiler is building Thumb by default, then it'll crash.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
The ARMv7 assembly dispatch stubs for GLX are written in normal ARM, but they're missing an .arm
directive, so if the compiler is building Thumb by default, then it'll crash.