OSDN Git Service

Revert "Add implicit null and stack checks for x86"
authorDave Allison <dallison@google.com>
Thu, 10 Jul 2014 01:54:57 +0000 (01:54 +0000)
committerDave Allison <dallison@google.com>
Thu, 10 Jul 2014 01:54:57 +0000 (01:54 +0000)
commit3d14eb620716e92c21c4d2c2d11a95be53319791
treeaadce4d6bb70e549b74b537c6f75617cf533576a
parent34e826ccc80dc1cf7c4c045de6b7f8360d504ccf
Revert "Add implicit null and stack checks for x86"

It breaks cross compilation with x86_64.

This reverts commit 34e826ccc80dc1cf7c4c045de6b7f8360d504ccf.

Change-Id: I34ba07821fc0a022fda33a7ae21850957bbec5e7
32 files changed:
build/Android.gtest.mk
build/Android.oat.mk
compiler/dex/quick/arm64/codegen_arm64.h
compiler/dex/quick/arm64/int_arm64.cc
compiler/dex/quick/codegen_util.cc
compiler/dex/quick/gen_common.cc
compiler/dex/quick/gen_invoke.cc
compiler/dex/quick/mir_to_lir.h
compiler/dex/quick/x86/assemble_x86.cc
compiler/dex/quick/x86/call_x86.cc
compiler/dex/quick/x86/codegen_x86.h
compiler/dex/quick/x86/int_x86.cc
compiler/dex/quick/x86/target_x86.cc
compiler/dex/quick/x86/utility_x86.cc
compiler/dex/quick/x86/x86_lir.h
dex2oat/dex2oat.cc
runtime/Android.mk
runtime/arch/arm/fault_handler_arm.cc
runtime/arch/arm64/fault_handler_arm64.cc
runtime/arch/mips/fault_handler_mips.cc
runtime/arch/x86/fault_handler_x86.cc
runtime/arch/x86/quick_entrypoints_x86.S
runtime/arch/x86_64/fault_handler_x86_64.cc
runtime/fault_handler.cc
runtime/fault_handler.h
runtime/parsed_options.cc
runtime/runtime.cc
runtime/thread.cc
runtime/thread_linux.cc
sigchainlib/Android.mk
sigchainlib/sigchain.cc
test/Android.oat.mk