mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 16:23:25 -05:00
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. |
||
|---|---|---|
| .. | ||
| crtbegin.c | ||
| crtend.c | ||