aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/thr-pthreads.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when ↵Ben Elliston1-218/+0
building the front-end. Sun Sep 13 08:13:39 1998 Ben Elliston <bje@cygnus.com> * objc/config-lang.in: Do not output the name of the selected thread file when building the front-end. The Makefile for the runtime library will do this. * objc/Make-lang.in: Do not build the runtime library or install the Objective C header files. The Makefile for the runtime library will do this. * objc/Makefile.in (all.indirect): Only build the front-end. (compiler): Rename to `frontend'. (obj-runtime): Remove target. (copy-headers): Likewise. (clean): No need to remove `libobjc.a' any longer. From-SVN: r22459
1997-06-25Completely rework according to new interface.Richard Kenner1-277/+77
From-SVN: r14310
1997-03-16Correct include path.Richard Kenner1-1/+1
From-SVN: r13716
1997-02-02(objc_condition_{,de}allocate): New functions.Richard Kenner1-26/+131
(objc_condition_{wait,broadcast,signal}): New functions. (__objc_runtime_mutex): Eliminate leading underscore from name of objc mutex and thread structures. From-SVN: r13595
1996-09-22Replace use of __objc_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-3/+3
From-SVN: r12768
1996-06-07Initial revisionRichard Kenner1-0/+313
From-SVN: r12220