summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/a29k/rtems/score/cpu.h
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 13:59:42 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-09-22 13:59:42 +0000
commitd1c83050711c2579c92ee2e4888f53a6658565ab (patch)
treec1a73bc02b24b18e8841b8e089657bc1a7c2e62b /cpukit/score/cpu/a29k/rtems/score/cpu.h
parent2000-09-20 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-d1c83050711c2579c92ee2e4888f53a6658565ab.tar.bz2
2000-09-22 Joel Sherrill <joel@OARcorp.com>
* Makefile.am, cpu_asm.S, psmacro.ah, rtems/score/cpu.h: First attempt to compile with GNU tools. Minor modifications to compile enough to get to assembler errors.
Diffstat (limited to 'cpukit/score/cpu/a29k/rtems/score/cpu.h')
-rw-r--r--cpukit/score/cpu/a29k/rtems/score/cpu.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/cpukit/score/cpu/a29k/rtems/score/cpu.h b/cpukit/score/cpu/a29k/rtems/score/cpu.h
index a4330123f2..34370808d1 100644
--- a/cpukit/score/cpu/a29k/rtems/score/cpu.h
+++ b/cpukit/score/cpu/a29k/rtems/score/cpu.h
@@ -310,7 +310,7 @@ extern void a29k_sigdfl_sup(void);
*
*/
-#error "Check these definitions!!!"
+#warning "Check these definitions!!!"
#define CPU_HAS_OWN_HOST_TO_NETWORK_ROUTINES FALSE
#define CPU_BIG_ENDIAN TRUE
@@ -479,7 +479,7 @@ typedef struct {
* _CPU_Context_Initialize.
*/
-EXTERN Context_Control_fp _CPU_Null_fp_context;
+SCORE_EXTERN Context_Control_fp _CPU_Null_fp_context;
/*
* On some CPUs, RTEMS supports a software managed interrupt stack.
@@ -494,8 +494,8 @@ EXTERN Context_Control_fp _CPU_Null_fp_context;
* CPU_HAS_SOFTWARE_INTERRUPT_STACK is defined as TRUE.
*/
-EXTERN void *_CPU_Interrupt_stack_low;
-EXTERN void *_CPU_Interrupt_stack_high;
+SCORE_EXTERN void *_CPU_Interrupt_stack_low;
+SCORE_EXTERN void *_CPU_Interrupt_stack_high;
/*
* With some compilation systems, it is difficult if not impossible to
@@ -507,7 +507,7 @@ EXTERN void *_CPU_Interrupt_stack_high;
* sequence (if a dispatch is necessary).
*/
-EXTERN void (*_CPU_Thread_dispatch_pointer)();
+SCORE_EXTERN void (*_CPU_Thread_dispatch_pointer)();
/*
* Nothing prevents the porter from declaring more CPU specific variables.