svn commit: r232832 - in head/lib/csu: . amd64 arm common i386-elf mips powerpc powerpc64 sparc64

Konstantin Belousov kostikbel at gmail.com
Mon Mar 12 10:14:02 UTC 2012


On Sun, Mar 11, 2012 at 08:04:10PM +0000, Konstantin Belousov wrote:
> Author: kib
> Date: Sun Mar 11 20:04:09 2012
> New Revision: 232832
> URL: http://svn.freebsd.org/changeset/base/232832
> 
> Log:
>   Stop calling _init/_fini methods from crt1 for dynamic binaries.  Do
>   call preinit, init and fini arrays methods from crt1 for static binaries.
>   
>   Mark new crt1 with FreeBSD-specific ELF note.
>   
>   Move some common crt1 code into new MI file ignore_init.c, to reduce
>   duplication.  Also, conservatively adjust nearby sources for style.
>   
>   Reviewed by:	kan
>   Tested by:	andrew (arm), flo (sparc64)
>   MFC after:	3 weeks
I failed to mention it in the commit message that ia64 still uses old crt1
and does not mark binaries with a new note.  I do not know ia64 assembler
and cannot rewrite crt1.S myself.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 196 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/svn-src-head/attachments/20120312/7e8cc783/attachment.pgp


More information about the svn-src-head mailing list