commit | 3726f9c38b4b27b492e378e20c52be859225e5f3 | [log] [tgz] |
---|---|---|
author | Dan Albert <danalbert@google.com> | Fri Aug 08 15:15:29 2014 -0700 |
committer | Dan Albert <danalbert@google.com> | Fri Aug 08 22:26:47 2014 +0000 |
tree | 23112c6c1380ee88e4762b749a1a883acc530cf1 | |
parent | 1c5e415f8c4cd2cb10ad1d1cf660d17161132772 [diff] [blame] |
Revert "Fix incorrect relocations for x86." Bug: 16853291 This reverts commit 512bc5232689bec9c763c8247b59de970096ff87.
diff --git a/libc/arch-x86/bionic/vfork.S b/libc/arch-x86/bionic/vfork.S index 91453f1..ffa6b16 100644 --- a/libc/arch-x86/bionic/vfork.S +++ b/libc/arch-x86/bionic/vfork.S
@@ -38,7 +38,7 @@ jb 1f negl %eax pushl %eax - call PIC_PLT(__set_errno) + call __set_errno 1: jmp *%ecx // Jump to the stored return address. END(vfork)