On Wed, Oct 30, 2002 at 09:09:16AM -0800, David O'Brien wrote:
> On Wed, Oct 30, 2002 at 09:23:53AM -0700, Chad David wrote:
> >
> > Which brings us back to my original question... why are ObjC threads
> > disabled? I don't much care about my other patches, I just want
> > to know who the 10 others are who will break if we enable threads,
> > and how to fix that breakage. My minor patches were only posted because
> > you asked :).
>
> I am not sure. But for some reason you didn't provide a patch that would
> turn them on. All you provided was a minor patches that really should go
> thru the offical FSF GCC repo in-route to FreeBSD. So back to my
> original request. Do you have a patch for changing this part of the way
> we configure and build ObjC that you feel might be wrong?
That is fair. Here is a patch to start with. There are minor problems
with thr-posix.c, but I'll take them up with the appropriate people.
Thanks.
--
Chad David [EMAIL PROTECTED]
www.FreeBSD.org [EMAIL PROTECTED]
ISSci Inc. Calgary, Alberta Canada
Index: Makefile
===================================================================
RCS file: /mnt1/ncvs/src/gnu/lib/libobjc/Makefile,v
retrieving revision 1.14
diff -u -d -r1.14 Makefile
--- Makefile 12 May 2002 16:00:46 -0000 1.14
+++ Makefile 29 Oct 2002 21:34:52 -0000
@@ -11,7 +11,7 @@
SRCS= archive.c class.c encoding.c gc.c hash.c init.c misc.c \
nil_method.c objects.c sarray.c selector.c sendmsg.c \
- thr.c thr-single.c \
+ thr.c thr-posix.c \
NXConstStr.m Object.m Protocol.m linking.m
INCS= encoding.h hash.h objc-api.h objc-list.h objc.h runtime.h \