OSDN Git Service

Rewrite vfork() as C, should now work. Changed longjmp.S and setjmp.S
authorDavid Schleef <ds@schleef.org>
Mon, 26 Nov 2001 09:19:30 +0000 (09:19 -0000)
committerDavid Schleef <ds@schleef.org>
Mon, 26 Nov 2001 09:19:30 +0000 (09:19 -0000)
commite4cfe3fb823dc44c0e3e884e53d1ae7c05ae7416
tree7ce9d1c188f48f13d57df2be1a681ce1b4e08204
parentb76b3fcd18d8c7e0ed25cccc355f6f0192c1e83b
Rewrite vfork() as C, should now work.  Changed longjmp.S and setjmp.S
to use GCC's internal ppc-asm.h, and added macro to disable FP save/
restore in longjmp and setjmp.  Fixed name of _setjmp() (was __setjmp).
Fixed _setjmp to be PIC.
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/powerpc/longjmp.S
libc/sysdeps/linux/powerpc/setjmp.S
libc/sysdeps/linux/powerpc/vfork.S [deleted file]
libc/sysdeps/linux/powerpc/vfork.c [new file with mode: 0644]