summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/arm/armv7m-exception-frame-print.c
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-07 13:42:09 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-01-07 15:07:42 +0100
commit2f28a03b5c0e8d29b3f3427cc62f35b32103901c (patch)
treefc726fb1ac037e13850f422470c8300e81583c4a /cpukit/score/cpu/arm/armv7m-exception-frame-print.c
parentarm: Add and use _ARMV7M_Exception_default() (diff)
downloadrtems-2f28a03b5c0e8d29b3f3427cc62f35b32103901c.tar.bz2
arm: Implement CPU_Exception_frame_print()
Diffstat (limited to '')
-rw-r--r--cpukit/score/cpu/arm/armv7m-exception-frame-print.c28
1 files changed, 0 insertions, 28 deletions
diff --git a/cpukit/score/cpu/arm/armv7m-exception-frame-print.c b/cpukit/score/cpu/arm/armv7m-exception-frame-print.c
deleted file mode 100644
index 86931b2b24..0000000000
--- a/cpukit/score/cpu/arm/armv7m-exception-frame-print.c
+++ /dev/null
@@ -1,28 +0,0 @@
-/*
- * Copyright (c) 2012 embedded brains GmbH. All rights reserved.
- *
- * embedded brains GmbH
- * Obere Lagerstr. 30
- * 82178 Puchheim
- * Germany
- * <rtems@embedded-brains.de>
- *
- * The license and distribution terms for this file may be
- * found in the file LICENSE in this distribution or at
- * http://www.rtems.com/license/LICENSE.
- */
-
-#ifdef HAVE_CONFIG_H
- #include "config.h"
-#endif
-
-#include <rtems/score/cpu.h>
-
-#ifdef ARM_MULTILIB_ARCH_V7M
-
-void _CPU_Exception_frame_print( const CPU_Exception_frame *frame )
-{
- /* TODO */
-}
-
-#endif /* ARM_MULTILIB_ARCH_V7M */