commit | 1a2f1bc64974254ab3246ca5c0682c5bb4317bad | [log] [tgz] |
---|---|---|
author | Ian Rogers <irogers@google.com> | Sat Aug 03 11:52:11 2013 -0700 |
committer | Ian Rogers <irogers@google.com> | Sat Aug 03 11:52:51 2013 -0700 |
tree | 6a74de43cebca5e70b8a56c3aae80da764e72be4 | |
parent | 85affca81271f573c75c32316aa6faa8e52448b1 [diff] |
Place CFA in the regular .debug_frame section. Change-Id: Id161fe9dbad3244e102337c80b0ac2d7da0c3aa9
diff --git a/runtime/arch/arm/jni_entrypoints_arm.S b/runtime/arch/arm/jni_entrypoints_arm.S index 0a0d06a..0af470c 100644 --- a/runtime/arch/arm/jni_entrypoints_arm.S +++ b/runtime/arch/arm/jni_entrypoints_arm.S
@@ -16,6 +16,8 @@ #include "asm_support_arm.S" + .cfi_sections .debug_frame + /* * Jni dlsym lookup stub. */
diff --git a/runtime/arch/arm/portable_entrypoints_arm.S b/runtime/arch/arm/portable_entrypoints_arm.S index 4cc6654..56333ba 100644 --- a/runtime/arch/arm/portable_entrypoints_arm.S +++ b/runtime/arch/arm/portable_entrypoints_arm.S
@@ -16,6 +16,8 @@ #include "asm_support_arm.S" + .cfi_sections .debug_frame + /* * Portable invocation stub. * On entry:
diff --git a/runtime/arch/arm/quick_entrypoints_arm.S b/runtime/arch/arm/quick_entrypoints_arm.S index 9b8d238..4de8c4d 100644 --- a/runtime/arch/arm/quick_entrypoints_arm.S +++ b/runtime/arch/arm/quick_entrypoints_arm.S
@@ -16,6 +16,8 @@ #include "asm_support_arm.S" + .cfi_sections .debug_frame + /* Deliver the given exception */ .extern artDeliverExceptionFromCode /* Deliver an exception pending on a thread */