commit | e0d7cffe771bd0f4970051898b022d3f609fe28d | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Mon Jul 27 10:10:44 2015 -0700 |
committer | Andreas Gampe <agampe@google.com> | Tue Aug 04 08:15:38 2015 -0700 |
tree | c169272181e964f7d3103e5b19a186018b44f3ef | |
parent | 0c9c5bbdd6976c21602b92d9b455e6fe5d769fb0 [diff] |
ART: Fix arm32 assembly for Clang Clang ignores .thumb_func and requires an explicit .thumb directive, as given by the ARM Unified Assembler Language. Conditionally add .thumb to thumb2 functions. Bug: 22762844 Change-Id: I08abdb5f4e0ba5135d4ed850ca3e284203f95a03