aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Tromey <tromey@cygnus.com>1999-04-16 09:56:29 +0000
committerTom Tromey <tromey@gcc.gnu.org>1999-04-16 09:56:29 +0000
commit5e651bf2435e8bf24a2263f83ae2c21dd2ce5fac (patch)
treeb0baed26091cbfa806ad2b6fe669ddbe78f01d27
parentace3c40a1fa95d3ef2b8607344e065fbf981c4c4 (diff)
downloadgcc-5e651bf2435e8bf24a2263f83ae2c21dd2ce5fac.zip
gcc-5e651bf2435e8bf24a2263f83ae2c21dd2ce5fac.tar.gz
gcc-5e651bf2435e8bf24a2263f83ae2c21dd2ce5fac.tar.bz2
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
-rw-r--r--boehm-gc/ChangeLog5
-rw-r--r--boehm-gc/config.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/boehm-gc/ChangeLog b/boehm-gc/ChangeLog
index 2c09096..1866aa0 100644
--- a/boehm-gc/ChangeLog
+++ b/boehm-gc/ChangeLog
@@ -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.
diff --git a/boehm-gc/config.h b/boehm-gc/config.h
index 0ab5a1f..6aaf503 100644
--- a/boehm-gc/config.h
+++ b/boehm-gc/config.h
@@ -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