summaryrefslogblamecommitdiffstats
path: root/c/src/lib/libbsp/shared/gnatinstallhandler.c
blob: 64ce38462546dce99ffdf6cc7374e19961acf25f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
















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

void __gnat_install_handler( void )
{
}