From ff11282c63811ff893a35fbc16e195e0e8089f4d Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Wed, 27 Feb 2013 13:13:19 -0500 Subject: Add Moxie CPU support Signed-off-by: Anthony Green --- cpukit/score/cpu/moxie/moxie-exception-frame-print.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 cpukit/score/cpu/moxie/moxie-exception-frame-print.c (limited to 'cpukit/score/cpu/moxie/moxie-exception-frame-print.c') diff --git a/cpukit/score/cpu/moxie/moxie-exception-frame-print.c b/cpukit/score/cpu/moxie/moxie-exception-frame-print.c new file mode 100644 index 0000000000..3882fb65cb --- /dev/null +++ b/cpukit/score/cpu/moxie/moxie-exception-frame-print.c @@ -0,0 +1,18 @@ +/* + * Copyright (c) 2013 Anthony Green + * + * 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 + +void _CPU_Exception_frame_print( const CPU_Exception_frame *frame ) +{ + /* TODO */ +} -- cgit v1.2.3