<!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 rtems-testing (2010-07-22)</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-07-21 Vinu Rajashekhar <vinutheraj@gmail.com>

        * pc386.in: Add Go support. Plus some cleanup from Joel.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/ChangeLog.diff?r1=text&tr1=1.88&r2=text&tr2=1.89&diff_format=h">M</a></td><td width='1%'>1.89</td><td width='100%'>sim-scripts/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/sim-scripts/pc386.in.diff?r1=text&tr1=1.8&r2=text&tr2=1.9&diff_format=h">M</a></td><td width='1%'>1.9</td><td width='100%'>sim-scripts/pc386.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/sim-scripts/ChangeLog:1.88 rtems-testing/sim-scripts/ChangeLog:1.89
--- rtems-testing/sim-scripts/ChangeLog:1.88    Tue Jul 20 11:21:21 2010
+++ rtems-testing/sim-scripts/ChangeLog Thu Jul 22 06:38:15 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-07-21    Vinu Rajashekhar <vinutheraj@gmail.com>
+
+       * pc386.in: Add Go support. Plus some cleanup from Joel.
+
</font> 2010-07-20        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * gdb-sim-run.in, gdb-sim.in: Use bash.

<font color='#006600'>diff -u rtems-testing/sim-scripts/pc386.in:1.8 rtems-testing/sim-scripts/pc386.in:1.9
--- rtems-testing/sim-scripts/pc386.in:1.8      Mon May 10 15:31:15 2010
+++ rtems-testing/sim-scripts/pc386.in  Thu Jul 22 06:38:15 2010
</font><font color='#997700'>@@ -59,7 +59,7 @@
</font>   # -cpu 486
   # can also redirect to file with file:log/"`basename ${1} .exe`
   SERIAL_ARG="stdio"
<font color='#880000'>-  echo "-m 8 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
</font><font color='#000088'>+  echo "-m 64 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
</font>          -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
 }
 
</pre>
<p> </p>
<a name='cs2'></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-07-22 Vinu Rajashekhar <vinutheraj@gmail.com>

        * do_one: Add Go support. Plus some cleanup from Joel.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/gcc/ChangeLog.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/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/gcc/do_one.diff?r1=text&tr1=1.15&r2=text&tr2=1.16&diff_format=h">M</a></td><td width='1%'>1.16</td><td width='100%'>gcc/do_one</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/gcc/ChangeLog:1.14 rtems-testing/gcc/ChangeLog:1.15
--- rtems-testing/gcc/ChangeLog:1.14    Wed Jul 21 07:41:37 2010
+++ rtems-testing/gcc/ChangeLog Thu Jul 22 06:39:24 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-07-22    Vinu Rajashekhar <vinutheraj@gmail.com>
+
+       * do_one: Add Go support. Plus some cleanup from Joel.
+
</font> 2010-07-21        Vinu Rajashekhar <vinutheraj@gmail.com>
 
        * do_one, rundeja, test_driver: Add Go support. Plus some cleanup from

<font color='#006600'>diff -u rtems-testing/gcc/do_one:1.15 rtems-testing/gcc/do_one:1.16
--- rtems-testing/gcc/do_one:1.15       Wed Jul 21 07:41:37 2010
+++ rtems-testing/gcc/do_one    Thu Jul 22 06:39:24 2010
</font><font color='#997700'>@@ -517,7 +517,7 @@
</font>     qemu|pc386)
       ENABLE_BSP="${ENABLE_BSP} USE_COM1_AS_CONSOLE=1"
       ENABLE_BSP="${ENABLE_BSP} BSP_PRESS_KEY_FOR_RESET=0"
<font color='#880000'>-      ENABLE_BSP="${ENABLE_BSP} BSP_RESET_BOARD_AT_EXIT=0"
</font><font color='#000088'>+      ENABLE_BSP="${ENABLE_BSP} BSP_RESET_BOARD_AT_EXIT=1"
</font>       ;;
     *) ;;
   esac
</pre>
<p> </p>
<a name='cs3'></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-07-22 Joel Sherrill <joel.sherrill@oarcorp.com>

        * VERSIONS: Update autoconf.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/ChangeLog.diff?r1=text&tr1=1.59&r2=text&tr2=1.60&diff_format=h">M</a></td><td width='1%'>1.60</td><td width='100%'>ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/VERSIONS.diff?r1=text&tr1=1.13&r2=text&tr2=1.14&diff_format=h">M</a></td><td width='1%'>1.14</td><td width='100%'>VERSIONS</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/ChangeLog:1.59 rtems-testing/ChangeLog:1.60
--- rtems-testing/ChangeLog:1.59        Mon Jul 19 19:43:26 2010
+++ rtems-testing/ChangeLog     Thu Jul 22 06:40:01 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-07-22    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * VERSIONS: Update autoconf.
+
</font> 2010-07-19        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * VERSIONS: Update versions.

<font color='#006600'>diff -u rtems-testing/VERSIONS:1.13 rtems-testing/VERSIONS:1.14
--- rtems-testing/VERSIONS:1.13 Mon Jul 19 19:43:26 2010
+++ rtems-testing/VERSIONS      Thu Jul 22 06:40:02 2010
</font><font color='#997700'>@@ -6,12 +6,13 @@
</font> #GCC_VERSION=svn
 #GCC_VERSION=4.4.2
 #GCC_VERSION=4.3.4
<font color='#880000'>-GCC_VERSION=4.5.0
</font><font color='#000088'>+#GCC_VERSION=4.5.0
+GCC_VERSION=go
</font> 
 # NOTE: 2.63 for 4.4 and lower?
 case ${GCC_VERSION} in
   4.[32]*)   AUTOCONF=${BASEDIR}/autoconf-2.63 ;;
<font color='#880000'>-  *)         AUTOCONF=${BASEDIR}/autoconf-2.65 ;;
</font><font color='#000088'>+  *)         AUTOCONF=${BASEDIR}/autoconf-2.66 ;;
</font> esac
 AUTOMAKE=${BASEDIR}/automake-1.11.1
 GCCDIR=${BASEDIR}/gcc-${GCC_VERSION}
</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>