From: Alexandre Oliva Date: Wed, 16 Aug 2000 18:17:59 +0000 (+0000) Subject: * gcconfig.h [OSF1] (_end): Declare as `int'. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fedceab9e2180362267611ff72ac7e2901e072d;p=gcc.git * gcconfig.h [OSF1] (_end): Declare as `int'. From-SVN: r35749 --- 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 + + * gcconfig.h [OSF1] (_end): Declare as `int'. + 2000-08-02 Tom Tromey * 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 */