source: rtems/c/src/lib/libbsp/shared/gnatinstallhandler.c @ 518edef

4.104.114.84.95
Last change on this file since 518edef was 6128a4a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 04/21/04 at 10:43:04

Remove stray white spaces.

  • Property mode set to 100644
File size: 493 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
15void __gnat_install_handler( void )
16{
17}
Note: See TracBrowser for help on using the repository browser.