OSDN Git Service

Always reset CFI state.
authorIan Rogers <irogers@google.com>
Tue, 11 Mar 2014 23:29:07 +0000 (16:29 -0700)
committerIan Rogers <irogers@google.com>
Tue, 11 Mar 2014 23:29:07 +0000 (16:29 -0700)
commitc6651298ef631d787a17c4f6f751bffe9e748a28
treeeac3ef112a805da566e851b2bab535df268ba8f1
parentd46a0b1c6bc5c1058085063f9ada94d5d6708bdc
Always reset CFI state.

.cfi_startproc simple may do even less than .cfi_startproc, so don't rely on
it. Instead, use regular .cfi_startporc and always set up the expected entry
state.

Change-Id: I6d3e8b8e4a07621bc99c062359a109eb76f85184
runtime/arch/arm/asm_support_arm.S
runtime/arch/mips/asm_support_mips.S
runtime/arch/x86/asm_support_x86.S
runtime/arch/x86_64/asm_support_x86_64.S