aboutsummaryrefslogtreecommitdiff
path: root/libobjc/THREADS
AgeCommit message (Collapse)AuthorFilesLines
2010-09-08Removed obsolete intermediate threading layer.Nicola Pero1-71/+33
* thr.c: Use __gthread_objc_xxx functions directly instead of __objc_thread_xxx ones. * objc/thr.h: Removed prototypes of no longer existing __objc_thread_xxx functions. * Makefile.in: Removed thr-objc.lo. * thr-dce.c: File removed. * thr-decosf1.c: File removed. * thr-irix.c: File removed. * thr-mach.c: File removed. * thr-objc.c: File removed. * thr-os2.c: File removed. * thr-posix.c: File removed. * thr-pthreads.c: File removed. * thr-rtems.c: File removed. * thr-single.c: File removed. * thr-solaris.c: File removed. * thr-vxworks.c: File removed. * thr-win32.c: File removed. * README.threads: File removed. * THREADS.MACH: File removed. * THREADS: Updated. From-SVN: r163996
2001-06-08THREADS: Explain that when we compile libobjc inside GCC...Nicola Pero1-20/+23
2001-06-08 Nicola Pero <n.pero@mi.flashnet.it> * THREADS: Explain that when we compile libobjc inside GCC, we always use thr-objc.c as a backend, which uses GCC's thread code. From-SVN: r43058
1998-09-17Move documentation files from egcs/gcc/objc.Ben Elliston1-0/+374
From-SVN: r22461