summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/src/threadhandler.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2001-11-202001-11-20 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-2/+7
* src/threadhandler.c: When __USE__MAIN__ is defined by the toolset, invoke the global constructors via __main. Reported as tested by Alexandra Kossovsky <sasha@oktet.ru> and Victor V. Vengerov <vvv@oktet.ru> in conjunction with a new set of tool RPMs (gcc2.95.3newlib1.9.0-3). This was tracked as GNATS PR tools/84.
2001-10-222001-10-22 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-3/+3
* src/threadhandler.c: Use __USE_INIT_FINI__ since USE_INIT_FINI pollutes the application namespace.
2001-09-272001-09-27 Eric Norum <eric.norum@usask.ca>Joel Sherrill1-0/+13
* src/threadhandler.c: Now process C++ global constructors (_init) as part of the first task execution not in BSP space. This depends on the toolset defining USE_INIT_FINI so you have to have the right toolset version.
1999-11-17Updated copyright notice.Joel Sherrill1-2/+1
1999-08-30Patch from Charles-Antoine Gauthier <charles.gauthier@iit.nrc.ca> to addJoel Sherrill1-13/+24
support for return codes from POSIX threads that do an implicit exit by returning from the bottom of the main function.
1999-05-17Thread Handler split into multiple files. Eventually, as RTEMS isJoel Sherrill1-0/+119
split into one function per file, this will decrease the size of executables.