Branch to __fork whenever libpthread.so is loaded.
authorAndreas Schwab <schwab@suse.de>
Sat, 8 Feb 2003 00:19:21 +0000 (00:19 +0000)
committerAndreas Schwab <schwab@suse.de>
Sat, 8 Feb 2003 00:19:21 +0000 (00:19 +0000)
linuxthreads/sysdeps/unix/sysv/linux/m68k/vfork.S

index ba25cb1..475bb6e 100644 (file)
 
 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