$NetBSD: patch-af,v 1.3 2000/11/16 10:42:24 abs Exp $ --- misc.c.orig Tue Apr 4 17:37:29 2000 +++ misc.c @@ -453,6 +453,9 @@ /* This doesn't really work if the collector is in a shared library. */ GC_init_linux_data_start(); # endif +# if defined(NETBSD) && defined(__ELF__) + GC_init_netbsd_elf(); +# endif # ifdef SOLARIS_THREADS GC_thr_init(); /* We need dirty bits in order to find live stack sections. */