$NetBSD: patch-ae,v 1.3 2000/06/30 19:36:06 itojun Exp $
--- misc.c.orig	Wed Apr  5 09:37:29 2000
+++ misc.c	Sat Jul  1 04:30:58 2000
@@ -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.	*/