OSDN Git Service

Fix longjmp on i386. Also adds siglongjmp.
authorManuel Novoa III <mjn3@codepoet.org>
Tue, 20 Mar 2001 15:32:43 +0000 (15:32 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Tue, 20 Mar 2001 15:32:43 +0000 (15:32 -0000)
commitb49e8dfc28b83d925f7eb9e741656e822a8bd31c
treec20707f97ebd1b93ffc73de14f470c05a7033d98
parent5e9139d3ad4edb9e5dcf08c8c5e610aab75364ff
Fix longjmp on i386.  Also adds siglongjmp.
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/i386/jmp-unwind.c [new file with mode: 0644]
libc/sysdeps/linux/i386/longjmp.c [new file with mode: 0644]