<!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-21)</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-21 Joel Sherrill <joel.sherrill@oarcorp.com>

        * do_one: Only send results if things ran OK.
        * test_driver: Add quotes in terms of test.
        * testsuite/ada/acats/Makefile.rtems: Add lm32_evr and m32rsim.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/gcc/ChangeLog.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>gcc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/gcc/do_one.diff?r1=text&tr1=1.12&r2=text&tr2=1.13&diff_format=h">M</a></td><td width='1%'>1.13</td><td width='100%'>gcc/do_one</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/gcc/test_driver.diff?r1=text&tr1=1.14&r2=text&tr2=1.15&diff_format=h">M</a></td><td width='1%'>1.15</td><td width='100%'>gcc/test_driver</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems.diff?r1=text&tr1=1.10&r2=text&tr2=1.11&diff_format=h">M</a></td><td width='1%'>1.11</td><td width='100%'>gcc/testsuite/ada/acats/Makefile.rtems</td></tr>
</table>
<pre>
<font color='#006600'>diff -u gcc-testing/gcc/ChangeLog:1.10 gcc-testing/gcc/ChangeLog:1.11
--- gcc-testing/gcc/ChangeLog:1.10      Thu Apr 29 14:54:27 2010
+++ gcc-testing/gcc/ChangeLog   Fri May 21 10:34:38 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-05-21    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * do_one: Only send results if things ran OK.
+       * test_driver: Add quotes in terms of test.
+       * testsuite/ada/acats/Makefile.rtems: Add lm32_evr and m32rsim.
+
</font> 2010-04-29        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * do_one, test_driver: Add more arguments. Remove early exit.

<font color='#006600'>diff -u gcc-testing/gcc/do_one:1.12 gcc-testing/gcc/do_one:1.13
--- gcc-testing/gcc/do_one:1.12 Thu Apr 29 14:54:27 2010
+++ gcc-testing/gcc/do_one      Fri May 21 10:34:38 2010
</font><font color='#997700'>@@ -613,14 +613,16 @@
</font>   cd ${GCCDIR}/gcc/testsuite/ada/acats/ || exit 1
 
   time ${ADASCRIPTDIR}/run_all_rtems.sh ${INSTALL} ${BSP_INSTALL} \
<font color='#880000'>-   ${TARGET} ${bsp} >${LOGDIR}/${cpu}-acats-${bsp}-build.log 2>&1
-  if [ -r work-${bsp}/acats.log ] ; then
-    cp work-${bsp}/acats.log ${LOGDIR}/${cpu}-acats-${bsp}.log
-  fi
</font><font color='#000088'>+    ${TARGET} ${bsp} >${LOGDIR}/${cpu}-acats-${bsp}-build.log 2>&1
+  if [ $? -eq 0 ] ; then
+    if [ -r work-${bsp}/acats.log ] ; then
+      cp work-${bsp}/acats.log ${LOGDIR}/${cpu}-acats-${bsp}.log
+    fi
</font> 
<font color='#880000'>-  if [ ${do_mail} = "yes" ] ; then
-    echo Sending ACATS test results to GCC community..
-    ${ADASCRIPTDIR}/rtems_generate_acats_email ${cpu} ${bsp} yes
</font><font color='#000088'>+    if [ ${do_mail} = "yes" ] ; then
+      echo Sending ACATS test results to GCC community..
+      ${ADASCRIPTDIR}/rtems_generate_acats_email ${cpu} ${bsp} yes
+    fi
</font>   fi
 
   cd ../../../../.. || exit 1

<font color='#006600'>diff -u gcc-testing/gcc/test_driver:1.14 gcc-testing/gcc/test_driver:1.15
--- gcc-testing/gcc/test_driver:1.14    Thu Apr 29 14:54:27 2010
+++ gcc-testing/gcc/test_driver Fri May 21 10:34:39 2010
</font><font color='#997700'>@@ -108,7 +108,7 @@
</font>   echo "Build Ada            " ${doAda}
   echo "Email Results:       " ${doMail}
   echo "Run Tests:           " ${doTests}
<font color='#880000'>-  if [ X${CPUs} = X ] ; then
</font><font color='#000088'>+  if [ "X${CPUs}" = "X" ] ; then
</font>     echo "CPUs to Build:       " ALL
   else
     echo "CPUs to Build:       " ${CPUs}

<font color='#006600'>diff -u gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems:1.10 gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems:1.11
--- gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems:1.10     Fri Oct 30 11:30:48 2009
+++ gcc-testing/gcc/testsuite/ada/acats/Makefile.rtems  Fri May 21 10:34:39 2010
</font><font color='#997700'>@@ -36,6 +36,12 @@
</font>   ifeq ($(RTEMS_BSP),jmr3904)
        echo "  jmr3904 -C -l 240 $$"'*' >> $@
   endif # jmr3904
<font color='#000088'>+  ifeq ($(RTEMS_BSP),lm32_evr)
+       echo "  qemu-lm32_evr -C -l 240 $$"'*' >> $@
+  endif # lm32_evr
+  ifeq ($(RTEMS_BSP),m32rsim)
+       echo "  m32rsim -C -l 180 $$"'*' >> $@
+  endif # m32rsim
</font>   ifeq ($(RTEMS_BSP),psim)
        echo "  psim -C -l 180 $$"'*' >> $@
   endif # psim
<font color='#997700'>@@ -63,9 +69,6 @@
</font>   ifeq ($(RTEMS_BSP),mcf5206elite)
        echo "  nosim $$"'*' >> $@
   endif # mcf5206elite
<font color='#880000'>-  ifeq ($(RTEMS_BSP),eZKit533)
-       echo "  nosim $$"'*' >> $@
-  endif # mcf5206elite
</font>   echo "}" >>$@
 
 stamp-targetgcc:
</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>