forked from Imagelibrary/rtems
2001-02-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* spsize/size.c: Use #if !defined(RTEMS_UNIX).
This commit is contained in:
@@ -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>
|
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* sp21/Makefile.am: Remove libtest.
|
* sp21/Makefile.am: Remove libtest.
|
||||||
|
|||||||
@@ -417,7 +417,7 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
|||||||
|
|
||||||
/* cpu.h */
|
/* cpu.h */
|
||||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||||
#ifndef RTEMS_UNIX
|
#if !defined(RTEMS_UNIX)
|
||||||
(sizeof _CPU_Default_gr27) +
|
(sizeof _CPU_Default_gr27) +
|
||||||
#endif
|
#endif
|
||||||
(sizeof _CPU_Interrupt_stack_low) +
|
(sizeof _CPU_Interrupt_stack_low) +
|
||||||
|
|||||||
@@ -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>
|
2001-01-26 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* sp21/Makefile.am: Remove libtest.
|
* sp21/Makefile.am: Remove libtest.
|
||||||
|
|||||||
@@ -417,7 +417,7 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
|||||||
|
|
||||||
/* cpu.h */
|
/* cpu.h */
|
||||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||||
#ifndef RTEMS_UNIX
|
#if !defined(RTEMS_UNIX)
|
||||||
(sizeof _CPU_Default_gr27) +
|
(sizeof _CPU_Default_gr27) +
|
||||||
#endif
|
#endif
|
||||||
(sizeof _CPU_Interrupt_stack_low) +
|
(sizeof _CPU_Interrupt_stack_low) +
|
||||||
|
|||||||
Reference in New Issue
Block a user