summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-12-02 01:41:57 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-12-02 01:41:57 +0000
commitc7f8408d31287d45ee722bd941a8057c67e7f274 (patch)
treebb52c0e1184a42a570e0bab6f109763b0d25bbab /c/src/lib/libcpu/powerpc/ChangeLog
parent2009-12-01 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-c7f8408d31287d45ee722bd941a8057c67e7f274.tar.bz2
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/cpu.c, new-exceptions/cpu_asm.S, new-exceptions/bspsupport/ppc_exc_asm_macros.h, new-exceptions/bspsupport/ppc_exc_initialize.c, new-exceptions/bspsupport/vectors.h: Added AltiVec support (save/restore volatile vregs across exceptions).
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 6807e6b104..69c27f65d5 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,14 @@
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/cpu.c, new-exceptions/cpu_asm.S,
+ new-exceptions/bspsupport/ppc_exc_asm_macros.h,
+ new-exceptions/bspsupport/ppc_exc_initialize.c,
+ new-exceptions/bspsupport/vectors.h:
+ Added AltiVec support (save/restore volatile vregs
+ across exceptions).
+
+2009-12-01 Till Straumann <strauman@slac.stanford.edu>
+
* Makefile.am, mpc6xx/altivec: new directory implementing
support for AltiVec context saving/restoring.