Re: deprecating USRTEXT

2015-09-25 Thread Mark Kettenis
> Date: Fri, 25 Sep 2015 18:44:07 + > From: Miod Vallat > > USRTEXT used to be the address of the beginning of the a.out code > segment. Today's world is ELF and PIE binaries, and USRTEXT has no > meaning. > > The following diff removes it, as well as trivial or no longer true > comments. G

deprecating USRTEXT

2015-09-25 Thread Miod Vallat
USRTEXT used to be the address of the beginning of the a.out code segment. Today's world is ELF and PIE binaries, and USRTEXT has no meaning. The following diff removes it, as well as trivial or no longer true comments. Index: sys/arch/alpha/include/vmparam.h =