summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 20:37:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-29 20:37:20 +0000
commit9fa21da0568fb3725f8f15ad8374048502304307 (patch)
treee8fab4b54ddecb98db02c076f01bf17a8267cbd7 /testsuites/sptests
parent2004-09-29 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-9fa21da0568fb3725f8f15ad8374048502304307.tar.bz2
2004-09-29 Joel Sherrill <joel@OARcorp.com>
* spsize/size.c: i960 obsoleted and all references removed.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/spsize/size.c19
2 files changed, 4 insertions, 19 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 8609dcef39..c3a74fb669 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -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.
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 4b7512a282..e1cba02ca1 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -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 */