summaryrefslogtreecommitdiff
path: root/libobjc/thr-objc.c
Commit message (Collapse)AuthorAgeFilesLines
* hash.c, [...]: Replace "GNU CC" with "GCC".Nathanael Nerode2003-05-231-4/+4
| | | | | | | | | | | * hash.c, init.c, libobjc.def, libobjc_entry.c, linking.m, makefile.dos, misc.c, nil_method.c, objects.c, sarray.c, selector.c, sendmsg.c, thr-dce.c, thr-decosf1.c, thr-irix.c, thr-mach.c, thr-objc.c, thr-os2.c, thr-posix.c, thr-pthreads.c, thr-rtems.c, thr-single.c, thr-solaris.c, thr-vxworks.c, thr-win32.c, thr.c: Replace "GNU CC" with "GCC". From-SVN: r67134
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-161-0/+2
| | | | From-SVN: r60174
* Applied H.J.Lu's patch to not require -lpthread when compiling single ↵H.J. Lu2000-07-201-0/+181
threaded Objective-C programs. From-SVN: r35141