updates from Tony Bennett for PA and UNIX ports

This commit is contained in:
Joel Sherrill
1996-01-15 21:50:28 +00:00
parent 5c491aef41
commit c64e4ed482
97 changed files with 1014 additions and 829 deletions

View File

@@ -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
*/