summaryrefslogtreecommitdiffstats
path: root/c/src/exec/score/cpu/sparc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-15 21:33:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-11-15 21:33:35 +0000
commit477e2d195fbaaab64fb5e6b8443982ad423d05b6 (patch)
tree36548531ac8e11ecfffe51afbca0a26905f8d768 /c/src/exec/score/cpu/sparc/ChangeLog
parent2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl> (diff)
downloadrtems-477e2d195fbaaab64fb5e6b8443982ad423d05b6.tar.bz2
2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
* cpu.c, rtems/cpu/sparc.h: Make floating point optional based on gcc arguments. Do not initialize FP context if there is no FPU. Flush instruction cache after installing RTEMS trap handler.
Diffstat (limited to 'c/src/exec/score/cpu/sparc/ChangeLog')
-rw-r--r--c/src/exec/score/cpu/sparc/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/c/src/exec/score/cpu/sparc/ChangeLog b/c/src/exec/score/cpu/sparc/ChangeLog
index d3ceec3c9f..0c2efb42b0 100644
--- a/c/src/exec/score/cpu/sparc/ChangeLog
+++ b/c/src/exec/score/cpu/sparc/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-14 Jiri Gaisler <jgais@ws.estec.esa.nl>
+
+ * cpu.c, rtems/cpu/sparc.h: Make floating point optional based
+ on gcc arguments. Do not initialize FP context if there is
+ no FPU. Flush instruction cache after installing RTEMS trap handler.
+
2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.