]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/language/c/libc/startup/v2_0/ChangeLog
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / language / c / libc / startup / v2_0 / ChangeLog
index ecd0c6fbfa9d107a73fc0d538ebc566295f2496f..ce31c80d53a527539cc11e2b4d5c8b8031d396bc 100644 (file)
@@ -1,3 +1,18 @@
+2007-10-05  Jonathan Larmour  <jifl@eCosCentric.com>
+
+       * src/main.cxx (main): Suspend main thread, rather than exit.
+       Thanks to Sergei Organov for the idea.
+
+2007-09-11  Andrew Lunn  <andrew.lunn@ascom.ch>
+
+       * src/cstartup.cxx: Change the INIT priority of
+       cyg_libc_startup_obj so that it is always called after the thread
+       has been constructed. Reported by taiyun@sunnorth.com.cn
+
+2007-07-02  Gary Thomas  <gary@mlbassoc.com>
+
+       * cdl/startup.cdl: Add (char *) casts to make GCC/4.2.x happy.
+
 2003-03-07  Jonathan Larmour  <jifl@eCosCentric.com>
 
        * src/mainthread.cxx: Align stack to relevant architecture alignment.