summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/shared
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-11 06:19:26 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-12 07:09:12 +0200
commitff24c90d84d560744d02f432c89f6a3b062db321 (patch)
tree0e6bae4710f4d5411d68326293601076b1edd2c7 /c/src/lib/libbsp/shared
parentbsps: Move bootcard.c to bsps (diff)
downloadrtems-ff24c90d84d560744d02f432c89f6a3b062db321.tar.bz2
bsps: Remove empty gnatinstallhandler.c
This patch is a part of the BSP source reorganization. Update #3285.
Diffstat (limited to 'c/src/lib/libbsp/shared')
-rw-r--r--c/src/lib/libbsp/shared/gnatinstallhandler.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/c/src/lib/libbsp/shared/gnatinstallhandler.c b/c/src/lib/libbsp/shared/gnatinstallhandler.c
deleted file mode 100644
index cc4738e30f..0000000000
--- a/c/src/lib/libbsp/shared/gnatinstallhandler.c
+++ /dev/null
@@ -1,17 +0,0 @@
-/*
- * 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.
- */
-
-/*
-void __bsp_gnat_install_handler( void )
-{
-}
-*/