<!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 gcc-testing (2010-05-18)</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>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-18 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * app_common.cc: Style.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/rtems-coverage/ChangeLog.diff?r1=text&tr1=1.258&r2=text&tr2=1.259&diff_format=h">M</a></td><td width='1%'>1.259</td><td width='100%'>rtems-coverage/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/rtems-coverage/app_common.cc.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>rtems-coverage/app_common.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/rtems-coverage/ChangeLog:1.258 gcc-testing/rtems-coverage/ChangeLog:1.259
--- gcc-testing/rtems-coverage/ChangeLog:1.258  Mon May 17 16:47:07 2010
+++ gcc-testing/rtems-coverage/ChangeLog        Tue May 18 09:02:12 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-05-18    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * app_common.cc: Style.
+
</font> 2010-05-17        Glenn Humphrey
 
        * CoverageReaderBase.h, CoverageReaderQEMU.cc, CoverageReaderQEMU.h,

<font color='#006600'>diff -u gcc-testing/rtems-coverage/app_common.cc:1.7 gcc-testing/rtems-coverage/app_common.cc:1.8
--- gcc-testing/rtems-coverage/app_common.cc:1.7        Mon May 17 16:47:07 2010
+++ gcc-testing/rtems-coverage/app_common.cc    Tue May 18 09:02:12 2010
</font><font color='#997700'>@@ -33,7 +33,11 @@
</font> bool                        BranchInfoAvailable = false;
 Target::TargetBase*         TargetInfo          = NULL;
 
<font color='#880000'>-bool FileIsNewer( const char *f1, const char *f2 ) {
</font><font color='#000088'>+bool FileIsNewer(
+  const char *f1,
+  const char *f2
+)
+{
</font>   struct STAT buf1, buf2;
 
    if (STAT( f2, &buf2 ) == -1)
<font color='#997700'>@@ -48,7 +52,8 @@
</font>   return false;
 }
 
<font color='#880000'>-bool FileIsReadable( const char *f1 ) {
</font><font color='#000088'>+bool FileIsReadable( const char *f1 )
+{
</font>   struct STAT buf1;
 
   if (STAT( f1, &buf1 ) == -1)
</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>