summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2006-06-19 19:57:01 +0000
committerTill Straumann <strauman@slac.stanford.edu>2006-06-19 19:57:01 +0000
commitbbc87852db86fd022cc7a019d71055c43558ea6c (patch)
treef9f1552b018481e0f65e0f27292951b51c2e1886 /c/src/lib/libcpu/powerpc/ChangeLog
parent Never allow the FPU to be switched on for integer-only tasks (diff)
downloadrtems-bbc87852db86fd022cc7a019d71055c43558ea6c.tar.bz2
Never allow the FPU to be switched on for integer-only tasks
(new gcc may use FP regs implicitely).
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 3bd788c8bf..48066f35ae 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,4 +1,9 @@
-2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+2006-06-19 Till Straumann <strauman@slac.stanford.edu>
+
+ * new-exceptions/cpu.c: Never allow the FPU to be switched
+ on for integer-only tasks (new gcc may use FP regs implicitely).
+
+2006-05-16 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Use RTEMS_AMPOLISH3.