Up to [cvs.NetBSD.org] / src / share / mk
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: fvdl_fs64_base
Revision 1.162 / (download) - annotate - [select for diffs], Fri Nov 22 06:44:57 2002 UTC (10 years, 6 months ago) by thorpej
Branch: MAIN
CVS Tags: fvdl_fs64_base
Changes since 1.161: +4 -4
lines
Diff to previous 1.161 (colored)
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.