David Pettersson <dapet@mai.liu.se>
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26490
138bc75d-0d04-0410-961f-
82ee72b054a4
+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.
/* 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