Branch to __fork whenever libpthread.so is loaded.

This commit is contained in:
Andreas Schwab 2003-02-08 00:19:21 +00:00
parent 1f503475a5
commit 4053ccfddf
1 changed files with 8 additions and 3 deletions

View File

@ -29,11 +29,16 @@
ENTRY (__vfork)
#ifdef __NR_vfork
SINGLE_THREAD_P
#ifdef SHARED
tstl (__libc_pthread_functions@GOTPC, %pc)
#else
.weak __pthread_fork
movel #__pthread_fork, %d0
#endif
jbne HIDDEN_JUMPTARGET (__fork)
#ifdef __NR_vfork
/* Pop the return PC value into A0. */
movel %sp@+, %a0