<!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-04-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>jennifer</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-04-30 Jennifer Averett

        * Target_arm.cc, Target_m68k.cc, Target_powerpc.cc, Target_sparc.cc:
        Added branch instructions into constructor.
</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.197&r2=text&tr2=1.198&diff_format=h">M</a></td><td width='1%'>1.198</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_arm.cc.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-coverage/Target_arm.cc</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/rtems-coverage/Target_m68k.cc.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-coverage/Target_m68k.cc</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/rtems-coverage/Target_powerpc.cc.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-coverage/Target_powerpc.cc</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.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>rtems-coverage/Target_sparc.cc</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/rtems-coverage/ChangeLog:1.197 gcc-testing/rtems-coverage/ChangeLog:1.198
--- gcc-testing/rtems-coverage/ChangeLog:1.197  Thu Apr 29 14:12:30 2010
+++ gcc-testing/rtems-coverage/ChangeLog        Fri Apr 30 07:43:14 2010
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2010-04-30    Jennifer Averett
+
+       * Target_arm.cc, Target_m68k.cc, Target_powerpc.cc, Target_sparc.cc:
+       Added branch instructions into constructor.
+
</font> 2010-04-29        Jennifer Averett <Jennifer.Averett@OARcorp.com>
 
        * CoverageMapBase.cc, CoverageReaderQEMU.cc, DesiredSymbols.cc,

<font color='#006600'>diff -u gcc-testing/rtems-coverage/Target_arm.cc:1.1 gcc-testing/rtems-coverage/Target_arm.cc:1.2
--- gcc-testing/rtems-coverage/Target_arm.cc:1.1        Thu Apr 22 14:14:07 2010
+++ gcc-testing/rtems-coverage/Target_arm.cc    Fri Apr 30 07:43:14 2010
</font><font color='#997700'>@@ -19,6 +19,25 @@
</font>   Target_arm::Target_arm( std::string targetName ):
     TargetBase( targetName )
   {
<font color='#000088'>+    branchInstructions.push_back("bcc");
+    branchInstructions.push_back("bcs");
+    branchInstructions.push_back("beq");
+    branchInstructions.push_back("bge");
+    branchInstructions.push_back("bgt");
+    branchInstructions.push_back("bhi");
+    branchInstructions.push_back("bl-hi");
+    branchInstructions.push_back("bl-lo");
+    branchInstructions.push_back("ble");
+    branchInstructions.push_back("bls");
+    branchInstructions.push_back("blt");
+    branchInstructions.push_back("bmi");
+    branchInstructions.push_back("bne");
+    branchInstructions.push_back("bpl");
+    branchInstructions.push_back("bvc");
+    branchInstructions.push_back("bvs");
+<span style="background-color: #FF0000">  </span>
+    branchInstructions.sort();
+
</font>   }
 
   Target_arm::~Target_arm()

<font color='#006600'>diff -u gcc-testing/rtems-coverage/Target_m68k.cc:1.1 gcc-testing/rtems-coverage/Target_m68k.cc:1.2
--- gcc-testing/rtems-coverage/Target_m68k.cc:1.1       Thu Apr 22 14:14:07 2010
+++ gcc-testing/rtems-coverage/Target_m68k.cc   Fri Apr 30 07:43:14 2010
</font><font color='#997700'>@@ -19,6 +19,25 @@
</font>   Target_m68k::Target_m68k( std::string targetName ):
     TargetBase( targetName )
   {
<font color='#000088'>+    branchInstructions.push_back("bcc");
+    branchInstructions.push_back("bcs");
+    branchInstructions.push_back("beq");
+    branchInstructions.push_back("bge");
+    branchInstructions.push_back("bgt");
+    branchInstructions.push_back("bhi");
+    branchInstructions.push_back("bhs");
+    branchInstructions.push_back("ble");
+    branchInstructions.push_back("blo");
+    branchInstructions.push_back("bls");
+    branchInstructions.push_back("blt");
+    branchInstructions.push_back("bmi");
+    branchInstructions.push_back("bne");
+    branchInstructions.push_back("bpl");
+    branchInstructions.push_back("bvc");
+    branchInstructions.push_back("bvs");
+<span style="background-color: #FF0000">  </span>
+    branchInstructions.sort();
+
</font>   }
 
   Target_m68k::~Target_m68k()

<font color='#006600'>diff -u gcc-testing/rtems-coverage/Target_powerpc.cc:1.1 gcc-testing/rtems-coverage/Target_powerpc.cc:1.2
--- gcc-testing/rtems-coverage/Target_powerpc.cc:1.1    Thu Apr 22 14:14:07 2010
+++ gcc-testing/rtems-coverage/Target_powerpc.cc        Fri Apr 30 07:43:14 2010
</font><font color='#997700'>@@ -19,6 +19,14 @@
</font>   Target_powerpc::Target_powerpc( std::string targetName ):
     TargetBase( targetName )
   {
<font color='#000088'>+    branchInstructions.push_back("bc");
+    branchInstructions.push_back("bca");
+    branchInstructions.push_back("bcl");
+    branchInstructions.push_back("bcla");
+    branchInstructions.push_back("bcctr");
+    branchInstructions.push_back("bcctrl");
+<span style="background-color: #FF0000">  </span>
+    branchInstructions.sort();<span style="background-color: #FF0000">    </span>
</font>   }
 
   Target_powerpc::~Target_powerpc()

<font color='#006600'>diff -u gcc-testing/rtems-coverage/Target_sparc.cc:1.2 gcc-testing/rtems-coverage/Target_sparc.cc:1.3
--- gcc-testing/rtems-coverage/Target_sparc.cc:1.2      Thu Apr 29 14:12:31 2010
+++ gcc-testing/rtems-coverage/Target_sparc.cc  Fri Apr 30 07:43:14 2010
</font><font color='#997700'>@@ -19,6 +19,24 @@
</font>   Target_sparc::Target_sparc( std::string targetName ):
     TargetBase( targetName )
   {
<font color='#000088'>+    branchInstructions.push_back("bn");
+    branchInstructions.push_back("be");
+    branchInstructions.push_back("ble");
+    branchInstructions.push_back("bl");
+    branchInstructions.push_back("bleu");
+    branchInstructions.push_back("bcs");
+    branchInstructions.push_back("bneg");
+    branchInstructions.push_back("bvs");
+    branchInstructions.push_back("ba");
+    branchInstructions.push_back("bne");
+    branchInstructions.push_back("bg");
+    branchInstructions.push_back("bge");
+    branchInstructions.push_back("bgu");
+    branchInstructions.push_back("bcc");
+    branchInstructions.push_back("bpos");
+    branchInstructions.push_back("bvc");
+<span style="background-color: #FF0000">  </span>
+    branchInstructions.sort();<span style="background-color: #FF0000">    </span>
</font>   }
 
   Target_sparc::~Target_sparc()
</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>