]> gcc.gnu.org Git - gcc.git/commitdiff
config.h (__start): Declare as `int' in alpha/OSF1 case.
authorTom Tromey <tromey@cygnus.com>
Fri, 16 Apr 1999 09:56:29 +0000 (09:56 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Fri, 16 Apr 1999 09:56:29 +0000 (09:56 +0000)
* config.h (__start): Declare as `int' in alpha/OSF1 case.  From
David Pettersson <dapet@mai.liu.se>

From-SVN: r26490

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

index 2c0909615423571da1dfc1312c31fd2db343978d..1866aa0a37b754c96c85cd80b80e00aa4100e7ef 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 0ab5a1fef321ca2bae5c83a0c8d79b61fe355b5b..6aaf5032c7882f98d5840a8b87dc2c85a0f4bb00 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
This page took 0.063792 seconds and 5 git commands to generate.