summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2008-07-16 22:04:06 +0000
committerTill Straumann <strauman@slac.stanford.edu>2008-07-16 22:04:06 +0000
commit6ce3f7b7e2bf811fc1bf6914d11d238a5b06e271 (patch)
tree762cf6cfb14ba0ac3dbb32e58ab2cf453098a467 /c/src/lib/libcpu/powerpc/ChangeLog
parent2008-07-16 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-6ce3f7b7e2bf811fc1bf6914d11d238a5b06e271.tar.bz2
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...
Diffstat (limited to 'c/src/lib/libcpu/powerpc/ChangeLog')
-rw-r--r--c/src/lib/libcpu/powerpc/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/powerpc/ChangeLog b/c/src/lib/libcpu/powerpc/ChangeLog
index d003d89059..3c53b7e21e 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
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...
+
+2008-07-16 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/cpu.c: use ppc_interrupt_get_disable_mask()
to determine which bits to set/clear from _CPU_Context_Initialize().