OSDN Git Service

Delete lies from x86_64 setjmp implementation.
authorJosh Gao <jmgao@google.com>
Tue, 29 Mar 2016 21:34:03 +0000 (14:34 -0700)
committerJosh Gao <jmgao@google.com>
Wed, 30 Mar 2016 01:07:32 +0000 (18:07 -0700)
commit95e789a30732ba9d51dc01a50b2e973e6330295f
tree3144d7cf89c2aaccf0ea8042de7e60150aa685af
parent7af64bd083a86df3ec2322892a5fcfcc075c2114
Delete lies from x86_64 setjmp implementation.

Previously, the implementation of setjmp on x86_64 claimed that
sigprocmask would write to two longs' worth of bytes.

Bug: http://b/27856501
Change-Id: I9f32b40ac773a0cd91a976aace5bfba6e67fb0f8
(cherry picked from commit c244fcb8a3396f94976a56379cce144c4451c3d4)
libc/arch-x86_64/bionic/setjmp.S
tests/signal_test.cpp