<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems (2011-10-30)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>

        * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2973&r2=text&tr2=1.2974&diff_format=h">M</a></td><td width='1%'>1.2974</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/libcsupport/src/newlibc_exit.c.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>cpukit/libcsupport/src/newlibc_exit.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2973 rtems/cpukit/ChangeLog:1.2974
--- rtems/cpukit/ChangeLog:1.2973       Wed Oct 26 09:05:32 2011
+++ rtems/cpukit/ChangeLog      Sun Oct 30 00:33:01 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-10-30    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * libcsupport/src/newlibc_exit.c: Don't undef __USE_INIT_FINI__.
+
</font> 2011-10-26        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * libmisc/monitor/mon-monitor.c (rtems_monitor_wakeup):

<font color='#006600'>diff -u rtems/cpukit/libcsupport/src/newlibc_exit.c:1.12 rtems/cpukit/libcsupport/src/newlibc_exit.c:1.13
--- rtems/cpukit/libcsupport/src/newlibc_exit.c:1.12    Mon Aug 15 03:23:49 2011
+++ rtems/cpukit/libcsupport/src/newlibc_exit.c Sun Oct 30 00:33:01 2011
</font><font color='#997700'>@@ -122,9 +122,6 @@
</font> /* FIXME: These defines are a blatant hack */
   #define EXIT_SYMBOL _exit
 
<font color='#880000'>-  #if defined(__AVR__)
-    #undef __USE_INIT_FINI__
-  #endif
</font>   #if defined(__USE_INIT_FINI__)
     #if defined(__m32r__)
       #define FINI_SYMBOL __fini
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>