<!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 (2010-06-17)</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-06-17 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2418&r2=text&tr2=1.2419&diff_format=h">M</a></td><td width='1%'>1.2419</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.139&r2=text&tr2=1.140&diff_format=h">M</a></td><td width='1%'>1.140</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2418 rtems/cpukit/ChangeLog:1.2419
--- rtems/cpukit/ChangeLog:1.2418       Thu Jun 17 12:20:51 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 13:38:00 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-17    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.
+
</font> 2010-06-17        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * score/include/rtems/score/object.h,

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.139 rtems/cpukit/sapi/include/confdefs.h:1.140
--- rtems/cpukit/sapi/include/confdefs.h:1.139  Mon Jun 14 04:48:41 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Thu Jun 17 13:38:00 2010
</font><font color='#997700'>@@ -99,12 +99,11 @@
</font> 
 
 /*
<font color='#880000'>- *  When building for coverage, we always need a mount table
</font><font color='#000088'>+ *  If the application disables the filesystem, they will not need
+ *  a mount table, so do not produce one.
</font>  */
<font color='#880000'>-#if !defined(RTEMS_COVERAGE)
-  #ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
-    #define CONFIGURE_HAS_OWN_MOUNT_TABLE
-  #endif
</font><font color='#000088'>+#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+  #define CONFIGURE_HAS_OWN_MOUNT_TABLE
</font> #endif
 
 /**
<font color='#997700'>@@ -372,8 +371,7 @@
</font>   /*
    *  DEVFS variables.
    */
<font color='#880000'>-  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM) && \
-      !defined(RTEMS_COVERAGE)
</font><font color='#000088'>+  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
</font>     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #elif defined(CONFIGURE_FILESYSTEM_DEVFS)
     #ifndef CONFIGURE_MAXIMUM_DEVICES
<font color='#997700'>@@ -384,9 +382,6 @@
</font>     #define CONFIGURE_MEMORY_FOR_DEVFS \
       _Configure_Object_RAM(CONFIGURE_MAXIMUM_DEVICES, \
          sizeof (rtems_device_name_t))
<font color='#880000'>-  #elif defined(RTEMS_COVERAGE)
-    uint32_t rtems_device_table_size = 0;
-    #define CONFIGURE_MEMORY_FOR_DEVFS  0
</font>   #else
     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #endif
</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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-17 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2346.2.36&r2=text&tr2=1.2346.2.37&diff_format=h">M</a></td><td width='1%'>1.2346.2.37</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.135&r2=text&tr2=1.135.2.1&diff_format=h">M</a></td><td width='1%'>1.135.2.1</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2346.2.36 rtems/cpukit/ChangeLog:1.2346.2.37
--- rtems/cpukit/ChangeLog:1.2346.2.36  Wed Jun 16 23:38:28 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 13:38:20 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-17    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
+
</font> 2010-06-17        Chris Johns <chrisj@rtems.org>
 
        * libfs/src/rfs/rtems-rfs-bitmaps.h,

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.135 rtems/cpukit/sapi/include/confdefs.h:1.135.2.1
--- rtems/cpukit/sapi/include/confdefs.h:1.135  Thu Jun  3 01:46:51 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Thu Jun 17 13:38:20 2010
</font><font color='#997700'>@@ -99,12 +99,11 @@
</font> 
 
 /*
<font color='#880000'>- *  When building for coverage, we always need a mount table
</font><font color='#000088'>+ *  If the application disables the filesystem, they will not need
+ *  a mount table, so do not produce one.
</font>  */
<font color='#880000'>-#if !defined(RTEMS_COVERAGE)
-  #ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
-    #define CONFIGURE_HAS_OWN_MOUNT_TABLE
-  #endif
</font><font color='#000088'>+#ifdef CONFIGURE_APPLICATION_DISABLE_FILESYSTEM
+  #define CONFIGURE_HAS_OWN_MOUNT_TABLE
</font> #endif
 
 /**
<font color='#997700'>@@ -357,8 +356,7 @@
</font>   /*
    *  DEVFS variables.
    */
<font color='#880000'>-  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM) && \
-      !defined(RTEMS_COVERAGE)
</font><font color='#000088'>+  #if defined(CONFIGURE_APPLICATION_DISABLE_FILESYSTEM)
</font>     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #elif defined(CONFIGURE_FILESYSTEM_DEVFS)
     #ifndef CONFIGURE_MAXIMUM_DEVICES
<font color='#997700'>@@ -369,9 +367,6 @@
</font>     #define CONFIGURE_MEMORY_FOR_DEVFS \
       _Configure_Object_RAM(CONFIGURE_MAXIMUM_DEVICES, \
          sizeof (rtems_device_name_t))
<font color='#880000'>-  #elif defined(RTEMS_COVERAGE)
-    uint32_t rtems_device_table_size = 0;
-    #define CONFIGURE_MEMORY_FOR_DEVFS  0
</font>   #else
     #define CONFIGURE_MEMORY_FOR_DEVFS  0
   #endif
</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>Typo.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2419&r2=text&tr2=1.2420&diff_format=h">M</a></td><td width='1%'>1.2420</td><td width='100%'>cpukit/ChangeLog</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2419 rtems/cpukit/ChangeLog:1.2420
--- rtems/cpukit/ChangeLog:1.2419       Thu Jun 17 13:38:00 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 13:38:36 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> 2010-06-17        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
<font color='#880000'>-   * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals whi.
</font><font color='#000088'>+      * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.
</font> 
 2010-06-17     Joel Sherrill <joel.sherrill@oarcorp.com>
 
</pre>
<p> </p>
<a name='cs4'></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-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

        * sapi/include/confdefs.h: Remove ITRON configuration parameters.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/ChangeLog.diff?r1=text&tr1=1.2420&r2=text&tr2=1.2421&diff_format=h">M</a></td><td width='1%'>1.2421</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/sapi/include/confdefs.h.diff?r1=text&tr1=1.140&r2=text&tr2=1.141&diff_format=h">M</a></td><td width='1%'>1.141</td><td width='100%'>cpukit/sapi/include/confdefs.h</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2420 rtems/cpukit/ChangeLog:1.2421
--- rtems/cpukit/ChangeLog:1.2420       Thu Jun 17 13:38:36 2010
+++ rtems/cpukit/ChangeLog      Thu Jun 17 13:39:28 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-06-17    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * sapi/include/confdefs.h: Remove ITRON configuration parameters.
+
</font> 2010-06-17        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * sapi/include/confdefs.h: Remove RTEMS_COVERAGE conditionals.

