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] - Rev 173

Compare with Previous | Blame | View Log

/*
 *  Default implementation of __gnat_install_handler to satisfy 
 *  reference in a-init.c in GNAT's run-time.  Each BSP really
 *  should provide its own version of this routine but this
 *  version lets programs link.
 *
 *  This routine is responsible for installing fault/exception/trap
 *  handlers that map them onto POSIX signals so they can be 
 *  propagated to the GNAT run-time.  See the sparc/erc32 BSP
 *  for an example.
 *
 *  $Id: gnatinstallhandler.c,v 1.2 2001-09-27 12:01:12 chris Exp $
 */
 
void __gnat_install_handler( void )
{
}
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

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