mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-25 22:18:45 +08:00
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: i960 obsoleted and all references removed.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-09-29 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* spsize/size.c: i960 obsoleted and all references removed.
|
||||
|
||||
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* configure.ac: Require automake > 1.9.
|
||||
|
||||
@@ -405,25 +405,6 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __i960__
|
||||
|
||||
/* cpu.h */
|
||||
uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
||||
(sizeof _CPU_Interrupt_stack_high);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef __hppa__
|
||||
|
||||
/* cpu.h */
|
||||
uninitialized += (sizeof _CPU_Null_fp_context) +
|
||||
#if !defined(RTEMS_UNIX)
|
||||
(sizeof _CPU_Default_gr27) +
|
||||
#endif
|
||||
(sizeof _CPU_Interrupt_stack_low) +
|
||||
(sizeof _CPU_Interrupt_stack_high);
|
||||
#endif
|
||||
|
||||
#ifdef __mc68000__
|
||||
|
||||
/* cpu.h */
|
||||
|
||||
Reference in New Issue
Block a user