freebsd-nq/lib/csu/i386-elf
John Polstra 0738f6e0c3 Reverse the order of processing object files within an executable or
shared library when invoking global constructors and destructors.
For constructors, the object files used to be processed from first
to last; now they're done from last to first.  (Destructors are done
in the opposite order, as required by the C++ standard.)  This makes
us consistent with standard gcc and egcs compilers.  It also
eliminates ordering differences between dynamic and static
executables.

Bump the value of __FreeBSD_version to 400002 to reflect this
change.
1999-03-13 01:35:44 +00:00
..
crt1.c Strip the leading path from __progname as is done in the a.out case. Also 1998-12-24 18:19:47 +00:00
crtbegin.c Reverse the order of processing object files within an executable or 1999-03-13 01:35:44 +00:00
crtend.c Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00
crti.S Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
crtn.S Import C startup files for ELF support. 1998-03-07 20:27:11 +00:00
Makefile Move the code for the ".init" and ".fini" sections outside of a 1999-03-12 17:33:28 +00:00