aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-07-24 04:06:16 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-07-24 04:06:16 +0000
commit3ddec284ab94b4c65c7301ec1d2abd82b6fbb0d2 (patch)
treefe4729bc44668389ded646ff6127d51c447b25ca /boehm-gc
parentde6c07f2b660ca4161a8c983726d7f3bc27adbb0 (diff)
* dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@35217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/dyn_load.c2
2 files changed, 6 insertions, 0 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index de895eb1dd1..f9f4b9e88fa 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2000-07-24 Alexandre Oliva <aoliva@redhat.com>
+
+ * dyn_load.c (GC_scratch_last_end_ptr): Don't declare a #define.
+
2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>
Imported version 5.1.
diff --git a/boehm-gc/dyn_load.c b/boehm-gc/dyn_load.c
index 8d00346c790..ec909cae386 100644
--- a/boehm-gc/dyn_load.c
+++ b/boehm-gc/dyn_load.c
@@ -393,7 +393,9 @@ extern void * GC_roots_present();
/* The type is a lie, since the real type doesn't make sense here, */
/* and we only test for NULL. */
+#ifndef GC_scratch_last_end_ptr
extern ptr_t GC_scratch_last_end_ptr; /* End of GC_scratch_alloc arena */
+#endif
/* We use /proc to track down all parts of the address space that are */
/* mapped by the process, and throw out regions we know we shouldn't */