Bruce Evans 95c715795a Fixed comparisons so that preposterously large (>= 0x80000000) brk values
aren't silently converted to minbrk.  This stops malloc(INT_MAX) from
dumping core.  Small values are still silently converted.  They should
be an error.  sbrk() doesn't do any range checking or conversions or
overflow checking.

Moved PIC_EPILOGUE invocation to a more natural place where it
obviously doesn't interfere with the comparison.
1996-06-25 18:54:42 +00:00
..
1996-06-17 20:12:53 +00:00
1996-02-09 12:25:08 +00:00
1995-12-26 13:25:13 +00:00
1996-03-25 14:34:26 +00:00
1996-06-11 17:22:51 +00:00
1996-05-27 06:54:03 +00:00
1996-06-04 17:35:15 +00:00