diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-29 21:40:49 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-06-29 21:40:49 +0000 |
commit | 9e042f31282adcb5f843b644184aac6ff8854d3f (patch) | |
tree | 1ec056a51ca5f7af70d48889aab8bbf9c1f9d9aa /gcc/mips-tfile.c | |
parent | ad8517524f837261bb29c3a684354173d4c2c47f (diff) | |
download | gcc-9e042f31282adcb5f843b644184aac6ff8854d3f.tar.gz |
* Merge from gcc2 June 9, 1998 snapshot. See ChangeLog.13 for
details.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20808 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/mips-tfile.c')
-rw-r--r-- | gcc/mips-tfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/mips-tfile.c b/gcc/mips-tfile.c index 04b36189121..38068172a3a 100644 --- a/gcc/mips-tfile.c +++ b/gcc/mips-tfile.c @@ -937,7 +937,7 @@ enum alloc_type { grow linearly, and which are written in the object file as sequential pages. On systems with a BSD malloc that define USE_MALLOC, the MAX_CLUSTER_PAGES should be 1 less than a power of two, since malloc - adds it's overhead, and rounds up to the next power of 2. Pages are + adds its overhead, and rounds up to the next power of 2. Pages are linked together via a linked list. If PAGE_SIZE is > 4096, the string length in the shash_t structure @@ -5113,7 +5113,7 @@ out_of_bounds (indx, max, str, prog_line) /* Allocate a cluster of pages. USE_MALLOC says that malloc does not - like sbrk's behind it's back (or sbrk isn't available). If we use + like sbrk's behind its back (or sbrk isn't available). If we use sbrk, we assume it gives us zeroed pages. */ #ifndef MALLOC_CHECK |