commit | 19d7d50c0ae23f2041b1aee4aa8a5b789e3d2020 | [log] [tgz] |
---|---|---|
author | Vladimir Marko <vmarko@google.com> | Wed May 24 13:04:14 2017 +0100 |
committer | Vladimir Marko <vmarko@google.com> | Wed May 24 13:19:23 2017 +0100 |
tree | c3483c46f7c967d21dcc1ace5d0af874f82e0288 | |
parent | a4bf3c33e501758fa8e707ef30f9ee67ea20511e [diff] |
ARM64: Fix IsAdrpPatch(). kMethodRelative patch can be an ADRP patch. Note that this minor bug had no real consequences as the patch would later be filtered out in NeedsErratum843419Thunk() because we generate the instruction sequence ADRP+ADD in this case. Also change the output for kDirectAddress from "Direct" to "DirectAddress". This kind is currently unused in checker tests. Test: Rely on TreeHugger. Bug: 30627598 Change-Id: I4e7c033aa010bbff53a554bfadd2ba0f03f69528