2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* spsize/size.c: Use #if !defined(RTEMS_UNIX).
This commit is contained in:
Joel Sherrill
2001-02-12 14:51:32 +00:00
parent f79d96e1a3
commit dde827b9f6
4 changed files with 10 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* spsize/size.c: Use #if !defined(RTEMS_UNIX).
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sp21/Makefile.am: Remove libtest.

View File

@@ -417,7 +417,7 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
/* cpu.h */
uninitialized += (sizeof _CPU_Null_fp_context) +
#ifndef RTEMS_UNIX
#if !defined(RTEMS_UNIX)
(sizeof _CPU_Default_gr27) +
#endif
(sizeof _CPU_Interrupt_stack_low) +

View File

@@ -1,3 +1,7 @@
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* spsize/size.c: Use #if !defined(RTEMS_UNIX).
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* sp21/Makefile.am: Remove libtest.

View File

@@ -417,7 +417,7 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
/* cpu.h */
uninitialized += (sizeof _CPU_Null_fp_context) +
#ifndef RTEMS_UNIX
#if !defined(RTEMS_UNIX)
(sizeof _CPU_Default_gr27) +
#endif
(sizeof _CPU_Interrupt_stack_low) +