source: rtems/cpukit/score/cpu/sparc64/Makefile.am @ 815994f

4.115
Last change on this file since 815994f was 815994f, checked in by Sebastian Huber <sebastian.huber@…>, on 11/25/12 at 16:48:11

score: Add CPU_Exception_frame

Add CPU port type CPU_Exception_frame and function
_CPU_Exception_frame_print().

The CPU ports of avr, bfin, h8300, lm32, m32c, m32r, m68k, nios2, sh,
sparc64, and v850 use an empty default implementation of
_CPU_Exception_frame_print().

Add rtems_exception_frame and rtems_exception_frame_print().

Add RTEMS_FATAL_SOURCE_EXCEPTION for CPU exceptions. Use rtems_fatal()
with source RTEMS_FATAL_SOURCE_EXCEPTION in CPU ports of i386, powerpc,
and sparc for unexpected exceptions.

Add third parameter to RTEMS_BSP_CLEANUP_OPTIONS() which controls the
BSP_PRINT_EXCEPTION_CONTEXT define used in the default
bsp_fatal_extension().

Add test sptests/spfatal26.

  • Property mode set to 100644
File size: 657 bytes
Line 
1include $(top_srcdir)/automake/compile.am
2
3include_rtemsdir = $(includedir)/rtems
4include_rtems_HEADERS = rtems/asm.h
5
6#include_rtems_sparc64dir = $(includedir)/rtems/sparc64
7#include_rtems_sparc64_HEADERS =
8
9include_rtems_scoredir = $(includedir)/rtems/score
10include_rtems_score_HEADERS = rtems/score/sparc64.h
11include_rtems_score_HEADERS += rtems/score/cpu.h
12include_rtems_score_HEADERS += rtems/score/types.h
13
14noinst_LIBRARIES = libscorecpu.a
15libscorecpu_a_SOURCES = context.S cpu.c
16libscorecpu_a_SOURCES += sparc64-exception-frame-print.c
17libscorecpu_a_CPPFLAGS = $(AM_CPPFLAGS)
18
19include $(srcdir)/preinstall.am
20include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.