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

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [lib/] [libbsp/] [shared/] [gnatinstallhandler.c] - Blame information for rev 1765

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
/*
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
 *  gnatinstallhandler.c,v 1.1 1999/06/24 17:53:16 joel 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.