OSDN Git Service

* config.h (__start): Declare as `int' in alpha/OSF1 case. From
authortromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Apr 1999 09:56:29 +0000 (09:56 +0000)
committertromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 16 Apr 1999 09:56:29 +0000 (09:56 +0000)
David Pettersson <dapet@mai.liu.se>

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26490 138bc75d-0d04-0410-961f-82ee72b054a4

boehm-gc/ChangeLog
boehm-gc/config.h

index 2c09096..1866aa0 100644 (file)
@@ -1,3 +1,8 @@
+1999-04-16  Tom Tromey  <tromey@cygnus.com>
+
+       * config.h (__start): Declare as `int' in alpha/OSF1 case.  From
+       David Pettersson <dapet@mai.liu.se>
+
 1999-04-14  Tom Tromey  <tromey@cygnus.com>
 
        * configure: Rebuilt.
index 0ab5a1f..6aaf503 100644 (file)
        /* Normally HEURISTIC2 is too conervative, since                */
        /* the text segment immediately follows the stack.              */
        /* Hence we give an upper pound.                                */
-       extern __start;
+       extern int __start;
 #      define HEURISTIC2_LIMIT ((ptr_t)((word)(&__start) & ~(getpagesize()-1)))
 #      define CPP_WORDSZ 64
 #      define MPROTECT_VDB