<!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 (2011-01-28)</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>2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>

        * cvscommit: Now running Go tests on PowerPC (2/3 passing) and i386 (in
        process).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/cvs-helpers/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%'>cvs-helpers/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/cvs-helpers/cvscommit.diff?r1=text&tr1=1.4&r2=text&tr2=1.5&diff_format=h">M</a></td><td width='1%'>1.5</td><td width='100%'>cvs-helpers/cvscommit</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/cvs-helpers/ChangeLog:1.14 rtems-testing/cvs-helpers/ChangeLog:1.15
--- rtems-testing/cvs-helpers/ChangeLog:1.14    Tue Jan  4 13:53:53 2011
+++ rtems-testing/cvs-helpers/ChangeLog Fri Jan 28 12:21:20 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-01-28    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * cvscommit: Now running Go tests on PowerPC (2/3 passing) and i386 (in
+       process).
+
</font> 2011-01-04        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * cvscommit, mkChangeLogList: Avoid processing autom4te.cache

<font color='#006600'>diff -u rtems-testing/cvs-helpers/cvscommit:1.4 rtems-testing/cvs-helpers/cvscommit:1.5
--- rtems-testing/cvs-helpers/cvscommit:1.4     Tue Jan  4 13:53:53 2011
+++ rtems-testing/cvs-helpers/cvscommit Fri Jan 28 12:21:20 2011
</font><font color='#997700'>@@ -78,6 +78,15 @@
</font>   subdirs="* ."
 fi
 
<font color='#000088'>+# Make sure we have user information
+if test "X${userInfo}" = "X" ; then
+  user_name=`grep ^${user} /etc/passwd | cut -d':' -f5 | cut -d',' -f1`
+  if test "X${user_name}" = "X" ; then
+    echo "User information not set"
+    usage
+  fi
+fi
+
</font> commit()
 {
   ${CVS} up ChangeLog
</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>2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>

        * do_one, networkconfig.h, rtems_gccgo_init.c: Now running Go tests on
        PowerPC (2/3 passing) and i386 (in process).
</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.19&r2=text&tr2=1.20&diff_format=h">M</a></td><td width='1%'>1.20</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.21&r2=text&tr2=1.22&diff_format=h">M</a></td><td width='1%'>1.22</td><td width='100%'>gcc/do_one</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/gcc/networkconfig.h.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%'>gcc/networkconfig.h</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/gcc/rtems_gccgo_init.c.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%'>gcc/rtems_gccgo_init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/gcc/ChangeLog:1.19 rtems-testing/gcc/ChangeLog:1.20
--- rtems-testing/gcc/ChangeLog:1.19    Fri Jan 28 09:59:17 2011
+++ rtems-testing/gcc/ChangeLog Fri Jan 28 12:21:23 2011
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2011-01-28        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * do_one, networkconfig.h, rtems_gccgo_init.c: Now running Go tests on
+       PowerPC (2/3 passing) and i386 (in process).
+
+2011-01-28     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * do_one, test_driver, testsuite/ada/acats/Makefile.rtems: Various
        improvements as part of testing gcc 4.6.0.
 

<font color='#006600'>diff -u rtems-testing/gcc/do_one:1.21 rtems-testing/gcc/do_one:1.22
--- rtems-testing/gcc/do_one:1.21       Fri Jan 28 09:59:18 2011
+++ rtems-testing/gcc/do_one    Fri Jan 28 12:21:23 2011
</font><font color='#997700'>@@ -749,7 +749,8 @@
</font> fi
 
 ##### Do the gccgo tests
<font color='#880000'>-if [ ${do_gccgo} = "yes"           -a ${run_gccgotests} = "yes" -a \
</font><font color='#000088'>+set -x
+if [ $a ${run_gccgotests} = "yes" -a \
</font>      -d ${BASEDIR}/b-gccgo1-${cpu} -a ${go_fail} = "no" ] ; then
   echo "Running GCC Go Tests..."
   cd ${BASEDIR}/b-gccgo1-${cpu}/gcc || exit 1
<font color='#997700'>@@ -781,7 +782,8 @@
</font> fi
 
 ##### Do the libgo tests
<font color='#880000'>-if [ ${run_libgotests} = "yes" ] ; then
</font><font color='#000088'>+if [ $a ${run_libgotests} = "yes" -a \
+     -d ${BASEDIR}/b-gccgo1-${cpu} -a ${go_fail} = "no" ] ; then
</font>   echo "Running libgo DejaGNU tests..."
   cd ${BASEDIR}/b-gccgo1-${cpu} || exit 1
   time sh -x ${SCRIPTDIR}/gcc/rundeja ${bsp} libgo \

<font color='#006600'>diff -u rtems-testing/gcc/networkconfig.h:1.1 rtems-testing/gcc/networkconfig.h:1.2
--- rtems-testing/gcc/networkconfig.h:1.1       Tue Dec  7 15:09:31 2010
+++ rtems-testing/gcc/networkconfig.h   Fri Jan 28 12:21:23 2011
</font><font color='#997700'>@@ -22,21 +22,26 @@
</font> #include <bsp.h>
 
 /*
<font color='#880000'>- * Loopback interface
- */
-extern int rtems_bsdnet_loopattach();
-
-/*
</font>  * Default network interface
  */
 static struct rtems_bsdnet_ifconfig netdriver_config = {
<font color='#880000'>-  "lo0",                    /* name */
-  rtems_bsdnet_loopattach,  /* attach function */
-  NULL,                     /* No more interfaces */
-  "127.0.0.1",              /* IP address */
-  "255.0.0.0",              /* IP net mask */
-  NULL,                     /* Driver supplies hardware address */
-  0                         /* Use default driver parameters */
</font><font color='#000088'>+  NULL,                     /* Loop back interface only */
+  NULL,                /* Loop back interface only */
+  NULL,                /* do not use bootp */
+  0,                   /* Default network task priority */
+  0,                   /* Default mbuf capacity */
+  0,                   /* Default mbuf cluster capacity */
+  "rtems",             /* Host name */
+  "nodomain.com",      /* Domain name */
+  "127.0.0.1",         /* Gateway */
+  "127.0.0.1",         /* Log host */
+  {"127.0.0.1" },      /* Name server(s) */
+  {"127.0.0.1" },      /* NTP server(s) */
+  0,                   /* sb_efficiency */
+  0,                   /* udp_tx_buf_size */
+  0,                   /* udp_rx_buf_size */
+  0,                   /* tcp_tx_buf_size */
+  0                    /* tcp_rx_buf_size */
</font> };
 
 /*
<font color='#997700'>@@ -53,6 +58,12 @@
</font>   "127.0.0.1",         /* Gateway */
   "127.0.0.1",         /* Log host */
   {"127.0.0.1"  },     /* Name server(s) */
<font color='#000088'>+  {"127.0.0.1" },      /* NTP server(s) */
+  0,                   /* sb_efficiency */
+  0,                   /* udp_tx_buf_size */
+  0,                   /* udp_rx_buf_size */
+  0,                   /* tcp_tx_buf_size */
+  0                    /* tcp_rx_buf_size */
</font> };
 
 /*

<font color='#006600'>diff -u rtems-testing/gcc/rtems_gccgo_init.c:1.1 rtems-testing/gcc/rtems_gccgo_init.c:1.2
--- rtems-testing/gcc/rtems_gccgo_init.c:1.1    Tue Dec  7 15:09:31 2010
+++ rtems-testing/gcc/rtems_gccgo_init.c        Fri Jan 28 12:21:23 2011
</font><font color='#997700'>@@ -118,6 +118,7 @@
</font> void _flush_cache()
 {
 }
<font color='#000088'>+#endif
</font> 
 /* configuration information */
 
</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>2011-01-28 Joel Sherrill <joel.sherrill@oarcorp.com>

        * pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in
        process).
