commit | e951f60e77a986494fafeadf53ba726fe79c498d | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Mon Mar 08 19:21:07 2010 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Mar 10 14:36:08 2010 -0800 |
tree | 345b610e8e391624466757ca1a16da304b88ed14 | |
parent | 7df6349a63b89d279131ec7dd7e6ef1b065854f5 [diff] [blame] |
Use arch flags instead of TARGET_ARCH_VARIANT, and add support for VFP_D16 Change-Id: I6007ff21076e92b04a17fb030472a9f8842f0315
diff --git a/debuggerd/vfp.S b/debuggerd/vfp.S index 2192415..9744f6f 100644 --- a/debuggerd/vfp.S +++ b/debuggerd/vfp.S
@@ -19,6 +19,7 @@ fconstd d13, #13 fconstd d14, #14 fconstd d15, #15 +#ifdef WITH_VFP_D32 fconstd d16, #16 fconstd d17, #17 fconstd d18, #18 @@ -35,6 +36,7 @@ fconstd d29, #29 fconstd d30, #30 fconstd d31, #31 +#endif mov r0, #0 str r0, [r0] bx lr