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:
Joel Sherrill
2002-04-04 22:29:47 +00:00
parent 6940f50786
commit beaa47bc46
4 changed files with 10 additions and 8 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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