<!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-04-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>2010-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * shared/bootloader/em86.c, shared/bootloader/mm.c,
        shared/console/polled_io.c, shared/irq/irq_init.c,
        shared/startup/bspstart.c: Remove warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/ChangeLog.diff?r1=text&tr1=1.232&r2=text&tr2=1.233&diff_format=h">M</a></td><td width='1%'>1.233</td><td width='100%'>c/src/lib/libbsp/powerpc/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c.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%'>c/src/lib/libbsp/powerpc/shared/bootloader/em86.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c.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%'>c/src/lib/libbsp/powerpc/shared/bootloader/mm.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c.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%'>c/src/lib/libbsp/powerpc/shared/console/polled_io.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c.diff?r1=text&tr1=1.28&r2=text&tr2=1.29&diff_format=h">M</a></td><td width='1%'>1.29</td><td width='100%'>c/src/lib/libbsp/powerpc/shared/irq/irq_init.c</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c.diff?r1=text&tr1=1.54&r2=text&tr2=1.55&diff_format=h">M</a></td><td width='1%'>1.55</td><td width='100%'>c/src/lib/libbsp/powerpc/shared/startup/bspstart.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.232 rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.233
--- rtems/c/src/lib/libbsp/powerpc/ChangeLog:1.232      Wed Apr 14 03:53:48 2010
+++ rtems/c/src/lib/libbsp/powerpc/ChangeLog    Wed Apr 28 13:51:58 2010
</font><font color='#997700'>@@ -1,3 +1,9 @@
</font><font color='#000088'>+2010-04-28    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * shared/bootloader/em86.c, shared/bootloader/mm.c,
+       shared/console/polled_io.c, shared/irq/irq_init.c,
+       shared/startup/bspstart.c: Remove warnings.
+
</font> 2010-04-14        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * shared/flash/flash.c: Include <unistd.h>.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c:1.8 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c:1.9
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c:1.8 Fri Mar 30 20:14:39 2007
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/em86.c     Wed Apr 28 13:51:58 2010
</font><font color='#997700'>@@ -177,7 +177,8 @@
</font>             AH=pcibios_write_config_word(BH, BL, reg, ld_le16(&CX));
                  break;
                case 13:      /* write_config_dword */
