summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gcc/ChangeLog1
-rw-r--r--gcc/ggc-page.c2
2 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 57ae72a5858..72824f85374 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -2,6 +2,7 @@
* ggc-page.c (struct page_entry): Make `context_depth' an
`unsigned short'.
+ (struct globals): Likewise.
2000-01-23 Clinton Popetz <cpopetz@cygnus.com>
diff --git a/gcc/ggc-page.c b/gcc/ggc-page.c
index bf280761a86..1d1b9607b1e 100644
--- a/gcc/ggc-page.c
+++ b/gcc/ggc-page.c
@@ -226,7 +226,7 @@ static struct globals
size_t bytes_mapped;
/* The current depth in the context stack. */
- unsigned char context_depth;
+ unsigned short context_depth;
/* A file descriptor open to /dev/zero for reading. */
#if defined (HAVE_MMAP_ANYWHERE) && !defined(MAP_ANONYMOUS)
OpenPOWER on IntegriCloud