]> granicus.if.org Git - gc/commitdiff
* linux_threads.c: Don't reference __pthread_initial_thread_bos.
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 30 Apr 1999 16:00:28 +0000 (16:00 +0000)
committerguest <ivmai@mail.ru>
Fri, 29 Jul 2011 06:54:16 +0000 (10:54 +0400)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26711 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
linux_threads.c

index 6845bb154a1193d53820b7476c5feccc2da600a3..405df171b9b0076c5d6c43844a655f718b7554db 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1999-04-30  Tom Tromey  <tromey@cygnus.com>
+
+       * linux_threads.c: Don't reference __pthread_initial_thread_bos.
+
 1999-04-26  Tom Tromey  <tromey@cygnus.com>
 
        * dyn_load.c (GC_FirstDLOpenedLinkMap): Declare _DYNAMIC as
index 12e71cea1fe36d5f2b4e3f29929b6714db487706..f83e1dd37b25a69cb2e1ef2d0fec68ffa0093c44 100644 (file)
@@ -118,8 +118,13 @@ package, we generate a dummy reference to `__pthread_initial_thread_bos',
 which is a symbol defined in LinuxThreads, but (hopefully) not in other
 thread packages.
 */
+#if 0
+/* Note: on Caldera OpenLinux, this symbols is `local' in the
+   libpthread.so (but not in libpthread.a).  We don't really need
+   this, so we just comment it out.  */
 extern char * __pthread_initial_thread_bos;
 char **dummy_var_to_force_linux_threads = &__pthread_initial_thread_bos;
+#endif
 
 #define LINUX_THREADS_STACK_SIZE  (2 * 1024 * 1024)