<font color='#880000'>-             AH=pcibios_write_config_dword(BH, BL, reg, ld_le32(&ECX));
</font><font color='#000088'>+                AH=pcibios_write_config_dword(
+                       BH, BL, reg, ld_le32((uint32_t *)&ECX));
</font>             break;
                default:
                  printf("Unimplemented or illegal PCI service call #%d!\n",
<font color='#997700'>@@ -207,7 +208,7 @@
</font> 
 int int10h(x86 * p) { /* Process BIOS video interrupt */
        unsigned vector;
<font color='#880000'>-   vector=ld_le32((unsigned *)p->vbase+0x10);
</font><font color='#000088'>+      vector=ld_le32((uint32_t *)p->vbase+0x10);
</font>   if (((vector&0xffff0000)>>16)==0xc000) {
                push2(p, p->eflags);
                push2(p, p->cs);
<font color='#997700'>@@ -528,7 +529,7 @@
</font>   *(u_int *)(p->ssbase+ld_le16(&SP)) = UINT_MAX;
 
        /* Interrupt for BIOS EGA services is 0xf000:0xf065 (int 0x10) */
<font color='#880000'>-   st_le32((u_int *)p->vbase + 0x10, 0xf000f065);
</font><font color='#000088'>+      st_le32((uint32_t *)p->vbase + 0x10, 0xf000f065);
</font> 
        /* Enable the ROM, read it and disable it immediately */
        pci_bootloader_read_config_dword(dev, PCI_ROM_ADDRESS, &saved_rom);

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c:1.5 rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c:1.6
--- rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c:1.5   Wed Apr 21 11:01:44 2004
+++ rtems/c/src/lib/libbsp/powerpc/shared/bootloader/mm.c       Wed Apr 28 13:51:58 2010
</font><font color='#997700'>@@ -46,6 +46,9 @@
</font> #include <libcpu/page.h>
 #include <limits.h>
 
<font color='#000088'>+extern void (tlb_handlers)(void);
+extern void (_handler_glue)(void);
+
</font> /* We use our own kind of simple memory areas for the loader, but
  * we want to avoid potential clashes with kernel includes.
  * Here a map maps contiguous areas from base to end,
<font color='#997700'>@@ -706,8 +709,6 @@
</font>   u_long lowpage=ULONG_MAX, highpage;
        struct _mm_private *mm = (struct _mm_private *) bd->mm_private;
        RESIDUAL * res=bd->residual;
<font color='#880000'>-   extern void (tlb_handlers)(void);
-       extern void (_handler_glue)(void);
</font>   int i;
        map *p;
 

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c:1.14 rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c:1.15
--- rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c:1.14      Thu Dec 10 00:02:14 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/console/polled_io.c   Wed Apr 28 13:51:58 2010
</font><font color='#997700'>@@ -1094,7 +1094,7 @@
</font>                                   n = (short) n;
                                else
                                <span style="background-color: #FF0000">  </span> n = (unsigned short) n;
<font color='#880000'>-                   } else if (! flags & LONG) {
</font><font color='#000088'>+                      } else if (!(flags & LONG)) {
</font>                           /* Here the compiler correctly removes this
                                 * do nothing code on 32 bit PPC.
                                 */

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c:1.28 rtems/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c:1.29
--- rtems/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c:1.28   Thu Dec 10 02:50:57 2009
+++ rtems/c/src/lib/libbsp/powerpc/shared/irq/irq_init.c        Wed Apr 28 13:51:58 2010
</font><font color='#997700'>@@ -39,23 +39,31 @@
</font> static pci_isa_bridge_device bridge;
 
 /*
<font color='#880000'>- * default on/off function
- */
-static void nop_func(void){}
-/*
- * default isOn function
- */
-static int not_connected(void) {return 0;}
-/*
- * default possible isOn function
-static int connected(void) {return 1;}
</font><font color='#000088'>+ * default methods
</font>  */
<font color='#000088'>+static void nop_hdl(rtems_irq_hdl_param ignored)
+{
+}
+
+static void nop_irq_enable(const struct __rtems_irq_connect_data__*ignored)
+{
+}
+
+static int irq_is_connected(const struct __rtems_irq_connect_data__*ignored)
+{
+  return 0;
+}
+
</font> 
 static rtems_irq_connect_data<span style="background-color: #FF0000">     </span>        rtemsIrq[BSP_IRQ_NUMBER];
 static rtems_irq_global_settings<span style="background-color: #FF0000">     </span>     initial_config;
 static rtems_irq_connect_data<span style="background-color: #FF0000">     </span>        defaultIrq = {
<font color='#880000'>-  /* vectorIdex,    hdl            , handle        , on            , off           , isOn */
-  0,<span style="background-color: #FF0000"> </span>                      nop_func       , NULL          , nop_func      , nop_func      , not_connected
</font><font color='#000088'>+  0,                /* vector */
+  nop_hdl,          /* hdl */
+  NULL,             /* handle */
+  nop_irq_enable,   /* on */
+  nop_irq_enable,   /* off */
+  irq_is_connected  /* isOn */
</font> #ifdef BSP_SHARED_HANDLER_SUPPORT
   , NULL /* next_handler */
 #endif

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c:1.54 rtems/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c:1.55
--- rtems/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c:1.54       Sat Mar 27 15:47:39 2010
+++ rtems/c/src/lib/libbsp/powerpc/shared/startup/bspstart.c    Wed Apr 28 13:51:58 2010
</font><font color='#997700'>@@ -17,8 +17,6 @@
</font>  *  $Id$
  */
 
<font color='#880000'>-#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
-
</font> #include <string.h>
 
 #include <bsp.h>
<font color='#997700'>@@ -127,8 +125,8 @@
</font>  * Processor Address Map B (CHRP).
  */
 unsigned int get_eumbbar(void) {
<font color='#880000'>-  out_le32( (uint32_t*)0xfec00000, 0x80000078 );
-  return in_le32( (uint32_t*)0xfee00000 );
</font><font color='#000088'>+  out_le32( (volatile unsigned *)0xfec00000, 0x80000078 );
+  return in_le32( (volatile unsigned *)0xfee00000 );
</font> }
 #endif
 
<font color='#997700'>@@ -309,7 +307,6 @@
</font> #endif
 
 /* See above */
<font color='#880000'>-#warning The interrupt disable mask is now stored in SPRG0, please verify that this is compatible to this BSP (see also bootcard.c).
</font> 
   BSP_mem_size            = residualCopy.TotalMemory;
   BSP_bus_frequency       = residualCopy.VitalProductData.ProcessorBusHz;
</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-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * startup/linkcmds: Needed to be assigned to a memory region.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog.diff?r1=text&tr1=1.129&r2=text&tr2=1.130&diff_format=h">M</a></td><td width='1%'>1.130</td><td width='100%'>c/src/lib/libbsp/mips/genmongoosev/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog:1.129 rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog:1.130
--- rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog:1.129    Tue Apr 27 12:10:58 2010
+++ rtems/c/src/lib/libbsp/mips/genmongoosev/ChangeLog  Wed Apr 28 13:59:01 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-28    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * startup/linkcmds: Needed to be assigned to a memory region.
+
</font> 2010-04-27        Joel Sherrill <joel.sherrill@oarcorp.com>
 
        * startup/linkcmds: Revert previous change. Remove .reginfo from .bss

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds:1.16 rtems/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds:1.17
--- rtems/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds:1.16      Tue Apr 27 12:10:58 2010
+++ rtems/c/src/lib/libbsp/mips/genmongoosev/startup/linkcmds   Wed Apr 28 13:59:01 2010
</font><font color='#997700'>@@ -34,6 +34,7 @@
</font>       *(.gnu.linkonce.t*)
       *(.mips16.fn.*)
       *(.mips16.call.*)
<font color='#000088'>+      *(.reginfo)
</font>       PROVIDE (__runtime_reloc_start = .);
       *(.rel.sdata)
       *(.rel.dyn)
</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-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * mongoosev/duart/mg5uart.c: Remove warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/ChangeLog.diff?r1=text&tr1=1.97&r2=text&tr2=1.98&diff_format=h">M</a></td><td width='1%'>1.98</td><td width='100%'>c/src/lib/libcpu/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c.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%'>c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/ChangeLog:1.97 rtems/c/src/lib/libcpu/mips/ChangeLog:1.98
--- rtems/c/src/lib/libcpu/mips/ChangeLog:1.97  Mon Nov 16 04:04:35 2009
+++ rtems/c/src/lib/libcpu/mips/ChangeLog       Wed Apr 28 13:59:33 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-28    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * mongoosev/duart/mg5uart.c: Remove warnings.
+
</font> 2009-11-16        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * Makefile.am: Add shared/interrupts/isr_entries.h.

<font color='#006600'>diff -u rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.12 rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.13
--- rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c:1.12  Sun Nov 29 23:09:01 2009
+++ rtems/c/src/lib/libcpu/mips/mongoosev/duart/mg5uart.c       Wed Apr 28 13:59:33 2010
</font><font color='#997700'>@@ -440,6 +440,8 @@
</font>  */
 
 
<font color='#000088'>+extern void mips_default_isr(int vector);
+
</font> #define __ISR(_TYPE, _OFFSET) \
   MG5UART_STATIC void mg5uart_process_isr_ ## _TYPE ( \
     int  minor \
<font color='#997700'>@@ -450,8 +452,7 @@
</font>   ) \
   { \
     int   minor; \
<font color='#880000'>-    extern void mips_default_isr(int vector); \
-   \
</font><font color='#000088'>+    \
</font>     for(minor=0 ; minor<Console_Port_Count ; minor++) { \
       if( Console_Port_Tbl[minor].deviceType == SERIAL_MG5UART && \
           vector == Console_Port_Tbl[minor].ulIntVector + _OFFSET ) { \
<font color='#997700'>@@ -469,9 +470,6 @@
</font> __ISR(rx_ready, MG5UART_IRQ_RX_READY)
 
 
<font color='#880000'>-
-
-
</font> MG5UART_STATIC void mg5uart_process_isr_rx_error(
    int  minor,
    uint32_t   mask
<font color='#997700'>@@ -679,10 +677,10 @@
</font>  *
  */
 
<font color='#880000'>-MG5UART_STATIC int mg5uart_write_support_polled(
</font><font color='#000088'>+MG5UART_STATIC ssize_t mg5uart_write_support_polled(
</font>   int         minor,
   const char *buf,
<font color='#880000'>-  int         len
</font><font color='#000088'>+  size_t      len
</font> )
 {
   int nwrite = 0;
</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-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * gdbstub/rtems-stub-glue.c: Remove warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/ChangeLog.diff?r1=text&tr1=1.165&r2=text&tr2=1.166&diff_format=h">M</a></td><td width='1%'>1.166</td><td width='100%'>c/src/lib/libbsp/shared/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c.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%'>c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/ChangeLog:1.165 rtems/c/src/lib/libbsp/shared/ChangeLog:1.166
--- rtems/c/src/lib/libbsp/shared/ChangeLog:1.165       Fri Apr  9 15:24:57 2010
+++ rtems/c/src/lib/libbsp/shared/ChangeLog     Wed Apr 28 13:59:41 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-28    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * gdbstub/rtems-stub-glue.c: Remove warnings.
+
</font> 2010-04-09        Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
 
        * umon/umonrtemsglue.c: change type to avoid warning

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c:1.10 rtems/c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c:1.11
--- rtems/c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c:1.10        Tue May  5 16:17:47 2009
+++ rtems/c/src/lib/libbsp/shared/gdbstub/rtems-stub-glue.c     Wed Apr 28 13:59:41 2010
</font><font color='#997700'>@@ -283,7 +283,6 @@
</font>    int first_posix_id, first_rtems_id;
    Objects_Information *obj_info;
    Thread_Control *th;
<font color='#880000'>-   uint32_t   name;
</font>    char tmp_buf[20];
 
    ASSERT(info != NULL);
</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-04-28 Joel Sherrill <joel.sherrilL@OARcorp.com>

        * shared/gdbstub/mips-stub.c: Remove warnings.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/ChangeLog.diff?r1=text&tr1=1.33&r2=text&tr2=1.34&diff_format=h">M</a></td><td width='1%'>1.34</td><td width='100%'>c/src/lib/libbsp/mips/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c.diff?r1=text&tr1=1.16&r2=text&tr2=1.17&diff_format=h">M</a></td><td width='1%'>1.17</td><td width='100%'>c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/ChangeLog:1.33 rtems/c/src/lib/libbsp/mips/ChangeLog:1.34
--- rtems/c/src/lib/libbsp/mips/ChangeLog:1.33  Mon Aug 18 02:31:18 2008
+++ rtems/c/src/lib/libbsp/mips/ChangeLog       Wed Apr 28 13:59:49 2010
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2010-04-28    Joel Sherrill <joel.sherrilL@OARcorp.com>
+
+       * shared/gdbstub/mips-stub.c: Remove warnings.
+
</font> 2008-08-18        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * shared/gdbstub/mips-stub.c: Add missing prototypes.

<font color='#006600'>diff -u rtems/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c:1.16 rtems/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c:1.17
--- rtems/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c:1.16 Sun Nov 29 09:27:07 2009
+++ rtems/c/src/lib/libbsp/mips/shared/gdbstub/mips-stub.c      Wed Apr 28 13:59:49 2010
</font><font color='#997700'>@@ -931,6 +931,7 @@
</font>  * reacts to gdb's requests.
  */
 
<font color='#000088'>+extern void clear_cache(void);
</font> void handle_exception (rtems_vector_number vector, CPU_Interrupt_frame *frame)
 {
    int          host_has_detached = 0;
<font color='#997700'>@@ -1439,12 +1440,7 @@
</font>     *  but not necessarily the I-cache.
     */
 
<font color='#880000'>-   {
-      extern void clear_cache(void);
-      clear_cache();
-   }
-
-   return;
</font><font color='#000088'>+   clear_cache();
</font> }
 
 static int numsegs;
</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>