summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:14:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-14 20:14:35 +0000
commit3ddf3b5e96d076938c1c76fcabe3c52088a4d672 (patch)
treeb3a6cb11ee19090153d8b12e52af6b4d2663b9cf /c/src/lib/libcpu/powerpc/ChangeLog
parent2001-11-14 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-3ddf3b5e96d076938c1c76fcabe3c52088a4d672.tar.bz2
2001-11-14 Till Straumann <strauman@SLAC.Stanford.EDU>
* new_exception_processing/cpu_asm.S: Support double or single precision context switches. Note that doing a single precision context save/restore on a double precision PowerPC machine does not only result in rounding errors but also screws up the FPSCR register!
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 822d7fef3b..39a08e5733 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,3 +1,11 @@
+2001-11-14 Till Straumann <strauman@SLAC.Stanford.EDU>
+
+
+ * new_exception_processing/cpu_asm.S: Support double or single
+ precision context switches. Note that doing a single precision
+ context save/restore on a double precision PowerPC machine does not
+ only result in rounding errors but also screws up the FPSCR register!
+
2001-11-08 Dennis Ehlin (ECS) <Dennis.Ehlin@ecs.ericsson.se>
This modification is part of the submitted modifications necessary to