Date: Thu, 26 Sep 1996 16:56:25 -0700 From: John Polstra <jdp@polstra.com> To: peter@spinner.DIALix.COM Cc: freebsd-current@FreeBSD.org Subject: Re: BLOAT in minimal programs Message-ID: <199609262356.QAA21402@austin.polstra.com> In-Reply-To: <199609261700.BAA03640@spinner.DIALix.COM>
next in thread | previous in thread | raw e-mail | index | archive | help
> Sigh, and the ELF file format solves it so nicely (or any other > file formt with multiple arbitary sections) by contatenating a call > lists and crt0.o's task simply becomes "call .init" and for exit(), > it's "call .fini" (or is that __init and __fini? I never can remember). Neither. It's _init and _fini in ELF. :-) John
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199609262356.QAA21402>
