<!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-11)</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-11 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * Target_sparc.cc: Recognize unknown as a nop on SPARC.
</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.224&r2=text&tr2=1.225&diff_format=h">M</a></td><td width='1%'>1.225</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/Target_sparc.cc.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>rtems-coverage/Target_sparc.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/rtems-coverage/ChangeLog:1.224 gcc-testing/rtems-coverage/ChangeLog:1.225
--- gcc-testing/rtems-coverage/ChangeLog:1.224  Tue May 11 17:47:47 2010
+++ gcc-testing/rtems-coverage/ChangeLog        Tue May 11 20:03:28 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-05-11        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
<font color='#000088'>+   * Target_sparc.cc: Recognize unknown as a nop on SPARC.
+
+2010-05-11     Joel Sherrill <joel.sherrilL@OARcorp.com>
+
</font>   * TargetFactory.cc, covoar.cc: Fix tool/cpu/target name issues.
 
 2010-05-11     Joel Sherrill <joel.sherrilL@OARcorp.com>

<font color='#006600'>diff -u gcc-testing/rtems-coverage/Target_sparc.cc:1.3 gcc-testing/rtems-coverage/Target_sparc.cc:1.4
--- gcc-testing/rtems-coverage/Target_sparc.cc:1.3      Fri Apr 30 07:43:14 2010
+++ gcc-testing/rtems-coverage/Target_sparc.cc  Tue May 11 20:03:28 2010
</font><font color='#997700'>@@ -53,6 +53,10 @@
</font>       return true;
     }
 
<font color='#000088'>+    if (!strcmp( &line[strlen(line)-7], "unknown")) {
+      size = 4;<span style="background-color: #FF0000"> </span>
+      return true;
+    }<span style="background-color: #FF0000"> </span>
</font>     #define GNU_LD_FILLS_ALIGNMENT_WITH_RTS
     #if defined(GNU_LD_FILLS_ALIGNMENT_WITH_RTS)
       // Until binutils 2.20, binutils would fill with rts not nop
</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>