mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-31 16:36:35 +08:00
* bsp_specs: Added crtbegin,crtend objects so C++ global objects constructors/destructors run correctly. * startup/linkcmds: Increased code length and updated the ctor/dtor sections to handle crtbegin, crtend objects. >