diff options
author | kmackay <kmackay@chromium.org> | 2015-05-04 11:22:46 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-04 18:23:09 +0000 |
commit | 4eb373ddb517503e20d99afd7cde9dfc439d3384 (patch) | |
tree | ed7cd0c6a6a588689beba568d06bf4e68f8b9fa9 /components | |
parent | bce10d97d6fc5233071427cf622aaad7abde9e19 (diff) | |
download | chromium_src-4eb373ddb517503e20d99afd7cde9dfc439d3384.zip chromium_src-4eb373ddb517503e20d99afd7cde9dfc439d3384.tar.gz chromium_src-4eb373ddb517503e20d99afd7cde9dfc439d3384.tar.bz2 |
Fix Thumb asm directives to allow unwinding through SyscallAsm.
The BaselinePolicy.SIGSYS_InvalidSyscall fails with Thumb and
-fno-omit-frame-pointer due to a missing .save directive that
indicates where to find r7.
I also removed the usage of r7 as the CFA register since it seems
incorrect (since r7 is clobbered).
TEST=sandbox_linux_unittests --gtest_filter=BaselinePolicy.SIGSYS_InvalidSyscall --single-process-tests (on Chromecast)
Review URL: https://codereview.chromium.org/1121083002
Cr-Commit-Position: refs/heads/master@{#328155}
Diffstat (limited to 'components')
0 files changed, 0 insertions, 0 deletions