K 10 svn:author V 6 dillon K 8 svn:date V 27 2002-09-09T17:38:47.000000Z K 7 svn:log V 624 MFC partial reversion of previous commit, based on problems reported by Alpha users and a long discussion with Peter Wemm. The jist of it is that we can't trust any of the elf flags to determine what is data and what is text so we use the old 'entry point in segment' method to detect text vs data, and we can't calculate the actual data_size for vmspace because break() depends on data_start + data_size pointing to the end of the address space, so we use the last data segment (as before). However, we were able to retain partial checking for RLIMIT_TEXT, RLIMIT_DATA, and full checking for RLIMIT_VMEM. Approved by: re END