source: rtems/c/src/lib/libbsp/shared/gnatinstallhandler.c @ 49c8f45

4.104.115
Last change on this file since 49c8f45 was e1dd8181, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/06 at 18:35:21

2006-02-01 Joel Sherrill <joel.sherrill@…>

  • gnatinstallhandler.c: Rename since old name is now used by GNAT source.
  • Property mode set to 100644
File size: 503 bytes
Line 
1/*
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$
13 */
14
15/*
16void __bsp_gnat_install_handler( void )
17{
18}
19*/
Note: See TracBrowser for help on using the repository browser.