GCC put the LLInt code into .rodata section and that casues alignment problem on ARM. I tried several alignment settings (.align, .balign) but none of them worked for me on Thumb2. When I forced to put it to .text section it worked well.
Created attachment 212802 [details] proposed fix
Comment on attachment 212802 [details] proposed fix Clearing flags on attachment: 212802 Committed r156549: <http://trac.webkit.org/changeset/156549>
All reviewed patches have been landed. Closing bug.