aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc/reclaim.c
diff options
context:
space:
mode:
authorBryce McKinlay <bryce@albatross.co.nz>2000-05-07 00:43:49 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2000-05-07 01:43:49 +0100
commit9444af72b4d9a9b5cb9289e13a624ff5731b2797 (patch)
tree0d22c55f1ff05d1e504f0d4e95fc271a3ca6203f /boehm-gc/reclaim.c
parentf0acaf02b5e7e9d2727c19d89c7ff5d7ec329eb0 (diff)
downloadgcc-9444af72b4d9a9b5cb9289e13a624ff5731b2797.zip
gcc-9444af72b4d9a9b5cb9289e13a624ff5731b2797.tar.gz
gcc-9444af72b4d9a9b5cb9289e13a624ff5731b2797.tar.bz2
Imported version 5.0alpha7.
2000-05-07 Bryce McKinlay <bryce@albatross.co.nz> Imported version 5.0alpha7. * acinclude.m4: Update version to 5.0a7. From-SVN: r33750
Diffstat (limited to 'boehm-gc/reclaim.c')
-rw-r--r--boehm-gc/reclaim.c9
1 files changed, 2 insertions, 7 deletions
diff --git a/boehm-gc/reclaim.c b/boehm-gc/reclaim.c
index 1847e59..57c652e 100644
--- a/boehm-gc/reclaim.c
+++ b/boehm-gc/reclaim.c
@@ -29,13 +29,8 @@ word sz;
} else {
GC_err_printf0("Leaked composite object at ");
}
- if (GC_debugging_started && GC_has_debug_info(p)) {
- GC_print_obj(p);
- } else {
- GC_err_printf2("0x%lx (appr. size = %ld)\n",
- (unsigned long)p,
- (unsigned long)WORDS_TO_BYTES(sz));
- }
+ GC_print_heap_obj(p);
+ GC_err_printf0("\n");
}
# define FOUND_FREE(hblk, word_no) \