summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libcpu/powerpc/ChangeLog
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2007-12-05 08:35:55 +0000
committerTill Straumann <strauman@slac.stanford.edu>2007-12-05 08:35:55 +0000
commit0fb0eb034c1cf2eae384548df07893ec8e270d26 (patch)
treead86ef34f7f7d9a98eb670cbc4479683553a6fc0 /c/src/lib/libcpu/powerpc/ChangeLog
parent2007-12-05 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-0fb0eb034c1cf2eae384548df07893ec8e270d26.tar.bz2
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
* new-exceptions/raw_exception.c: made all <cpu>_vector_is_valid() subroutines that are called from ppc_vector_is_valid() 'static'.
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 57ffb0bb90..013ac3eea2 100644
--- a/c/src/lib/libcpu/powerpc/ChangeLog
+++ b/c/src/lib/libcpu/powerpc/ChangeLog
@@ -1,5 +1,10 @@
2007-12-05 Till Straumann <strauman@slac.stanford.edu>
+ * new-exceptions/raw_exception.c: made all <cpu>_vector_is_valid()
+ subroutines that are called from ppc_vector_is_valid() 'static'.
+
+2007-12-05 Till Straumann <strauman@slac.stanford.edu>
+
* new-exceptions/raw_exception.c, new-exceptions/raw_exception.h:
Qualified all exception vector symbols that are only defined
#ifdef <cpu_flavor> with <cpu_flavor> in the symbol name.