OSDN Git Service

Fixup setjmp and longjmp so they behave themselves properly now
authorEric Andersen <andersen@codepoet.org>
Thu, 31 Jan 2002 15:49:34 +0000 (15:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 31 Jan 2002 15:49:34 +0000 (15:49 -0000)
commit8dd9c51eb2f6c5dc659b426dc3bd114751adb405
tree5eeeb11b1f38660340b91c83128cdb88cad6d65b
parent290b06002e9d168438c418c508e6ab5431b05b62
Fixup setjmp and longjmp so they behave themselves properly now
on both x86 and arm...
 -Erik
13 files changed:
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/arm/__longjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arm/bsd-_setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arm/bsd-setjmp.S [new file with mode: 0644]
libc/sysdeps/linux/arm/clone.S
libc/sysdeps/linux/arm/longjmp.S [deleted file]
libc/sysdeps/linux/arm/setjmp.S
libc/sysdeps/linux/arm/vfork.S
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/longjmp.c [new file with mode: 0644]
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/jmp-unwind.c [deleted file]
libc/sysdeps/linux/i386/longjmp.c [deleted file]