summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index 3c53b7e21e..703956afc9 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,16 @@
2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/bspsupport/vectors_init.c: must not
+ align start of stack downwards (we don't 'own' memory
+ below start). Instead, use original boundaries but
+ align the stack pointer as required.
+
+ Added test to verify that R13 was loaded with _SDA_BASE_
+ during early initialization (low-level assembly code
+ relies on it).
+
+2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/cpu.c: propagate R2 to all task contexts
even if the ABI is SVR4. Cannot hurt...