summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2009-12-02 01:46:45 +0000
committerTill Straumann <strauman@slac.stanford.edu>2009-12-02 01:46:45 +0000
commit6ce625ef5dabbdeca782a9f4bcf02b702bc31739 (patch)
tree56e98640b80e63e92684239df2e2f3996ab8157e /c/src/lib/libbsp/powerpc/psim/ChangeLog
parent2009-12-01 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-6ce625ef5dabbdeca782a9f4bcf02b702bc31739.tar.bz2
2009-12-01 Till Straumann <strauman@slac.stanford.edu>
* Makefile.am, start/start.S: Added AltiVec support (only effective if user modifies psim.cfg: CPU_CFLAGS choosing a CPU architecture with AltiVec or directly adding -maltivec, -mabi=altivec). * start/start.S: removed '.file' statement which confused gdb.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/ChangeLog')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/ChangeLog b/c/src/lib/libbsp/powerpc/psim/ChangeLog
index 13815036c7..6a9de2923d 100644
--- a/c/src/lib/libbsp/powerpc/psim/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/psim/ChangeLog
@@ -1,3 +1,13 @@
+2009-12-01 Till Straumann <strauman@slac.stanford.edu>
+
+ * Makefile.am, start/start.S: Added AltiVec support
+ (only effective if user modifies psim.cfg: CPU_CFLAGS
+ choosing a CPU architecture with AltiVec or directly
+ adding -maltivec, -mabi=altivec).
+
+ * start/start.S: removed '.file' statement which
+ confused gdb.
+
2009-11-15 Till Straumann <strauman@slac.stanford.edu>
* startup/bspstart.c: use normal get_ppc_cpu_type()