summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c')
-rw-r--r--c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c30
1 files changed, 0 insertions, 30 deletions
diff --git a/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c b/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c
deleted file mode 100644
index 1df950039a..0000000000
--- a/c/src/lib/libbsp/sparc/leon2/gnatsupp/gnatsupp.c
+++ /dev/null
@@ -1,30 +0,0 @@
-/**
- * @file
- *
- * @ingroup sparc_leon2
- *
- * @brief Support for gnat/rtems iterrupts 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>
-
-/*
- * Avoid trap 0x18 which is used by the clock tick, and
- * 0x12 (UART B interrupt) which is used by the stub.
- */
-
-void
-__gnat_install_handler (void)
-{
- __gnat_install_handler_common (0x18, 0x12);
-}