change log for gcc-testing (2010-05-27)

rtems-vc at rtems.org rtems-vc at rtems.org
Thu May 27 22:10:02 UTC 2010


 *joel*:
2010-05-27	Joel Sherrill <joel.sherrilL at OARcorp.com>

	* CoverageReaderTSIM.cc: Coverage byte is in hexadecimal.
	* Target_sparc.cc: Add annulled form of branches.

M   1.11  covoar/ChangeLog
M    1.4  covoar/CoverageReaderTSIM.cc
M    1.2  covoar/Target_sparc.cc

diff -u gcc-testing/covoar/ChangeLog:1.10 gcc-testing/covoar/ChangeLog:1.11
--- gcc-testing/covoar/ChangeLog:1.10	Thu May 27 14:32:03 2010
+++ gcc-testing/covoar/ChangeLog	Thu May 27 16:33:23 2010
@@ -1,3 +1,8 @@
+2010-05-27	Joel Sherrill <joel.sherrilL at OARcorp.com>
+
+	* CoverageReaderTSIM.cc: Coverage byte is in hexadecimal.
+	* Target_sparc.cc: Add annulled form of branches.
+
 2010-05-27	Jennifer Averett <Jennifer.Averett at OARcorp.com>
 
 	* ReportsHtml.cc: Modified to correctly sort of numeric values.

diff -u gcc-testing/covoar/CoverageReaderTSIM.cc:1.3 gcc-testing/covoar/CoverageReaderTSIM.cc:1.4
--- gcc-testing/covoar/CoverageReaderTSIM.cc:1.3	Wed May 26 18:19:52 2010
+++ gcc-testing/covoar/CoverageReaderTSIM.cc	Thu May 27 16:33:23 2010
@@ -65,7 +65,7 @@
 
       for (i=0; i < 0x80; i+=4) {
         unsigned int a;
-        status = fscanf( coverageFile, "%d", &cover );
+        status = fscanf( coverageFile, "%x", &cover );
 	if (status == EOF || status == 0) {
           fprintf(
             stderr,

diff -u gcc-testing/covoar/Target_sparc.cc:1.1 gcc-testing/covoar/Target_sparc.cc:1.2
--- gcc-testing/covoar/Target_sparc.cc:1.1	Mon May 24 15:07:08 2010
+++ gcc-testing/covoar/Target_sparc.cc	Thu May 27 16:33:23 2010
@@ -20,21 +20,37 @@
     TargetBase( targetName )
   {
     branchInstructions.push_back("bn");
+    branchInstructions.push_back("bn,a");
     branchInstructions.push_back("be");
+    branchInstructions.push_back("be,a");
     branchInstructions.push_back("ble");
+    branchInstructions.push_back("ble,a");
     branchInstructions.push_back("bl");
+    branchInstructions.push_back("bl,a");
     branchInstructions.push_back("bleu");
+    branchInstructions.push_back("bleu,a");
     branchInstructions.push_back("bcs");
+    branchInstructions.push_back("bcs,a");
     branchInstructions.push_back("bneg");
+    branchInstructions.push_back("bneg,a");
     branchInstructions.push_back("bvs");
+    branchInstructions.push_back("bvs,a");
     branchInstructions.push_back("ba");
+    branchInstructions.push_back("ba,a");
     branchInstructions.push_back("bne");
+    branchInstructions.push_back("bne,a");
     branchInstructions.push_back("bg");
+    branchInstructions.push_back("bg,a");
     branchInstructions.push_back("bge");
+    branchInstructions.push_back("bge,a");
     branchInstructions.push_back("bgu");
+    branchInstructions.push_back("bgu,a");
     branchInstructions.push_back("bcc");
+    branchInstructions.push_back("bcc,a");
     branchInstructions.push_back("bpos");
+    branchInstructions.push_back("bpos,a");
     branchInstructions.push_back("bvc");
+    branchInstructions.push_back("bvc,a");
   
     branchInstructions.sort();    
   }



--

Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100527/9200723d/attachment-0001.html>


More information about the vc mailing list