OpenCores
URL https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [unix/] [posix/] [startup/] [no-ctor.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  rtems, floss, libc are always compiled with GNU compilers
3
 *  application code may be compiled with some other C++ compiler
4
 *  that has a different global constructor technique.
5
 *
6
 *  For the simple case, where the app has no global constructors or
7
 *  is compiled by g++, we provide this empty routine
8
 *  In order to get both g++ constructors (RTEMS::RTEMS, for example)
9
 *  and application constructors run, we provide this routine.
10
 *
11
 *  $Id: no-ctor.c,v 1.2 2001-09-27 12:01:15 chris Exp $
12
 */
13
 
14
void invoke_non_gnu_constructors(void)
15
{
16
}

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.