Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/lib/csu/x86_64



Module Name:    basesrc
Committed By:   thorpej
Date:           Fri Nov 22 06:45:01 UTC 2002

Modified Files:
        basesrc/lib/csu/alpha: dot_init.h
        basesrc/lib/csu/common_elf: Makefile.inc crtbegin.c crtend.c
        basesrc/lib/csu/i386_elf: dot_init.h
        basesrc/lib/csu/sh3_elf: dot_init.h
        basesrc/lib/csu/x86_64: dot_init.h
        sharesrc/share/mk: bsd.lib.mk bsd.prog.mk
Added Files:
        basesrc/lib/csu/common_elf: crti.c crtn.c

Log Message:
Split crtbegin/crtend into crti/crtbegin/crtend/crtn.  NetBSD-specific
things like the .note.netbsd.ident section are provided by crti/crtn.
crti/crtn also provide the _init() and _fini() routines.

crtbegin/crtend now only provide support for ctors/dtors.  This paves
the way to using the "crtstuff" provided with GCC (when we upgrade to
GCC 3.3), which provides, among other things, much better C++/Java
exception handling.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/alpha/dot_init.h
cvs rdiff -r1.18 -r1.19 basesrc/lib/csu/common_elf/Makefile.inc
cvs rdiff -r1.19 -r1.20 basesrc/lib/csu/common_elf/crtbegin.c
cvs rdiff -r1.9 -r1.10 basesrc/lib/csu/common_elf/crtend.c
cvs rdiff -r0 -r1.1 basesrc/lib/csu/common_elf/crti.c \
    basesrc/lib/csu/common_elf/crtn.c
cvs rdiff -r1.2 -r1.3 basesrc/lib/csu/i386_elf/dot_init.h
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/sh3_elf/dot_init.h
cvs rdiff -r1.1 -r1.2 basesrc/lib/csu/x86_64/dot_init.h
cvs rdiff -r1.211 -r1.212 sharesrc/share/mk/bsd.lib.mk
cvs rdiff -r1.161 -r1.162 sharesrc/share/mk/bsd.prog.mk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index