$NetBSD: patch-ae,v 1.2 1999/11/15 17:59:48 rh Exp $

--- misc.c.orig	Mon Nov 15 18:56:45 1999
+++ misc.c	Mon Nov 15 18:56:45 1999
@@ -436,6 +436,9 @@
 #   if defined(LINUX) && (defined(POWERPC) || defined(ALPHA) || defined(SPARC))
 	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.	*/
