David E. O'Brien cad1dd7bb4 Force strong references to several pthread_* functions which are weakly
referenced to by libgcc.a.

This is needed when linking statically as SVR4 (ie, ELF) behavior is to only
link in a module if it satisfies an undefined strong reference from somewhere.
(this surprises a lot of people) Things are different when using shared libs,
the entire library and its modules and their symbols are available at run-time
(when the weak reference is seen to still be unsatisfied and is satisfied on
the spot), this is not the case with static libs.

Thus one can have a static binary with unresolved week references, and at
run-time dereference a NULL pointer.

Submitted by:	eischen
2001-01-06 06:07:52 +00:00
..
2000-06-14 14:38:11 +00:00
2001-01-04 10:37:25 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-11-26 11:07:45 +00:00
2000-12-22 18:03:21 +00:00
2000-12-29 14:08:20 +00:00
1999-08-28 00:22:10 +00:00
2000-12-09 09:35:55 +00:00
2001-01-01 23:26:16 +00:00
2000-12-30 21:52:34 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
2000-12-29 14:08:20 +00:00
1999-08-28 00:22:10 +00:00
2000-12-09 09:35:55 +00:00
2000-12-29 14:08:20 +00:00
1999-08-28 00:22:10 +00:00
2000-12-29 14:08:20 +00:00
1999-08-28 00:22:10 +00:00
2000-12-29 14:08:20 +00:00