commit | 2a0b873065edb304fa2d1c54f8de663ea638b8ab | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Tue Oct 08 18:50:24 2013 -0700 |
committer | Elliott Hughes <enh@google.com> | Wed Oct 09 13:39:13 2013 -0700 |
tree | 4753b74b87e713379965bb051482036e6726afb1 | |
parent | 777a4ee6771e6fe3362ef4f24244a44fcd0aabe4 [diff] |
Fix __errno for LP64 and clean up __get_tls. If __get_tls has the right type, a lot of confusing casting can disappear. It was probably a mistake that __get_tls was exposed as a function for mips and x86 (but not arm), so let's (a) ensure that the __get_tls function always matches the macro, (b) that we have the function for arm too, and (c) that we don't have the function for any 64-bit architecture. Change-Id: Ie9cb989b66e2006524ad7733eb6e1a65055463be