<!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-26)</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>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-05-26 Jennifer.Averett<Jennifer.Averett@OARcorp.com>

        * DesiredSymbols.cc: added -C to addr2line system call.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/covoar/ChangeLog.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>covoar/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/covoar/DesiredSymbols.cc.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>covoar/DesiredSymbols.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/covoar/ChangeLog:1.6 gcc-testing/covoar/ChangeLog:1.7
--- gcc-testing/covoar/ChangeLog:1.6    Tue May 25 14:14:48 2010
+++ gcc-testing/covoar/ChangeLog        Wed May 26 07:41:11 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-05-26    Jennifer.Averett<Jennifer.Averett@OARcorp.com>
+
+       * DesiredSymbols.cc: added -C to addr2line system call.
+
</font> 2010-05-25        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * DesiredSymbols.cc, Explanations.cc, ObjdumpProcessor.cc,

<font color='#006600'>diff -u gcc-testing/covoar/DesiredSymbols.cc:1.2 gcc-testing/covoar/DesiredSymbols.cc:1.3
--- gcc-testing/covoar/DesiredSymbols.cc:1.2    Tue May 25 14:14:48 2010
+++ gcc-testing/covoar/DesiredSymbols.cc        Wed May 26 07:41:13 2010
</font><font color='#997700'>@@ -418,7 +418,7 @@
</font> 
     sprintf(
       command,
<font color='#880000'>-      "%s -e %s <%s | dos2unix >%s",
</font><font color='#000088'>+      "%s -Ce %s <%s | dos2unix >%s",
</font>       TargetInfo->getAddr2line(),
       fileName.c_str(),
       "ranges1.tmp",
</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>