]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
gcconfig.h: define DYNAMIC_LOADING for ELF NetBSD/i386.
authorBryce McKinlay <bryce@gcc.gnu.org>
Sun, 31 Mar 2002 00:15:36 +0000 (00:15 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Sun, 31 Mar 2002 00:15:36 +0000 (00:15 +0000)
2002-03-30  Krister Walfridsson  <cato@df.lth.se>

* include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
        NetBSD/i386.

From-SVN: r51616

boehm-gc/ChangeLog
boehm-gc/include/private/gcconfig.h

index 3c22533657fc7007cef723d19308bb831c9df3fc..571e792feb5aaf5a43279a95d8766c52c128e961 100644 (file)
@@ -1,3 +1,20 @@
+2002-03-30  Krister Walfridsson  <cato@df.lth.se>
+
+       * include/private/gcconfig.h: define DYNAMIC_LOADING for ELF
+        NetBSD/i386.
+
+2002-03-29  Hans Boehm  <Hans_Boehm@hp.com>
+
+       * linux_threads.c (return_free_lists): Clear fl[i] unconditionally.
+       (GC_local_gcj_malloc): Add assertion.
+       (start_mark_threads): Fix abort message.
+       * mark.c (GC_mark_from): Generalize assertion.
+       * reclaim.c (GC_clear_fl_links): New function.
+       (GC_start_reclaim): Must clear some freelist links.
+       * include/private/specific.h, specific.c: Add assertions.
+       Safer definition for INVALID_QTID, quick_thread_id.  Fix/add comments.
+       Rearrange tse fields.
+
 2002-03-27  Richard Henderson  <rth@redhat.com>
 
        * os_dep.c (GC_init_linux_data_start): Fix references to
index 71cc504dfb1d1e56a7bd9b3139fc37122d0fda3d..efbfc39c79abd43d7efd0eb8129048bcbd515678 100644 (file)
 #   endif
 #   ifdef NETBSD
 #      define OS_TYPE "NETBSD"
+#      ifdef __ELF__
+#          define DYNAMIC_LOADING
+#      endif
 #   endif
 #   ifdef THREE86BSD
 #      define OS_TYPE "THREE86BSD"