<font color='#006600'>diff -u rtems/cpukit/sapi/include/confdefs.h:1.140 rtems/cpukit/sapi/include/confdefs.h:1.141
--- rtems/cpukit/sapi/include/confdefs.h:1.140  Thu Jun 17 13:38:00 2010
+++ rtems/cpukit/sapi/include/confdefs.h        Thu Jun 17 13:39:28 2010
</font><font color='#997700'>@@ -58,9 +58,6 @@
</font> #ifdef RTEMS_POSIX_API
   extern posix_api_configuration_table    Configuration_POSIX_API;
 #endif
<font color='#880000'>-#ifdef RTEMS_ITRON_API
-  extern itron_api_configuration_table    Configuration_ITRON_API;
-#endif
</font> 
 /**
  *  This macro determines whether the RTEMS reentrancy support for
<font color='#997700'>@@ -1504,175 +1501,6 @@
</font>   #define CONFIGURE_ADA_TASKS_STACK        0
 #endif
 
<font color='#880000'>-/*
- *  ITRON API Configuration Parameters
- */
-
-#ifdef RTEMS_ITRON_API
-
-  #include <rtems/itron.h>
-  #include <rtems/itron/config.h>
-  #include <rtems/itron/eventflags.h>
-  #include <rtems/itron/fmempool.h>
-  #include <rtems/itron/mbox.h>
-  #include <rtems/itron/msgbuffer.h>
-  #include <rtems/itron/port.h>
-  #include <rtems/itron/semaphore.h>
-  #include <rtems/itron/task.h>
-  #include <rtems/itron/vmempool.h>
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_TASKS
-    #define CONFIGURE_MAXIMUM_ITRON_TASKS      0
-  #endif
-  #define CONFIGURE_MEMORY_PER_TASK_FOR_ITRON_API 0
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_SEMAPHORES
-    #define CONFIGURE_MAXIMUM_ITRON_SEMAPHORES                 0
-    #define CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES(_semaphores) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES(_semaphores) \
-      _Configure_Object_RAM(_semaphores, sizeof(ITRON_Semaphore_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS
-    #define CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS                 0
-    #define CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS(_eventflags) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS(_eventflags) \
-      _Configure_Object_RAM(_eventflags, sizeof(ITRON_Eventflags_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_MAILBOXES
-    #define CONFIGURE_MAXIMUM_ITRON_MAILBOXES                0
-    #define CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES(_mailboxes) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES(_mailboxes) \
-      _Configure_Object_RAM(_mailboxes, sizeof(ITRON_Mailbox_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS
-    #define CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS                      0
-    #define CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS(_message_buffers) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS(_message_buffers) \
-      _Configure_Object_RAM(_message_buffers, \
-        sizeof(ITRON_Message_buffer_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_PORTS
-    #define CONFIGURE_MAXIMUM_ITRON_PORTS            0
-    #define CONFIGURE_MEMORY_FOR_ITRON_PORTS(_ports) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_PORTS(_ports) \
-      _Configure_Object_RAM(_ports, sizeof(ITRON_Port_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS
-    #define CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS            0
-    #define CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS(_pools) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS(_pools) \
-      _Configure_Object_RAM( _pools, sizeof(ITRON_Variable_memory_pool_Control))
-  #endif
-
-  #ifndef CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS
-    #define CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS            0
-    #define CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS(_pools) 0
-  #else
-    #define CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS(_pools) \
-      _Configure_Object_RAM(_pools, sizeof(ITRON_Fixed_memory_pool_Control))
-  #endif
-
-  #ifdef CONFIGURE_ITRON_INIT_TASK_TABLE
-
-    #ifdef CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE
-
-      /*
-       *  The user is defining their own table information and setting the
-       *  appropriate variables for the ITRON Initialization Task Table.
-       */
-
-    #else
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT
-        #define CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT   ITRON_Init
-      #endif
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES
-        #define CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES    TA_HLNG
-      #endif
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_PRIORITY
-        #define CONFIGURE_ITRON_INIT_TASK_PRIORITY      1
-      #endif
-
-      #ifndef CONFIGURE_ITRON_INIT_TASK_STACK_SIZE
-        #define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE \
-                CONFIGURE_MINIMUM_TASK_STACK_SIZE
-      #endif
-
-      #ifdef CONFIGURE_INIT
-        itron_initialization_tasks_table ITRON_Initialization_tasks[] = {
-          { 1,                                    /* ID */
-            { (VP) 0,                                /* exinfo */
-              CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES,  /* task attributes */
-              CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT, /* task start address */
-              CONFIGURE_ITRON_INIT_TASK_PRIORITY,    /* initial task priority */
-              CONFIGURE_ITRON_INIT_TASK_STACK_SIZE   /* stack size */
-            }
-          }
-        };
-      #endif
-
-      #define CONFIGURE_ITRON_INIT_TASK_TABLE_NAME ITRON_Initialization_tasks
-
-      #define CONFIGURE_ITRON_INIT_TASK_TABLE_SIZE \
-        sizeof(CONFIGURE_ITRON_INIT_TASK_TABLE_NAME) / \
-            sizeof(itron_initialization_tasks_table)
-
-    #endif    /* CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE */
-
-  #else     /* CONFIGURE_ITRON_INIT_TASK_TABLE */
-
-    #define CONFIGURE_ITRON_INIT_TASK_TABLE_NAME NULL
-    #define CONFIGURE_ITRON_INIT_TASK_TABLE_SIZE 0
-    #define CONFIGURE_ITRON_INIT_TASK_STACK_SIZE 0
-
-  #endif
-
-  #define CONFIGURE_MEMORY_FOR_ITRON \
-    ( CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES( \
-          CONFIGURE_MAXIMUM_ITRON_SEMAPHORES ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS( \
-          CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES( \
-          CONFIGURE_MAXIMUM_ITRON_MAILBOXES ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS( \
-          CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_PORTS( \
-          CONFIGURE_MAXIMUM_ITRON_PORTS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS( \
-          CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS ) + \
-      CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS( \
-          CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS ) + \
-      CONFIGURE_ITRON_INIT_TASK_STACK_SIZE \
-     )
-
-#else
-
-  #define CONFIGURE_MAXIMUM_ITRON_TASKS               0
-  #define CONFIGURE_MAXIMUM_ITRON_SEMAPHORES          0
-  #define CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS          0
-  #define CONFIGURE_MAXIMUM_ITRON_MAILBOXES           0
-  #define CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS     0
-  #define CONFIGURE_MAXIMUM_ITRON_PORTS               0
-  #define CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS        0
-  #define CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS  0
-  #define CONFIGURE_MEMORY_PER_TASK_FOR_ITRON_API     0
-  #define CONFIGURE_MEMORY_FOR_ITRON                  0
-
-#endif    /* RTEMS_ITRON_API */
-
</font> /**
  *  This macro specifies the amount of memory to be reserved for the
  *  Newlib C Library reentrancy structure -- if we are using newlib.
<font color='#997700'>@@ -1707,8 +1535,7 @@
</font>    (_Configure_From_workspace(CONFIGURE_MINIMUM_TASK_STACK_SIZE) + \
     CONFIGURE_MEMORY_PER_TASK_FOR_CLASSIC_API + \
     CONFIGURE_MEMORY_PER_TASK_FOR_NEWLIB + \
<font color='#880000'>-    CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API + \
-    CONFIGURE_MEMORY_PER_TASK_FOR_ITRON_API))  + \
</font><font color='#000088'>+    CONFIGURE_MEMORY_PER_TASK_FOR_POSIX_API))  + \
</font>   _Configure_From_workspace( \
     _Configure_Max_Objects(_number_FP_tasks) * CONTEXT_FP_SIZE) + \
   _Configure_From_workspace( \
<font color='#997700'>@@ -1860,25 +1687,12 @@
</font> #endif
 
 /**
<font color='#880000'>- *  This accounts for any extra memory required by the ITRON API
- *  Initialization Task.
- */
-#if defined(RTEMS_ITRON_API) && \
-    (CONFIGURE_ITRON_INIT_TASK_STACK_SIZE > CONFIGURE_MINIMUM_TASK_STACK_SIZE)
-  #define CONFIGURE_INITIALIZATION_THREADS_STACKS_ITRON_PART \
-      (CONFIGURE_ITRON_INIT_TASK_STACK_SIZE - CONFIGURE_MINIMUM_TASK_STACK_SIZE)
-#else
-  #define CONFIGURE_INITIALIZATION_THREADS_STACKS_ITRON_PART 0
-#endif
-
-/**
</font>  *  This macro provides a summation of the various initialization task
  *  and thread stack requirements.
  */
 #define CONFIGURE_INITIALIZATION_THREADS_STACKS \
     (CONFIGURE_INITIALIZATION_THREADS_STACKS_CLASSIC_PART + \
<font color='#880000'>-    CONFIGURE_INITIALIZATION_THREADS_STACKS_POSIX_PART + \
-    CONFIGURE_INITIALIZATION_THREADS_STACKS_ITRON_PART)
</font><font color='#000088'>+    CONFIGURE_INITIALIZATION_THREADS_STACKS_POSIX_PART)
</font> 
 /**
  *  This macro provides a summation of the various task and thread
<font color='#997700'>@@ -1886,9 +1700,7 @@
</font>  */
 #define CONFIGURE_TOTAL_TASKS_AND_THREADS \
    (CONFIGURE_MAXIMUM_TASKS + \
<font color='#880000'>-    CONFIGURE_MAXIMUM_POSIX_THREADS + CONFIGURE_MAXIMUM_ADA_TASKS + \
-    CONFIGURE_MAXIMUM_ITRON_TASKS \
-   )
</font><font color='#000088'>+    CONFIGURE_MAXIMUM_POSIX_THREADS + CONFIGURE_MAXIMUM_ADA_TASKS)
</font> 
 /**
  *  This macro reserves the memory required by the statically configured
<font color='#997700'>@@ -1936,7 +1748,6 @@
</font>     uint32_t FP_OVERHEAD;
     uint32_t CLASSIC;
     uint32_t POSIX;
<font color='#880000'>-    uint32_t ITRON;
</font> 
     /* System overhead pieces */
     uint32_t INTERRUPT_VECTOR_TABLE;
<font color='#997700'>@@ -1969,16 +1780,6 @@
</font>     uint32_t POSIX_SPINLOCKS;
     uint32_t POSIX_RWLOCKS;
 #endif
<font color='#880000'>-#ifdef RTEMS_ITRON_API
-    /* ITRON API Pieces */
-    uint32_t ITRON_SEMAPHORES;
-    uint32_t ITRON_EVENTFLAGS;
-    uint32_t ITRON_MAILBOXES;
-    uint32_t ITRON_MESSAGE_BUFFERS;
-    uint32_t ITRON_PORTS;
-    uint32_t ITRON_MEMORY_POOLS;
-    uint32_t ITRON_FIXED_MEMORY_POOLS;
-#endif
</font>   } Configuration_Debug_t;
 
   Configuration_Debug_t Configuration_Memory_Debug = {
<font color='#997700'>@@ -1990,7 +1791,6 @@
</font>     CONFIGURE_MEMORY_FOR_TASKS(0, 1),
     CONFIGURE_MEMORY_FOR_CLASSIC,
     CONFIGURE_MEMORY_FOR_POSIX,
<font color='#880000'>-    CONFIGURE_MEMORY_FOR_ITRON,
</font> 
     /* System overhead pieces */
     CONFIGURE_INTERRUPT_VECTOR_TABLE,
<font color='#997700'>@@ -2027,20 +1827,6 @@
</font>     CONFIGURE_MEMORY_FOR_POSIX_RWLOCKS( CONFIGURE_MAXIMUM_POSIX_RWLOCKS ),
     CONFIGURE_MEMORY_FOR_POSIX_TIMERS( CONFIGURE_MAXIMUM_POSIX_TIMERS ),
 #endif
<font color='#880000'>-
-#ifdef RTEMS_ITRON_API
-    /* ITRON API Pieces */
-    CONFIGURE_MEMORY_FOR_ITRON_SEMAPHORES( CONFIGURE_MAXIMUM_ITRON_SEMAPHORES ),
-    CONFIGURE_MEMORY_FOR_ITRON_EVENTFLAGS( CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS ),
-    CONFIGURE_MEMORY_FOR_ITRON_MAILBOXES( CONFIGURE_MAXIMUM_ITRON_MAILBOXES ),
-    CONFIGURE_MEMORY_FOR_ITRON_MESSAGE_BUFFERS(
-        CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS ),
-    CONFIGURE_MEMORY_FOR_ITRON_PORTS( CONFIGURE_MAXIMUM_ITRON_PORTS ),
-    CONFIGURE_MEMORY_FOR_ITRON_MEMORY_POOLS(
-        CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS ),
-    CONFIGURE_MEMORY_FOR_ITRON_FIXED_MEMORY_POOLS(
-        CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS ),
-#endif
</font>   };
 #endif
 
<font color='#997700'>@@ -2056,7 +1842,6 @@
</font>    CONFIGURE_MEMORY_FOR_CLASSIC + \
    CONFIGURE_MEMORY_FOR_POSIX + \
    (CONFIGURE_MAXIMUM_POSIX_THREADS * CONFIGURE_MINIMUM_TASK_STACK_SIZE ) + \
<font color='#880000'>-   CONFIGURE_MEMORY_FOR_ITRON + \
</font>    CONFIGURE_INITIALIZATION_THREADS_STACKS + \
    CONFIGURE_MEMORY_FOR_STATIC_EXTENSIONS + \
    CONFIGURE_MEMORY_FOR_MP + \
<font color='#997700'>@@ -2109,24 +1894,6 @@
</font>     };
   #endif
 
<font color='#880000'>-  #ifdef RTEMS_ITRON_API
-    /**
-     *  This is the ITRON API Configuration Table.
-     */
-    itron_api_configuration_table Configuration_ITRON_API = {
-      CONFIGURE_MAXIMUM_ITRON_TASKS,
-      CONFIGURE_MAXIMUM_ITRON_SEMAPHORES,
-      CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS,
-      CONFIGURE_MAXIMUM_ITRON_MAILBOXES,
-      CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS,
-      CONFIGURE_MAXIMUM_ITRON_PORTS,
-      CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS,
-      CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS,
-      CONFIGURE_ITRON_INIT_TASK_TABLE_SIZE,
-      CONFIGURE_ITRON_INIT_TASK_TABLE_NAME
-    };
-  #endif
-
</font>   /** This variable specifies the minimum stack size for tasks in an RTEMS
    *  application.
    *
<font color='#997700'>@@ -2208,23 +1975,6 @@
</font>   #endif
 #endif
 
<font color='#880000'>-/*
- *  If the user has configured a set of ITRON Initialization Tasks,
- *  then we need to install the code that runs that loop.
- */
-#ifdef RTEMS_ITRON_API
-  #ifdef CONFIGURE_INIT
-    #if defined(CONFIGURE_ITRON_INIT_TASK_TABLE) || \
-        defined(CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE)
-      void _ITRON_Task_Initialize_user_tasks_body(void);
-      void (*_ITRON_Initialize_user_tasks_p)(void) =
-                _ITRON_Task_Initialize_user_tasks_body;
-    #else
-      void (*_ITRON_Initialize_user_tasks_p)(void) = NULL;
-    #endif
-  #endif
-#endif
-
</font> #ifdef __cplusplus
 }
 #endif
<font color='#997700'>@@ -2249,8 +1999,7 @@
</font> #if !defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION)
   #if (CONFIGURE_MAXIMUM_TASKS == 0) && \
       (CONFIGURE_MAXIMUM_POSIX_THREADS == 0) && \
<font color='#880000'>-      (CONFIGURE_MAXIMUM_ADA_TASKS == 0) &&  \
-      (CONFIGURE_MAXIMUM_ITRON_TASKS == 0)
</font><font color='#000088'>+      (CONFIGURE_MAXIMUM_ADA_TASKS == 0)
</font>     #error "CONFIGURATION ERROR: No tasks or threads configured!!"
   #endif
 #endif
<font color='#997700'>@@ -2261,7 +2010,6 @@
</font>  */
 #if !defined(CONFIGURE_RTEMS_INIT_TASKS_TABLE) && \
     !defined(CONFIGURE_POSIX_INIT_THREAD_TABLE) && \
<font color='#880000'>-    !defined(CONFIGURE_ITRON_INIT_TASK_TABLE) && \
</font>     !defined(CONFIGURE_IDLE_TASK_INITIALIZES_APPLICATION)
 #error "CONFIGURATION ERROR: No initialization tasks or threads configured!!"
 #endif
<font color='#997700'>@@ -2298,24 +2046,6 @@
</font> #endif
 
 /*
<font color='#880000'>- *  If an attempt was made to configure ITRON objects and
- *  the ITRON API was not configured into RTEMS, error out.
- */
-#if !defined(RTEMS_ITRON_API)
-  #if ((CONFIGURE_MAXIMUM_ITRON_TASKS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_SEMAPHORES != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_MAILBOXES != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_PORTS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS != 0) || \
-       (CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS != 0) || \
-      defined(CONFIGURE_ITRON_INIT_TASK_TABLE))
-  #error "CONFIGURATION ERROR: ITRON API support not configured!!"
-  #endif
-#endif
-
-/*
</font>  *  You must either explicity include or exclude the clock driver.
  *  It is such a common newbie error to leave it out.  Maybe this
  *  will put an end to it.
</pre>
<p> </p>
<a name='cs5'></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-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

        * Makefile.am, configure.ac, index.html.in, develenv/direct.t,
        posix_users/gen_size_report, started/nextstep.t,
        started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
        * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
        itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
        itron3.0/gen_section, itron3.0/gen_status_shell,
        itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
        itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
        itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
        itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
        itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/ChangeLog.diff?r1=text&tr1=1.281&r2=text&tr2=1.282&diff_format=h">M</a></td><td width='1%'>1.282</td><td width='100%'>doc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/Makefile.am.diff?r1=text&tr1=1.23&r2=text&tr2=1.24&diff_format=h">M</a></td><td width='1%'>1.24</td><td width='100%'>doc/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/configure.ac.diff?r1=text&tr1=1.30&r2=text&tr2=1.31&diff_format=h">M</a></td><td width='1%'>1.31</td><td width='100%'>doc/configure.ac</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/develenv/direct.t.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>doc/develenv/direct.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/index.html.in.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&diff_format=h">M</a></td><td width='1%'>1.25</td><td width='100%'>doc/index.html.in</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/.cvsignore?rev=1.8&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.8</font></td><td width='100%'><font color="#880000">doc/itron3.0/.cvsignore</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/Makefile.am?rev=1.12&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.12</font></td><td width='100%'><font color="#880000">doc/itron3.0/Makefile.am</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/config.t?rev=1.9&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.9</font></td><td width='100%'><font color="#880000">doc/itron3.0/config.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/eventflags.t?rev=1.15&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.15</font></td><td width='100%'><font color="#880000">doc/itron3.0/eventflags.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/fixedblock.t?rev=1.12&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.12</font></td><td width='100%'><font color="#880000">doc/itron3.0/fixedblock.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/gen_all?rev=1.1&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.1</font></td><td width='100%'><font color="#880000">doc/itron3.0/gen_all</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/gen_section?rev=1.7&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.7</font></td><td width='100%'><font color="#880000">doc/itron3.0/gen_section</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/gen_status_shell?rev=1.2&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.2</font></td><td width='100%'><font color="#880000">doc/itron3.0/gen_status_shell</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/interrupt.t?rev=1.9&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.9</font></td><td width='100%'><font color="#880000">doc/itron3.0/interrupt.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/itron.texi?rev=1.14&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.14</font></td><td width='100%'><font color="#880000">doc/itron3.0/itron.texi</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/mailbox.t?rev=1.13&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.13</font></td><td width='100%'><font color="#880000">doc/itron3.0/mailbox.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/memorypool.t?rev=1.12&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.12</font></td><td width='100%'><font color="#880000">doc/itron3.0/memorypool.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/msgbuffer.t?rev=1.10&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.10</font></td><td width='100%'><font color="#880000">doc/itron3.0/msgbuffer.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/network.t?rev=1.9&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.9</font></td><td width='100%'><font color="#880000">doc/itron3.0/network.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/preface.texi?rev=1.2&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.2</font></td><td width='100%'><font color="#880000">doc/itron3.0/preface.texi</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/rendezvous.t?rev=1.9&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.9</font></td><td width='100%'><font color="#880000">doc/itron3.0/rendezvous.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/semaphore.t?rev=1.12&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.12</font></td><td width='100%'><font color="#880000">doc/itron3.0/semaphore.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/stamp-vti?rev=1.10&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.10</font></td><td width='100%'><font color="#880000">doc/itron3.0/stamp-vti</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/status.t?rev=1.8&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.8</font></td><td width='100%'><font color="#880000">doc/itron3.0/status.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/task.t?rev=1.12&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.12</font></td><td width='100%'><font color="#880000">doc/itron3.0/task.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/tasksync.t?rev=1.10&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.10</font></td><td width='100%'><font color="#880000">doc/itron3.0/tasksync.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/time.t?rev=1.9&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.9</font></td><td width='100%'><font color="#880000">doc/itron3.0/time.t</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/itron3.0/version.texi?rev=1.10&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.10</font></td><td width='100%'><font color="#880000">doc/itron3.0/version.texi</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/posix_users/gen_size_report.diff?r1=text&tr1=1.5&r2=text&tr2=1.6&diff_format=h">M</a></td><td width='1%'>1.6</td><td width='100%'>doc/posix_users/gen_size_report</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/started/nextstep.t.diff?r1=text&tr1=1.7&r2=text&tr2=1.8&diff_format=h">M</a></td><td width='1%'>1.8</td><td width='100%'>doc/started/nextstep.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/started_ada/buildada.t.diff?r1=text&tr1=1.24&r2=text&tr2=1.25&diff_format=h">M</a></td><td width='1%'>1.25</td><td width='100%'>doc/started_ada/buildada.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/conf.t.diff?r1=text&tr1=1.64&r2=text&tr2=1.65&diff_format=h">M</a></td><td width='1%'>1.65</td><td width='100%'>doc/user/conf.t</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/doc/user/object.t.diff?r1=text&tr1=1.6&r2=text&tr2=1.7&diff_format=h">M</a></td><td width='1%'>1.7</td><td width='100%'>doc/user/object.t</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/doc/ChangeLog:1.281 rtems/doc/ChangeLog:1.282
--- rtems/doc/ChangeLog:1.281   Wed Jun 16 14:34:14 2010
+++ rtems/doc/ChangeLog Thu Jun 17 13:45:30 2010
</font><font color='#997700'>@@ -1,3 +1,17 @@
</font><font color='#000088'>+2010-06-17    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * Makefile.am, configure.ac, index.html.in, develenv/direct.t,
+       posix_users/gen_size_report, started/nextstep.t,
+       started_ada/buildada.t, user/conf.t, user/object.t: Remove ITRON API.
+       * itron3.0/.cvsignore, itron3.0/Makefile.am, itron3.0/config.t,
+       itron3.0/eventflags.t, itron3.0/fixedblock.t, itron3.0/gen_all,
+       itron3.0/gen_section, itron3.0/gen_status_shell,
+       itron3.0/interrupt.t, itron3.0/itron.texi, itron3.0/mailbox.t,
+       itron3.0/memorypool.t, itron3.0/msgbuffer.t, itron3.0/network.t,
+       itron3.0/preface.texi, itron3.0/rendezvous.t, itron3.0/semaphore.t,
+       itron3.0/stamp-vti, itron3.0/status.t, itron3.0/task.t,
+       itron3.0/tasksync.t, itron3.0/time.t, itron3.0/version.texi: Removed.
+
</font> 2010-06-16        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        PR 1568/doc

<font color='#006600'>diff -u rtems/doc/Makefile.am:1.23 rtems/doc/Makefile.am:1.24
--- rtems/doc/Makefile.am:1.23  Fri Jun 11 06:11:24 2010
+++ rtems/doc/Makefile.am       Thu Jun 17 13:45:31 2010
</font><font color='#997700'>@@ -8,7 +8,7 @@
</font> #       + tools, common and images are shared across many documents
 
 SUBDIRS = tools started user bsp_howto porting develenv posix_users \
<font color='#880000'>-    posix1003.1 filesystem itron3.0 networking ada_user started_ada \
</font><font color='#000088'>+    posix1003.1 filesystem networking ada_user started_ada \
</font>     new_chapters relnotes cpu_supplement shell
 
 if USE_HTML

<font color='#006600'>diff -u rtems/doc/configure.ac:1.30 rtems/doc/configure.ac:1.31
--- rtems/doc/configure.ac:1.30 Wed Feb 20 16:55:13 2008
+++ rtems/doc/configure.ac      Thu Jun 17 13:45:32 2010
</font><font color='#997700'>@@ -206,7 +206,6 @@
</font> posix_users/Makefile
 posix1003.1/Makefile
 filesystem/Makefile
<font color='#880000'>-itron3.0/Makefile
</font> ada_user/Makefile
 started_ada/Makefile
 relnotes/Makefile

<font color='#006600'>diff -u rtems/doc/develenv/direct.t:1.7 rtems/doc/develenv/direct.t:1.8
--- rtems/doc/develenv/direct.t:1.7     Thu Nov 29 10:02:42 2007
+++ rtems/doc/develenv/direct.t Thu Jun 17 13:45:34 2010
</font><font color='#997700'>@@ -404,10 +404,6 @@
</font> RTEMS and not considered to be owned by any other component
 in the CPU Kit.
 
<font color='#880000'>-@item $@{RTEMS_ROOT@}/cpukit/itron/
-This directory contains the implementation of the<span style="background-color: #FF0000"> </span>
-ITRON API.
-
</font> @item $@{RTEMS_ROOT@}/cpukit/libblock/
 This directory contains support code for using<span style="background-color: #FF0000"> </span>
 Block Devices such as hard drives, floppies, and
<font color='#997700'>@@ -476,8 +472,8 @@
</font> @item $@{RTEMS_ROOT@}/cpukit/score/
 This directory contains the "SuperCore" of RTEMS.
 All APIs are implemented in terms of SuperCore services.
<font color='#880000'>-For example, Classic API tasks, POSIX threads, and ITRON
-tasks are all implemented in terms of SuperCore threads.
</font><font color='#000088'>+For example, Classic API tasks and POSIX threads
+are all implemented in terms of SuperCore threads.
</font> This provides a common infrastructure and a high degree
 of interoperability between the APIs.  For example,<span style="background-color: #FF0000"> </span>
 services from all APIs may be used by any task/thread
<font color='#997700'>@@ -529,10 +525,6 @@
</font> 
 @table @code
 
<font color='#880000'>-@item $@{RTEMS_ROOT@}/testsuites/itrontests/
-This directory contains the test suite for the<span style="background-color: #FF0000"> </span>
-RTEMS ITRON API.
-
</font> @item $@{RTEMS_ROOT@}/testsuites/libtests/
 This directory contains the test suite for the
 various RTEMS support components.
<font color='#997700'>@@ -564,16 +556,12 @@
</font> this is no longer the case as some SuperCore functionality
 is not available through the Classic API.  Thus
 some functionality in the SuperCore is only covered
<font color='#880000'>-by tests in the POSIX API and ITRON API Test Suites.
</font><font color='#000088'>+by tests in the POSIX API Test Suites.
</font> 
 @item $@{RTEMS_ROOT@}/testsuites/support/
 This directory contains support software and header files
 for the various test suites.
 
<font color='#880000'>-@item $@{RTEMS_ROOT@}/testsuites/tmitrontests/
-This directory contains the timing test suite for
-the RTEMS ITRON API.
-
</font> @item $@{RTEMS_ROOT@}/testsuites/tmtests/
 This directory contains the timing test suite for
 the RTEMS Classic API.  This include tests that
<font color='#997700'>@@ -651,10 +639,6 @@
</font> This directory contains the source code for the graphics
 used in the HTML version of the RTEMS Documentation.
 
<font color='#880000'>-@item $@{RTEMS_ROOT@}/doc/itron3.0/
-This directory contains the source code for the<span style="background-color: #FF0000"> </span>
-@cite{RTEMS ITRON 3.0 API User's Guide}.
-
</font> @item $@{RTEMS_ROOT@}/doc/networking/
 This directory contains the source code for the<span style="background-color: #FF0000"> </span>
 @cite{RTEMS Network Supplement}.<span style="background-color: #FF0000">  </span>

<font color='#006600'>diff -u rtems/doc/index.html.in:1.24 rtems/doc/index.html.in:1.25
--- rtems/doc/index.html.in:1.24        Fri Dec 19 11:49:33 2008
+++ rtems/doc/index.html.in     Thu Jun 17 13:45:34 2010
</font><font color='#997700'>@@ -40,16 +40,6 @@
</font>                RTEMS POSIX API User's Guide</A>
             </LI>
 
<font color='#880000'>-        <LI><A HREF="../pdf/itron.pdf">
-                    <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>
-            <A HREF="../ps/itron.ps">
-                    <IMG SRC="images/ps.gif" HEIGHT=18 WIDTH=16></A>
-            <A HREF="../dvi/itron.dvi">
-                    <IMG SRC="images/dvi.gif" HEIGHT=18 WIDTH=16></A>
-            <A HREF="itron/index.html">
-               RTEMS ITRON 3.0 API User's Guide</A>
-            </LI>
-
</font>         <LI><A HREF="../pdf/networking.pdf">
                     <IMG SRC="images/pdf1.gif" HEIGHT=18 WIDTH=16></A>
             <A HREF="../ps/networking.ps">

<font color='#006600'>diff -u rtems/doc/posix_users/gen_size_report:1.5 rtems/doc/posix_users/gen_size_report:1.6
--- rtems/doc/posix_users/gen_size_report:1.5   Thu Jan 17 15:47:45 2002
+++ rtems/doc/posix_users/gen_size_report       Thu Jun 17 13:45:36 2010
</font><font color='#997700'>@@ -190,24 +190,4 @@
</font>   per_manager $i exec/posix/src lib/libc libm_extract
 done
 
<font color='#880000'>-# Grab the size of the ITRON API
-cd ${docdir}/itron3.0
-echo
-echo "=============================================================="
-echo "=============================================================="
-echo "====                                                      ===="
-echo "====           ITRON 3.0 API SIZE INFORMATION             ===="
-echo "====                                                      ===="
-echo "=============================================================="
-echo "=============================================================="
-echo
-if [ -r ${objdir}/../../../${bsp}/lib/libitron.a ] ; then
-  for i in *.t
-  do
-    per_manager $i exec/itron/src
-  done
-else
-  echo "ITRON API not configured."
-fi
-
</font> 

<font color='#006600'>diff -u rtems/doc/started/nextstep.t:1.7 rtems/doc/started/nextstep.t:1.8
--- rtems/doc/started/nextstep.t:1.7    Thu Oct  2 13:01:48 2003
+++ rtems/doc/started/nextstep.t        Thu Jun 17 13:45:36 2010
</font><font color='#997700'>@@ -44,9 +44,6 @@
</font> @item @b{RTEMS POSIX API User's Guide} describes the<span style="background-color: #FF0000"> </span>
 RTEMS POSIX API that is based on the POSIX 1003.1b API.
 
<font color='#880000'>-@item @b{RTEMS ITRON 3.0 API User's Guide} describes
-the RTEMS implementation of the ITRON 3.0 API.
-
</font> @item @b{RTEMS Network Supplement} provides information
 on the network services provided by RTEMS.
 
<font color='#997700'>@@ -103,7 +100,7 @@
</font> to configure an application to start with a<span style="background-color: #FF0000"> </span>
 single thread that whose entry point is @code{main()}.
 
<font color='#880000'>-Each API supported by RTEMS (Classic, POSIX, and ITRON)
</font><font color='#000088'>+Each API supported by RTEMS (Internal, Classic, and POSIX)
</font> allows the user to configure a set of one or more tasks
 that are created and started automatically
 during RTEMS initialization.  The RTEMS Automatic
<font color='#997700'>@@ -117,8 +114,6 @@
</font> @item @code{Init} - single Classic API Initialization Task
 
 @item @code{POSIX_Init} - single POSIX API Initialization Thread
<font color='#880000'>-
-@item @code{ITRON_Init} - single ITRON API Initialization Task
</font> @end itemize
 
 Regardless of the API used, when the initialization task executes,

<font color='#006600'>diff -u rtems/doc/started_ada/buildada.t:1.24 rtems/doc/started_ada/buildada.t:1.25
--- rtems/doc/started_ada/buildada.t:1.24       Wed Oct 14 08:08:39 2009
+++ rtems/doc/started_ada/buildada.t    Thu Jun 17 13:45:36 2010
</font><font color='#997700'>@@ -492,11 +492,6 @@
</font> 
 This must be enabled to support the GNAT/RTEMS run-time.
 
<font color='#880000'>-@item ENABLE_RTEMS_ITRON
-is set to "yes" if you want to enable the RTEMS ITRON API support.
-This corresponds to the
-@code{configure} option @code{--enable-itron}.
-
</font> @item ENABLE_RTEMS_MP
 is set to "yes" if you want to enable the RTEMS multiprocessing
 support.  This feature is not supported by all RTEMS BSPs and

<font color='#006600'>diff -u rtems/doc/user/conf.t:1.64 rtems/doc/user/conf.t:1.65
--- rtems/doc/user/conf.t:1.64  Thu Mar  4 08:40:06 2010
+++ rtems/doc/user/conf.t       Thu Jun 17 13:45:36 2010
</font><font color='#997700'>@@ -764,115 +764,6 @@
</font> 
 @end itemize
 
<font color='#880000'>-@subsection ITRON API Configuration
-
-The parameters in this section are used to configure resources
-for the RTEMS ITRON API.  They are only relevant if the POSIX API
-is enabled at configure time using the @code{--enable-itron} option.
-
-@itemize @bullet
-@findex CONFIGURE_MAXIMUM_ITRON_TASKS
-@item @code{CONFIGURE_MAXIMUM_ITRON_TASKS}
-is the maximum number of
-ITRON API tasks that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_SEMAPHORES
-@item @code{CONFIGURE_MAXIMUM_ITRON_SEMAPHORES}
-is the maximum number of
-ITRON API semaphores that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS
-@item @code{CONFIGURE_MAXIMUM_ITRON_EVENTFLAGS}
-is the maximum number of
-ITRON API eventflags that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_MAILBOXES
-@item @code{CONFIGURE_MAXIMUM_ITRON_MAILBOXES}
-is the maximum number of
-ITRON API mailboxes that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS
-@item @code{CONFIGURE_MAXIMUM_ITRON_MESSAGE_BUFFERS}
-is the maximum number of
-ITRON API message buffers that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_PORTS
-@item @code{CONFIGURE_MAXIMUM_ITRON_PORTS}
-is the maximum number of
-ITRON API ports that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS
-@item @code{CONFIGURE_MAXIMUM_ITRON_MEMORY_POOLS}
-is the maximum number of
-ITRON API memory pools that can be concurrently active.
-The default is 0.
-
-@findex CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS
-@item @code{CONFIGURE_MAXIMUM_ITRON_FIXED_MEMORY_POOLS}
-is the maximum number of
-ITRON API fixed memory pools that can be concurrently active.
-The default is 0.
-
-@end itemize
-
-@subsection ITRON Initialization Task Table Configuration
-
-The @code{rtems/confdefs.h} configuration system can automatically
-generate an ITRON Initialization Tasks Table named
-@code{ITRON_Initialization_tasks} with a single entry.  The following
-parameters control the generation of that table.
-
-@itemize @bullet
-@findex CONFIGURE_ITRON_INIT_TASK_TABLE
-@item @code{CONFIGURE_ITRON_INIT_TASK_TABLE} is defined
-if the user wishes to use a ITRON API Initialization
-Tasks Table.  The application may choose to use the initialization
-tasks or threads table from another API.  By default, this
-field is not defined as the user MUST select their own
-API for initialization tasks.
-
-@findex CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE
-@item @code{CONFIGURE_ITRON_HAS_OWN_INIT_TASK_TABLE}
-is defined if the user wishes to define their own ITRON API Initialization
-Tasks Table.  This table should be named @code{ITRON_Initialization_tasks}.
-By default, this is not defined.
-
-@findex CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT
-@item @code{CONFIGURE_ITRON_INIT_TASK_ENTRY_POINT}
-is the entry point (a.k.a. function name)
-of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-the value is @code{ITRON_Init}.
-
-@findex CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES
-@item @code{CONFIGURE_ITRON_INIT_TASK_ATTRIBUTES}
-is the attribute set
-of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-the value is @code{TA_HLNG}.
-
-@findex CONFIGURE_ITRON_INIT_TASK_PRIORITY
-@item @code{CONFIGURE_ITRON_INIT_TASK_PRIORITY}
-is the initial priority
-of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-the value is @code{1} which is the highest priority
-in the ITRON API.
-
-@findex CONFIGURE_ITRON_INIT_TASK_STACK_SIZE
-@item @code{CONFIGURE_ITRON_INIT_TASK_STACK_SIZE}
-is the stack size of the single initialization task defined by the
-ITRON API Initialization Tasks Table.  By default
-value is the configured minimum stack size.
-
-@end itemize
-
</font> @subsection Ada Tasks
 
 This section defines the system configuration parameters supported
<font color='#997700'>@@ -941,7 +832,6 @@
</font> #endif
   rtems_api_configuration_table  *RTEMS_api_configuration;
   posix_api_configuration_table  *POSIX_api_configuration;
<font color='#880000'>-  itron_api_configuration        *ITRON_api_configuration;
</font> @} rtems_configuration_table;
 @end group
 @end example

<font color='#006600'>diff -u rtems/doc/user/object.t:1.6 rtems/doc/user/object.t:1.7
--- rtems/doc/user/object.t:1.6 Mon Nov 23 08:53:28 2009
+++ rtems/doc/user/object.t     Thu Jun 17 13:45:36 2010
</font><font color='#997700'>@@ -44,7 +44,7 @@
</font> @subsection APIs
 
 RTEMS implements multiple APIs including an Internal API,
<font color='#880000'>-the Classic API, the POSIX API, and the uITRON API.  These
</font><font color='#000088'>+the Classic API, and the POSIX API.  These
</font> APIs share the common foundation of SuperCore objects and
 thus share object management code. This includes a common
 scheme for object Ids and for managing object names whether
</pre>
<p> </p>
<a name='cs6'></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-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

        * .cvsignore, include/.cvsignore: New files.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/niagara/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">c/src/lib/libbsp/sparc64/niagara/.cvsignore</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog.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%'>c/src/lib/libbsp/sparc64/niagara/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/niagara/include/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">c/src/lib/libbsp/sparc64/niagara/include/.cvsignore</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/usiii/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">c/src/lib/libbsp/sparc64/usiii/.cvsignore</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog.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%'>c/src/lib/libbsp/sparc64/usiii/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/usiii/include/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">c/src/lib/libbsp/sparc64/usiii/include/.cvsignore</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/niagara/.cvsignore:1.1
--- /dev/null   Thu Jun 17 14:12:21 2010
+++ rtems/c/src/lib/libbsp/sparc64/niagara/.cvsignore   Thu Jun 17 13:54:45 2010
</font><font color='#997700'>@@ -0,0 +1,8 @@
</font><font color='#000088'>+aclocal.m4
+autom4te*.cache
+config.cache
+config.log
+config.status
+configure
+Makefile
+Makefile.in
</font>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog:1.1 rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog:1.2
--- rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog:1.1        Thu Jun 17 11:20:32 2010
+++ rtems/c/src/lib/libbsp/sparc64/niagara/ChangeLog    Thu Jun 17 13:54:45 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-17        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * .cvsignore, include/.cvsignore: New files.
+
+2010-06-17     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
        preinstall.am, include/bsp.h, include/tm27.h,
        make/custom/niagara.cfg, start/bspinit.S: New files.

<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/niagara/include/.cvsignore:1.1
--- /dev/null   Thu Jun 17 14:12:21 2010
+++ rtems/c/src/lib/libbsp/sparc64/niagara/include/.cvsignore   Thu Jun 17 13:54:45 2010
</font><font color='#997700'>@@ -0,0 +1,4 @@
</font><font color='#000088'>+bspopts.h
+bspopts.h.in
+stamp-h
+stamp-h.in
</font>
<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/usiii/.cvsignore:1.1
--- /dev/null   Thu Jun 17 14:12:21 2010
+++ rtems/c/src/lib/libbsp/sparc64/usiii/.cvsignore     Thu Jun 17 13:54:47 2010
</font><font color='#997700'>@@ -0,0 +1,8 @@
</font><font color='#000088'>+aclocal.m4
+autom4te*.cache
+config.cache
+config.log
+config.status
+configure
+Makefile
+Makefile.in
</font>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog:1.1 rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog:1.2
--- rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog:1.1  Thu Jun 17 11:20:38 2010
+++ rtems/c/src/lib/libbsp/sparc64/usiii/ChangeLog      Thu Jun 17 13:54:47 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-17        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * .cvsignore, include/.cvsignore: New files.
+
+2010-06-17     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * ChangeLog, Makefile.am, README, bsp_specs, configure.ac,
        preinstall.am, include/bsp.h, include/tm27.h, make/custom/usiii.cfg,
        start/bspinit.S: New files.

<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/usiii/include/.cvsignore:1.1
--- /dev/null   Thu Jun 17 14:12:22 2010
+++ rtems/c/src/lib/libbsp/sparc64/usiii/include/.cvsignore     Thu Jun 17 13:54:47 2010
</font><font color='#997700'>@@ -0,0 +1,4 @@
</font><font color='#000088'>+bspopts.h
+bspopts.h.in
+stamp-h
+stamp-h.in
</font></pre>
<p> </p>
<a name='cs7'></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-06-17 Joel Sherrill <joel.sherrill@oarcorp.com>

        * .cvsignore: New file.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/.cvsignore?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">c/src/lib/libbsp/sparc64/.cvsignore</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/sparc64/ChangeLog.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%'>c/src/lib/libbsp/sparc64/ChangeLog</td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/c/src/lib/libbsp/sparc64/.cvsignore:1.1
--- /dev/null   Thu Jun 17 14:12:22 2010
+++ rtems/c/src/lib/libbsp/sparc64/.cvsignore   Thu Jun 17 13:54:49 2010
</font><font color='#997700'>@@ -0,0 +1,8 @@
</font><font color='#000088'>+aclocal.m4
+autom4te*.cache
+config.cache
+config.log
+config.status
+configure
+Makefile
+Makefile.in
</font>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/sparc64/ChangeLog:1.1 rtems/c/src/lib/libbsp/sparc64/ChangeLog:1.2
--- rtems/c/src/lib/libbsp/sparc64/ChangeLog:1.1        Thu Jun 17 11:20:43 2010
+++ rtems/c/src/lib/libbsp/sparc64/ChangeLog    Thu Jun 17 13:54:49 2010
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2010-06-17        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * .cvsignore: New file.
+
+2010-06-17     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * ChangeLog, Makefile.am, acinclude.m4, configure.ac, shared/asm/asm.S,
        shared/clock/ckinit.c, shared/console/conscfg.c,
        shared/helenos/LICENSE, shared/helenos/README,
</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>