Andrew Turner b206d4e77f Work around an ARM EABI issue where clang would sometimes incorrectly align
the stack in a leaf function that uses TLS.

The issue is, when using TLS, the function is no longer a leaf as it calls
__aeabi_read_tp. With statically linked programs this is not an issue as
it doesn't make use of the stack, however with dynamically linked
applications we enter rtld which does use the stack and makes assumptions
about it's alignment.

This is only a temporary fix until a better patch can be made and submitted
upstream.
2013-07-02 08:04:41 +00:00
..
2013-03-27 10:11:43 +00:00
2013-06-18 19:35:51 +00:00
2013-05-08 20:04:32 +00:00
2013-05-30 16:16:28 +00:00
2013-06-17 10:28:55 +00:00
2013-01-11 17:34:30 +00:00
2013-05-21 19:23:49 +00:00
2013-06-24 21:13:58 +00:00
2013-06-17 18:34:34 +00:00
2012-09-22 17:47:37 +00:00
2013-01-31 08:55:21 +00:00
2013-05-30 08:02:00 +00:00
2013-04-15 18:35:09 +00:00
2013-01-03 07:25:30 +00:00
2013-04-21 17:09:51 +00:00
2013-06-18 16:36:21 +00:00
2012-02-22 03:36:15 +00:00
2013-04-05 09:51:31 +00:00
2012-12-22 21:32:12 +00:00