sparc: Avoid SCORE_EXTERN

Update #2559.
This commit is contained in:
Sebastian Huber
2016-02-03 11:52:32 +01:00
parent c600934067
commit dab78624eb
2 changed files with 5 additions and 1 deletions

View File

@@ -116,6 +116,10 @@ RTEMS_STATIC_ASSERT(
CPU_Interrupt_frame_alignment
);
#if (SPARC_HAS_FPU == 1) && !defined(SPARC_USE_SAFE_FP_SUPPORT)
Context_Control_fp _CPU_Null_fp_context;
#endif
/*
* _CPU_Initialize
*

View File

@@ -785,7 +785,7 @@ typedef struct {
* It is filled in by _CPU_Initialize and copied into the task's FP
* context area during _CPU_Context_Initialize.
*/
SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
extern Context_Control_fp _CPU_Null_fp_context;
/**
* The following type defines an entry in the SPARC's trap table.