summaryrefslogtreecommitdiffstats
path: root/c
diff options
context:
space:
mode:
authorTill Straumann <strauman@slac.stanford.edu>2005-11-03 21:39:33 +0000
committerTill Straumann <strauman@slac.stanford.edu>2005-11-03 21:39:33 +0000
commit9a76deb5cbe18aebbc60de1bfbf454e702194b63 (patch)
tree271ef3871d5e4dc60bf150a5720be5571a8dba54 /c
parent2005-11-03 straumanatslacdotstanforddotedu (diff)
downloadrtems-9a76deb5cbe18aebbc60de1bfbf454e702194b63.tar.bz2
2005-11-03 straumanatslacdotstanforddotedu
* Makefile.am, motorola_powerpc/Makefile.am, mvme5500/Makefile.am, mvme5500/start/preload.S, mvme5500/startup/bspstart.c, shared/startup/bspstart.c: moved linkcmds to shared area for other BSPs to use
Diffstat (limited to 'c')
-rw-r--r--c/src/lib/libbsp/powerpc/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/ChangeLog b/c/src/lib/libbsp/powerpc/ChangeLog
index 6e9e30f60c..07cd05ce2d 100644
--- a/c/src/lib/libbsp/powerpc/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/ChangeLog
@@ -1,5 +1,12 @@
2005-11-03 straumanatslacdotstanforddotedu
+ * Makefile.am, motorola_powerpc/Makefile.am, mvme5500/Makefile.am,
+ mvme5500/start/preload.S, mvme5500/startup/bspstart.c,
+ shared/startup/bspstart.c: moved linkcmds to shared area for other
+ BSPs to use
+
+2005-11-03 straumanatslacdotstanforddotedu
+
* shared/bootloader/misc.c, shared/console/polled_io.c,
shared/residual/residual.c: silenced compiler warnings (type cast &
renaming puts->my_puts)