forked from Imagelibrary/rtems
updates from Tony Bennett for PA and UNIX ports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// @(#)rtems-ctor.cc 1.6 - 95/04/25
|
||||
//
|
||||
// @(#)rtems-ctor.cc 1.6 - 95/04/25
|
||||
//
|
||||
|
||||
/*
|
||||
@@ -81,6 +81,8 @@ RTEMS::~RTEMS()
|
||||
}
|
||||
|
||||
extern "C" {
|
||||
extern void invoke_non_gnu_constructors(void);
|
||||
|
||||
int
|
||||
main(int argc,
|
||||
char **argv,
|
||||
@@ -95,6 +97,12 @@ extern "C" {
|
||||
else
|
||||
rtems_progname = "RTEMS";
|
||||
|
||||
/*
|
||||
* run any non-gnu constructors we may need
|
||||
*/
|
||||
|
||||
invoke_non_gnu_constructors();
|
||||
|
||||
/*
|
||||
* Start multitasking
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user