forked from Imagelibrary/rtems
2001-04-04 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: Reflect SPARC modifcation to get rid of NO_TABLE_MOVE and references to _CPU_Trap_Table_area.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2001-04-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* spsize/size.c: Reflect SPARC modifcation to get rid of
|
||||||
|
NO_TABLE_MOVE and references to _CPU_Trap_Table_area.
|
||||||
|
|
||||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Per PR147 addressed problems when reseting and inserting a timer
|
* Per PR147 addressed problems when reseting and inserting a timer
|
||||||
|
|||||||
@@ -439,10 +439,6 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
|||||||
(sizeof _CPU_Interrupt_stack_high) +
|
(sizeof _CPU_Interrupt_stack_high) +
|
||||||
(sizeof _CPU_Null_fp_context);
|
(sizeof _CPU_Null_fp_context);
|
||||||
|
|
||||||
#ifndef NO_TABLE_MOVE
|
|
||||||
uninitialized += (sizeof _CPU_Trap_Table_area);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2001-04-04 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
* spsize/size.c: Reflect SPARC modifcation to get rid of
|
||||||
|
NO_TABLE_MOVE and references to _CPU_Trap_Table_area.
|
||||||
|
|
||||||
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
2001-03-29 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* Per PR147 addressed problems when reseting and inserting a timer
|
* Per PR147 addressed problems when reseting and inserting a timer
|
||||||
|
|||||||
@@ -439,10 +439,6 @@ uninitialized += (sizeof _CPU_Interrupt_stack_low) +
|
|||||||
(sizeof _CPU_Interrupt_stack_high) +
|
(sizeof _CPU_Interrupt_stack_high) +
|
||||||
(sizeof _CPU_Null_fp_context);
|
(sizeof _CPU_Null_fp_context);
|
||||||
|
|
||||||
#ifndef NO_TABLE_MOVE
|
|
||||||
uninitialized += (sizeof _CPU_Trap_Table_area);
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user