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

Subversion Repositories openrisc_me

[/] [openrisc/] [trunk/] [rtos/] [rtems/] [c/] [src/] [lib/] [libbsp/] [shared/] [gnatinstallhandler.c] - Blame information for rev 173

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 30 unneback
/*
2
 *  Default implementation of __gnat_install_handler to satisfy
3
 *  reference in a-init.c in GNAT's run-time.  Each BSP really
4
 *  should provide its own version of this routine but this
5
 *  version lets programs link.
6
 *
7
 *  This routine is responsible for installing fault/exception/trap
8
 *  handlers that map them onto POSIX signals so they can be
9
 *  propagated to the GNAT run-time.  See the sparc/erc32 BSP
10
 *  for an example.
11
 *
12
 *  $Id: gnatinstallhandler.c,v 1.2 2001-09-27 12:01:12 chris Exp $
13
 */
14
 
15
void __gnat_install_handler( void )
16
{
17
}

powered by: WebSVN 2.1.0

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