]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re GNATS libgcj/230 (Function GC_debug_object_start does not exist)
authorAnthony Green <green@redhat.com>
Mon, 4 Sep 2000 21:46:26 +0000 (21:46 +0000)
committerAnthony Green <green@gcc.gnu.org>
Mon, 4 Sep 2000 21:46:26 +0000 (21:46 +0000)
        Fix for PR libgcj/230:
        * mark.c (GC_mark_from_mark_stack): Remove call to
        GC_debug_object_start.
        * gc_priv.h (GC_debug_object_start): Remove prototype.

From-SVN: r36145

boehm-gc/ChangeLog
boehm-gc/gc_priv.h
boehm-gc/mark.c

index 805ab77ad7356ea00e57707e1e0a3ff5a909e1a5..274d3098f228774d1e9d22360e016557f6705e8b 100644 (file)
@@ -1,3 +1,10 @@
+2000-09-04  Anthony Green  <green@redhat.com>
+
+       Fix for PR libgcj/230:
+       * mark.c (GC_mark_from_mark_stack): Remove call to
+       GC_debug_object_start.
+       * gc_priv.h (GC_debug_object_start): Remove prototype.
+
 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
 
        * gcconfig.h [OSF1] (_end): Declare as `int'.
index 841b752f9f379e1323f11c4be1347692511bffdc..c0fa5d6e93cec4575c320cf19d90f7d0afcd290d 100644 (file)
@@ -1772,10 +1772,6 @@ void GC_print_obj(/* ptr_t p */);
                        /* P points to somewhere inside an object with  */
                        /* debugging info.  Print a human readable      */
                        /* description of the object to stderr.         */
-ptr_t GC_debug_object_start(/* ptr_t p */);
-                       /* P points to the start of an object that may  */
-                       /* have debug info at its head.  Return the     */
-                       /* start of the real data.                      */
 extern void (*GC_check_heap)();
                        /* Check that all objects in the heap with      */
                        /* debugging info are intact.  Print            */
index 461d98979571b27e5eba840f929b6b74c5478283..36c0b69317e055ce1fa976a7531d2c18802e0d7d 100644 (file)
@@ -530,9 +530,6 @@ void GC_mark_from_mark_stack()
         case DS_PROC:
           GC_mark_stack_top_reg--;
           credit -= PROC_BYTES;
-#ifdef GC_DEBUG
-         current_p = GC_debug_object_start(current_p);
-#endif
           GC_mark_stack_top_reg =
               (*PROC(descr))
                    (current_p, GC_mark_stack_top_reg,