</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.91&r2=text&tr2=1.92&diff_format=h">M</a></td><td width='1%'>1.92</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.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>sim-scripts/pc386.in</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/sim-scripts/ChangeLog:1.91 rtems-testing/sim-scripts/ChangeLog:1.92
--- rtems-testing/sim-scripts/ChangeLog:1.91    Fri Jan 21 10:58:43 2011
+++ rtems-testing/sim-scripts/ChangeLog Fri Jan 28 12:21:27 2011
</font><font color='#997700'>@@ -1,3 +1,8 @@
</font><font color='#000088'>+2011-01-28    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * pc386.in: Now running Go tests on PowerPC (2/3 passing) and i386 (in
+       process).
+
</font> 2011-01-21        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * gdb-sim-run.in: Remove lines which break running tests in RTEMS and

<font color='#006600'>diff -u rtems-testing/sim-scripts/pc386.in:1.9 rtems-testing/sim-scripts/pc386.in:1.10
--- rtems-testing/sim-scripts/pc386.in:1.9      Thu Jul 22 06:38:15 2010
+++ rtems-testing/sim-scripts/pc386.in  Fri Jan 28 12:21:28 2011
</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 64 -boot a -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
</font><font color='#000088'>+  echo "-m 512 -boot a -cpu 486 -fda ${fd0Image} -hda fat:${hd0Dir} ${COVERAGE_ARG} \
</font>          -monitor null -nographic -serial ${SERIAL_ARG} --no-reboot"
 }
 
</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>