summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/unix/posix/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-24 20:52:56 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-07-24 20:52:56 +0000
commitf10d37f018ca0e9359cdcf54c6d5ac5bd90e2905 (patch)
treed1cd055657d62ca30da46291e066381233a4b1ab /c/src/lib/libbsp/unix/posix/ChangeLog
parent2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-f10d37f018ca0e9359cdcf54c6d5ac5bd90e2905.tar.bz2
2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
* Makefile.am, startup/main.c: Now can link with C compiler and not require C++ compiler to link. The file rtems-ctor.cc is not being built but if there is a need for C++ code to run on this BSP, then it will have to be addressed. The simplest solution which might work is to check the RTEMS system state before calling bsp_start() in main().
Diffstat (limited to 'c/src/lib/libbsp/unix/posix/ChangeLog')
-rw-r--r--c/src/lib/libbsp/unix/posix/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/unix/posix/ChangeLog b/c/src/lib/libbsp/unix/posix/ChangeLog
index 53c58d56a3..83c1b03aa3 100644
--- a/c/src/lib/libbsp/unix/posix/ChangeLog
+++ b/c/src/lib/libbsp/unix/posix/ChangeLog
@@ -1,3 +1,11 @@
+2007-07-24 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * Makefile.am, startup/main.c: Now can link with C compiler and not
+ require C++ compiler to link. The file rtems-ctor.cc is not being
+ built but if there is a need for C++ code to run on this BSP, then it
+ will have to be addressed. The simplest solution which might work is
+ to check the RTEMS system state before calling bsp_start() in main().
+
2007-05-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* startup/bspstart.c: Use uintptr_t for address arithmetics.