aboutsummaryrefslogtreecommitdiff
path: root/boehm-gc
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2000-08-16 18:17:59 +0000
committerAlexandre Oliva <aoliva@redhat.com>2000-08-16 18:17:59 +0000
commit348301399f705ed607702ea3c8999be02cdb883e (patch)
tree2fdfcb73963a4f37e7b726a8f913ec0b9c96fc54 /boehm-gc
parentecf1fe4b749c5b9a03ae1fa1b1113074dfe4934c (diff)
* gcconfig.h [OSF1] (_end): Declare as `int'.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@35749 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc')
-rw-r--r--boehm-gc/ChangeLog4
-rw-r--r--boehm-gc/gcconfig.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index b3ef6d36eec..805ab77ad73 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -1,3 +1,7 @@
+2000-08-16 Alexandre Oliva <aoliva@redhat.com>
+
+ * gcconfig.h [OSF1] (_end): Declare as `int'.
+
2000-08-02 Tom Tromey <tromey@cygnus.com>
* gc_priv.h (GC_generic_malloc_inner): Prototype.
diff --git a/boehm-gc/gcconfig.h b/boehm-gc/gcconfig.h
index 141bdb87dc0..107f89583b7 100644
--- a/boehm-gc/gcconfig.h
+++ b/boehm-gc/gcconfig.h
@@ -1054,7 +1054,7 @@
# ifdef OSF1
# define OS_TYPE "OSF1"
# define DATASTART ((ptr_t) 0x140000000)
- extern _end;
+ extern int _end;
# define DATAEND ((ptr_t) &_end)
# define HEURISTIC2
/* Normally HEURISTIC2 is too conervative, since */