aboutsummaryrefslogtreecommitdiff
path: root/gcc/objc/thr-posix.c
AgeCommit message (Collapse)AuthorFilesLines
1998-09-17config-lang.in: Do not output the name of the selected thread file when ↵Ben Elliston1-210/+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-27(__objc_thread_yield): Use sched_yield instead.Richard Kenner1-1/+1
From-SVN: r14327
1997-06-25Completely rework according to new interface.Richard Kenner1-226/+114
From-SVN: r14310
1997-02-02(__objc_runtime_mutex): Eliminate leading underscore from name of objcRichard Kenner1-18/+18
mutex and thread structures. From-SVN: r13598
1996-09-22Replace use of __objc_xmalloc and free with objc_malloc and objc_free.Richard Kenner1-3/+3
From-SVN: r12768
1996-06-07Now compiles as a separate source file, so include appropriateRichard Kenner1-3/+4
Objective-C headers. From-SVN: r12217
1996-05-17Initial revisionRichard Kenner1-0/+321
From-SVN: r11985