forked from Imagelibrary/rtems
sparc: Move irq_asm.S
This file is BSP-independent. This patch is a part of the BSP source reorganization. Update #3285.
This commit is contained in:
@@ -34,8 +34,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/erc32/start/bspidle.c
|
|||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/erc32/start/bspdelay.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/erc32/start/bspdelay.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_exit.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_exit.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_halt.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_halt.c
|
||||||
# ISR Handler
|
|
||||||
librtemsbsp_a_SOURCES += ../shared/irq_asm.S
|
|
||||||
# gnatsupp
|
# gnatsupp
|
||||||
librtemsbsp_a_SOURCES += gnatsupp/gnatsupp.c
|
librtemsbsp_a_SOURCES += gnatsupp/gnatsupp.c
|
||||||
librtemsbsp_a_SOURCES += ../shared/gnatcommon.c
|
librtemsbsp_a_SOURCES += ../shared/gnatcommon.c
|
||||||
|
|||||||
@@ -35,8 +35,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon2/start/bspdelay.c
|
|||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_exit.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_exit.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_halt.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_halt.c
|
||||||
|
|
||||||
# ISR Handler
|
|
||||||
librtemsbsp_a_SOURCES += ../shared/irq_asm.S
|
|
||||||
# gnatsupp
|
# gnatsupp
|
||||||
librtemsbsp_a_SOURCES += gnatsupp/gnatsupp.c
|
librtemsbsp_a_SOURCES += gnatsupp/gnatsupp.c
|
||||||
librtemsbsp_a_SOURCES += ../shared/gnatcommon.c
|
librtemsbsp_a_SOURCES += ../shared/gnatcommon.c
|
||||||
|
|||||||
@@ -39,8 +39,6 @@ librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/start/cpucounter.c
|
|||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_exit.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/shared/start/bsp_fatal_exit.c
|
||||||
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/start/bsp_fatal_halt.c
|
librtemsbsp_a_SOURCES += ../../../../../../bsps/sparc/leon3/start/bsp_fatal_halt.c
|
||||||
|
|
||||||
# ISR Handler
|
|
||||||
librtemsbsp_a_SOURCES += ../shared/irq_asm.S
|
|
||||||
# gnatsupp
|
# gnatsupp
|
||||||
librtemsbsp_a_SOURCES += gnatsupp/gnatsupp.c
|
librtemsbsp_a_SOURCES += gnatsupp/gnatsupp.c
|
||||||
librtemsbsp_a_SOURCES += ../shared/gnatcommon.c
|
librtemsbsp_a_SOURCES += ../shared/gnatcommon.c
|
||||||
|
|||||||
@@ -5,6 +5,7 @@ libscorecpu_a_SOURCES =
|
|||||||
libscorecpu_a_SOURCES += access_le.c
|
libscorecpu_a_SOURCES += access_le.c
|
||||||
libscorecpu_a_SOURCES += access.S
|
libscorecpu_a_SOURCES += access.S
|
||||||
libscorecpu_a_SOURCES += cpu.c
|
libscorecpu_a_SOURCES += cpu.c
|
||||||
|
libscorecpu_a_SOURCES += cpu_asm.S
|
||||||
libscorecpu_a_SOURCES += sparc-context-validate.S
|
libscorecpu_a_SOURCES += sparc-context-validate.S
|
||||||
libscorecpu_a_SOURCES += sparc-context-volatile-clobber.S
|
libscorecpu_a_SOURCES += sparc-context-volatile-clobber.S
|
||||||
libscorecpu_a_SOURCES += sparc-counter-asm.S
|
libscorecpu_a_SOURCES += sparc-counter-asm.S
|
||||||
|
|||||||
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
#include <rtems/asm.h>
|
#include <rtems/asm.h>
|
||||||
#include <rtems/score/percpu.h>
|
#include <rtems/score/percpu.h>
|
||||||
#include <bspopts.h>
|
|
||||||
|
|
||||||
#if defined(SPARC_USE_SYNCHRONOUS_FP_SWITCH)
|
#if defined(SPARC_USE_SYNCHRONOUS_FP_SWITCH)
|
||||||
#define FP_FRAME_OFFSET_FO_F1 (SPARC_MINIMUM_STACK_FRAME_SIZE + 0)
|
#define FP_FRAME_OFFSET_FO_F1 (SPARC_MINIMUM_STACK_FRAME_SIZE + 0)
|
||||||
Reference in New Issue
Block a user