source: rtems/c/src/lib/libbsp/shared/gnatinstallhandler.c @ 64a04ac

4.115
Last change on this file since 64a04ac was 9b4422a2, checked in by Joel Sherrill <joel.sherrill@…>, on 05/03/12 at 15:09:24

Remove All CVS Id Strings Possible Using a Script

Script does what is expected and tries to do it as
smartly as possible.

+ remove occurrences of two blank comment lines

next to each other after Id string line removed.

+ remove entire comment blocks which only exited to

contain CVS Ids

+ If the processing left a blank line at the top of

a file, it was removed.

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