config.h (__start): Declare as `int' in alpha/OSF1 case.
* config.h (__start): Declare as `int' in alpha/OSF1 case. From David Pettersson <dapet@mai.liu.se> From-SVN: r26490
This commit is contained in:
parent
ace3c40a1f
commit
5e651bf243
@ -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.
|
||||
|
@ -833,7 +833,7 @@
|
||||
/* 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
|
||||
|
Loading…
Reference in New Issue
Block a user