summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c24
1 files changed, 0 insertions, 24 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c b/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
deleted file mode 100644
index 46bbabe2b0..0000000000
--- a/c/src/lib/libbsp/sparc/erc32/gnatsupp/gnatsupp.c
+++ /dev/null
@@ -1,24 +0,0 @@
-/**
- * @file
- *
- * @ingroup sparc_erc32
- *
- * @brief Support for gnat/rtems interrupts and exception handling
- */
-
-/*
- * COPYRIGHT (c) 1999.
- * European Space Agency.
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.org/license/LICENSE.
- */
-
-#include <bsp/gnatcommon.h>
-
-void
-__gnat_install_handler (void)
-{
- __gnat_install_handler_common (0x1d, 0x15);
-}