<!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-09)</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>New (Incorporate netbsd hacks)
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/gcc-core-4.5.0-rtems4.11-20100609.diff?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">contrib/crossrpms/patches/gcc-core-4.5.0-rtems4.11-20100609.diff</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/contrib/crossrpms/patches/gcc-core-4.5.0-rtems4.11-20100609.diff:1.1
--- /dev/null   Wed Jun  9 03:12:42 2010
+++ rtems/contrib/crossrpms/patches/gcc-core-4.5.0-rtems4.11-20100609.diff      Wed Jun  9 02:26:34 2010
</font><font color='#997700'>@@ -0,0 +1,403 @@
</font><font color='#000088'>+diff -Naur gcc-4.5.0.orig/ChangeLog.rtems gcc-4.5.0/ChangeLog.rtems
+--- gcc-4.5.0.orig/ChangeLog.rtems     1970-01-01 01:00:00.000000000 +0100
++++ gcc-4.5.0/ChangeLog.rtems  2010-06-09 09:20:39.000000000 +0200
+@@ -0,0 +1,4 @@
++              Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * configure, configure.ac (skipdirs): Add target-libiberty.
++
+diff -Naur gcc-4.5.0.orig/configure gcc-4.5.0/configure
+--- gcc-4.5.0.orig/configure   2010-04-02 19:35:47.000000000 +0200
++++ gcc-4.5.0/configure        2010-06-09 09:20:40.000000000 +0200
+@@ -3291,6 +3291,7 @@
+     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
+     ;;
+   *-*-rtems*)
++    skipdirs="$skipdirs target-libiberty"
+     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+     ;;
+     # The tpf target doesn't support gdb yet.
+@@ -7913,7 +7914,7 @@
+        # to it.  This is right: we don't want to search that directory
+        # for binaries, but we want the header files in there, so add
+        # them explicitly.
+-       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
++       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
+<span style="background-color: #FF0000"> </span>
+        # Someone might think of using the pre-installed headers on
+        # Canadian crosses, in case the installed compiler is not fully
+diff -Naur gcc-4.5.0.orig/configure.ac gcc-4.5.0/configure.ac
+--- gcc-4.5.0.orig/configure.ac        2010-04-02 19:35:47.000000000 +0200
++++ gcc-4.5.0/configure.ac     2010-06-09 09:20:40.000000000 +0200
+@@ -528,6 +528,7 @@
+     noconfigdirs="$noconfigdirs target-newlib target-libiberty target-libgloss ${libgcj} target-libmudflap"
+     ;;
+   *-*-rtems*)
++    skipdirs="$skipdirs target-libiberty"
+     noconfigdirs="$noconfigdirs target-libgloss ${libgcj}"
+     ;;
+     # The tpf target doesn't support gdb yet.
+@@ -3001,7 +3002,7 @@
+        # to it.  This is right: we don't want to search that directory
+        # for binaries, but we want the header files in there, so add
+        # them explicitly.
+-       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include'
++       FLAGS_FOR_TARGET=$FLAGS_FOR_TARGET' -isystem $$r/$(HOST_SUBDIR)/gcc/include -isystem $$r/$(HOST_SUBDIR)/gcc/include-fixed'
+<span style="background-color: #FF0000"> </span>
+        # Someone might think of using the pre-installed headers on
+        # Canadian crosses, in case the installed compiler is not fully
+diff -Naur gcc-4.5.0.orig/gcc/ChangeLog.rtems gcc-4.5.0/gcc/ChangeLog.rtems
+--- gcc-4.5.0.orig/gcc/ChangeLog.rtems 1970-01-01 01:00:00.000000000 +0100
++++ gcc-4.5.0/gcc/ChangeLog.rtems      2010-06-09 09:22:45.000000000 +0200
+@@ -0,0 +1,53 @@
++2010-05-25  Jon Beniston <jon@beniston.com>
++
++      http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43726
++      * config/lm32/lm32.h: Remove GO_IF_MODE_DEPENDENT_ADDRESS.
++      (http://gcc.gnu.org/bugzilla/attachment.cgi?id=20747)
++
++2010-05-19  Joel Sherrill <joel.sherrill@oarcorp.com>
++
++<span style="background-color: #FF0000">    </span>     * config.gcc (sparc64-*-rtems*): New target.
++      * config/sparc/sp64-rtemself.h: New file.
++
++2010-04-19    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * ginclude/stddef.h: Define _MACHINE_ANSI_H_ if _X86_64_ANSI_H_ is<span style="background-color: #FF0000"> </span>
++      defined (Used by amd64-*-netbsdelf5.*).
++
++2010-04-18    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * ginclude/stddef.h: Define _MACHINE_ANSI_H_ if _I386_ANSI_H_ is<span style="background-color: #FF0000"> </span>
++      defined (Used by i386-*-netbsdelf5.*).
++
++2010-03-15    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      Patch from Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>:
++      * config/arm/rtems-elf.h, config/arm/t-rtems: Add optional support
++      for vfp FPU model
++
++2009-12-01    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * config/avr/avr.h (LINK_SPEC): Pass -m avrN to ld for -mmcu=avrN.
++
++2009-11-04    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * config/m32c/rtems.h, config/m68k/rtemself.h,
++      config/m68k/rtemself.h, config/sh/rtemself.h,
++      config/sparc/rtemself.h: Undef WCHAR_TYPE_SIZE, WCHAR_TYPE.<span style="background-color: #FF0000"> </span>
++      (Resets WCHAR_TYPE's to defaults. Prevents broken GCC tm_files<span style="background-color: #FF0000"> </span>
++      to interfere and cause wchar_t/wint_t incompatibilities).
++
++2009-10-15    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * config/avr/t-rtems: Don't build _exit.
++
++              Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * config/rs6000/rtems.h: Support for custom RTEMS multilibs.
++      Support TARGET_E500.
++      * config/rs6000/t-rtems: Custom RTEMS multilibs.<span style="background-color: #FF0000"> </span>
++
++              Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * config/mips/elf.h: Remove NO_IMPLICIT_EXTERN_C.
++<span style="background-color: #FF0000">      </span>
+diff -Naur gcc-4.5.0.orig/gcc/config/arm/rtems-elf.h gcc-4.5.0/gcc/config/arm/rtems-elf.h
+--- gcc-4.5.0.orig/gcc/config/arm/rtems-elf.h  2009-03-25 13:54:16.000000000 +0100
++++ gcc-4.5.0/gcc/config/arm/rtems-elf.h       2010-06-09 09:20:40.000000000 +0200
+@@ -36,7 +36,7 @@
+  */
+ #undef SUBTARGET_EXTRA_ASM_SPEC
+ #define SUBTARGET_EXTRA_ASM_SPEC "\
+-  %{!mhard-float: %{!msoft-float:-mfpu=softfpa}}"
++  %{!mhard-float: %{!mfpu=vfp: %{!msoft-float:-mfpu=softfpa}}}"
+<span style="background-color: #FF0000"> </span>
+ /*
+  *  The default includes --start-group and --end-group which conflicts
+diff -Naur gcc-4.5.0.orig/gcc/config/arm/t-rtems gcc-4.5.0/gcc/config/arm/t-rtems
+--- gcc-4.5.0.orig/gcc/config/arm/t-rtems      2004-11-23 06:30:32.000000000 +0100
++++ gcc-4.5.0/gcc/config/arm/t-rtems   2010-06-09 09:20:40.000000000 +0200
+@@ -5,6 +5,41 @@
+ MULTILIB_EXCEPTIONS  =<span style="background-color: #FF0000"> </span>
+ MULTILIB_MATCHES     = marm=mno-thumb
+<span style="background-color: #FF0000"> </span>
+-MULTILIB_OPTIONS    += msoft-float/mhard-float
+-MULTILIB_DIRNAMES   += soft fpu
+-MULTILIB_EXCEPTIONS += *mthumb/*mhard-float*
++MULTILIB_OPTIONS    += mhard-float/mfloat-abi=softfp
++MULTILIB_DIRNAMES   += fpu softfp
++MULTILIB_EXCEPTIONS += *mthumb*/*mhard-float* *mthumb*/*mfloat-abi=softfp*
++MULTILIB_MATCHES     =
++
++MULTILIB_OPTIONS    += mfpu=vfp
++MULTILIB_DIRNAMES   += vfp
++MULTILIB_EXCEPTIONS += *mhard-float*/*mfpu=vfp* *marm*/*mfloat-abi=softfp*/*mfpu=fpa*
++MULTILIB_EXCLUSIONS += !mthumb/mfloat-abi=softfp/!mfpu=vfp
++
++# default float model is fpa, so don't create a explicit copy of it
++MULTILIB_EXCEPTIONS += *marm*/*mfpa*
++
++# permutations of the options which are useful (+) or make no sense (-),
++# defaults are in brackets:
++# + (arm/soft/fpa)
++# + (arm/soft)/vfp
++# - (arm)/softfp(/fpa)
++# + (arm)/softfp/vfp
++# + (arm)/hard-float(/fpa)
++# - (arm)/hard-float/vfp
++# + thumb/(soft/fpa)
++# + thumb/(soft/)vfp
++# - thumb/softfp/fpa
++# - thumb/softfp/vfp
++# - thumb/hard-float/fpa
++# - thumb/hard-float/vfp
++
++# subdirs to be used for multilibs and their respective options:
++#/thumb/vfp  -> thumb/soft/vfp
++#/thumb/fpa  -> thumb/soft/fpa
++#/thumb      -> thumb/soft/fpa
++#/vfp        -> arm/soft/vfp
++#/softfp/vfp -> arm/softfp/cfp
++#/fpu/fpa    -> arm/hard/fpa
++#/fpu        -> arm/hard/fpa
++#/fpa        -> arm/soft/fpa
++#.           -> arm/soft/fpa
+diff -Naur gcc-4.5.0.orig/gcc/config/avr/t-rtems gcc-4.5.0/gcc/config/avr/t-rtems
+--- gcc-4.5.0.orig/gcc/config/avr/t-rtems      2004-11-23 04:44:03.000000000 +0100
++++ gcc-4.5.0/gcc/config/avr/t-rtems   2010-06-09 09:20:40.000000000 +0200
+@@ -1,3 +1,4 @@
+ # Multilibs for avr RTEMS targets.
+<span style="background-color: #FF0000"> </span>
+-# ATM, this is just a stub
++# RTEMS uses _exit from newlib
++LIB1ASMFUNCS := $(filter-out _exit,$(LIB1ASMFUNCS))
+diff -Naur gcc-4.5.0.orig/gcc/config/lm32/lm32.h gcc-4.5.0/gcc/config/lm32/lm32.h
+--- gcc-4.5.0.orig/gcc/config/lm32/lm32.h      2009-11-11 17:43:06.000000000 +0100
++++ gcc-4.5.0/gcc/config/lm32/lm32.h   2010-06-09 09:20:40.000000000 +0200
+@@ -371,9 +371,6 @@
+ #define REG_OK_FOR_BASE_P(X) NONSTRICT_REG_OK_FOR_BASE_P(X)
+ #endif
+<span style="background-color: #FF0000"> </span>
+-#define GO_IF_MODE_DEPENDENT_ADDRESS(ADDR, LABEL)<span style="background-color: #FF0000"> </span>                       \
+-  if (GET_CODE (ADDR) == PLUS) goto LABEL;            <span style="background-color: #FF0000">      </span>             \
+-
+ #define LEGITIMATE_CONSTANT_P(X) lm32_legitimate_constant_p
+<span style="background-color: #FF0000"> </span>
+ /*-------------------------*/
+diff -Naur gcc-4.5.0.orig/gcc/config/m32c/rtems.h gcc-4.5.0/gcc/config/m32c/rtems.h
+--- gcc-4.5.0.orig/gcc/config/m32c/rtems.h     2008-12-01 17:34:42.000000000 +0100
++++ gcc-4.5.0/gcc/config/m32c/rtems.h  2010-06-09 09:20:40.000000000 +0200
+@@ -29,5 +29,9 @@
+     }                                         \
+   while (0)
+<span style="background-color: #FF0000"> </span>
+-/* Use the default */
++/* Use the defaults */
+ #undef LINK_GCC_C_SEQUENCE_SPEC
++
++#undef WCHAR_TYPE
++
++#undef WCHAR_TYPE_SIZE
+diff -Naur gcc-4.5.0.orig/gcc/config/m68k/rtemself.h gcc-4.5.0/gcc/config/m68k/rtemself.h
+--- gcc-4.5.0.orig/gcc/config/m68k/rtemself.h  2007-08-02 12:49:31.000000000 +0200
++++ gcc-4.5.0/gcc/config/m68k/rtemself.h       2010-06-09 09:20:40.000000000 +0200
+@@ -31,3 +31,8 @@
+<span style="background-color: #FF0000"> </span> builtin_assert ("system=rtems");      \
+     }                                         \
+   while (0)
++
++/* Use the defaults */
++#undef WCHAR_TYPE
++
++#undef WCHAR_TYPE_SIZE
+diff -Naur gcc-4.5.0.orig/gcc/config/mips/elf.h gcc-4.5.0/gcc/config/mips/elf.h
+--- gcc-4.5.0.orig/gcc/config/mips/elf.h       2007-08-02 12:49:31.000000000 +0200
++++ gcc-4.5.0/gcc/config/mips/elf.h    2010-06-09 09:20:40.000000000 +0200
+@@ -48,6 +48,4 @@
+ #undef  ENDFILE_SPEC
+ #define ENDFILE_SPEC "crtend%O%s crtn%O%s"
+<span style="background-color: #FF0000"> </span>
+-#define NO_IMPLICIT_EXTERN_C 1
+-
+ #define HANDLE_PRAGMA_PACK_PUSH_POP 1
+diff -Naur gcc-4.5.0.orig/gcc/config/rs6000/rtems.h gcc-4.5.0/gcc/config/rs6000/rtems.h
+--- gcc-4.5.0.orig/gcc/config/rs6000/rtems.h   2007-08-02 12:49:31.000000000 +0200
++++ gcc-4.5.0/gcc/config/rs6000/rtems.h        2010-06-09 09:20:40.000000000 +0200
+@@ -49,8 +49,22 @@
+ %{mcpu=604:  %{!Dppc*: %{!Dmpc*: -Dmpc604}  } } \
+ %{mcpu=750:  %{!Dppc*: %{!Dmpc*: -Dmpc750}  } } \
+ %{mcpu=821:  %{!Dppc*: %{!Dmpc*: -Dmpc821}  } } \
+-%{mcpu=860:  %{!Dppc*: %{!Dmpc*: -Dmpc860}  } }"<span style="background-color: #FF0000"> </span>
++%{mcpu=860:  %{!Dppc*: %{!Dmpc*: -Dmpc860}  } } \
++%{mcpu=8540: %{!Dppc*: %{!Dmpc*: -Dppc8540}  } }"<span style="background-color: #FF0000"> </span>
+<span style="background-color: #FF0000"> </span>
+ #undef  SUBSUBTARGET_EXTRA_SPECS
+ #define SUBSUBTARGET_EXTRA_SPECS \
+   { "cpp_os_rtems",         CPP_OS_RTEMS_SPEC }
++
++#undef SUBSUBTARGET_OVERRIDE_OPTIONS
++#define SUBSUBTARGET_OVERRIDE_OPTIONS         \
++  do {                                                \
++    if (TARGET_E500)                          \
++      {                                               \
++      rs6000_float_gprs = 1;                  \
++      }                                               \
++  } while(0)
++
++#undef WCHAR_TYPE
++
++#undef WCHAR_TYPE_SIZE
+diff -Naur gcc-4.5.0.orig/gcc/config/rs6000/t-rtems gcc-4.5.0/gcc/config/rs6000/t-rtems
+--- gcc-4.5.0.orig/gcc/config/rs6000/t-rtems   2009-04-21 21:03:23.000000000 +0200
++++ gcc-4.5.0/gcc/config/rs6000/t-rtems        2010-06-09 09:20:40.000000000 +0200
+@@ -19,12 +19,12 @@
+ # <http://www.gnu.org/licenses/>.
+<span style="background-color: #FF0000"> </span>
+ MULTILIB_OPTIONS      = \
+-mcpu=403/mcpu=505/mcpu=601/mcpu=603e/mcpu=604/mcpu=860/mcpu=7400 \
++mcpu=403/mcpu=505/mcpu=601/mcpu=603e/mcpu=604/mcpu=860/mcpu=7400/mcpu=8540 \
+ Dmpc8260 \
+ msoft-float
+<span style="background-color: #FF0000"> </span>
+ MULTILIB_DIRNAMES     = \
+-m403 m505 m601 m603e m604 m860 m7400 \
++m403 m505 m601 m603e m604 m860 m7400 m8540 \
+ mpc8260 \
+ nof
+<span style="background-color: #FF0000"> </span>
+@@ -47,6 +47,10 @@
+ # Map 750 to .
+ MULTILIB_MATCHES      += mcpu?750=
+<span style="background-color: #FF0000"> </span>
++# Map e500, 8548 to 8540
++MULTILIB_MATCHES      += mcpu?8540=mcpu?e500
++MULTILIB_MATCHES      += mcpu?8540=mcpu?8548
++
+ # Soft-float only, default implies msoft-float
+ # NOTE: Must match with MULTILIB_MATCHES_FLOAT and MULTILIB_MATCHES
+ MULTILIB_SOFTFLOAT_ONLY = \
+@@ -80,3 +84,4 @@
+ MULTILIB_EXCEPTIONS += *mcpu=750/Dmpc*
+ MULTILIB_EXCEPTIONS += *mcpu=860/Dmpc*
+ MULTILIB_EXCEPTIONS += *mcpu=7400/Dmpc*
++MULTILIB_EXCEPTIONS += *mcpu=8540/Dmpc*
+diff -Naur gcc-4.5.0.orig/gcc/config/sh/rtemself.h gcc-4.5.0/gcc/config/sh/rtemself.h
+--- gcc-4.5.0.orig/gcc/config/sh/rtemself.h    2007-08-02 12:49:31.000000000 +0200
++++ gcc-4.5.0/gcc/config/sh/rtemself.h 2010-06-09 09:20:40.000000000 +0200
+@@ -24,3 +24,8 @@
+   builtin_define( "__rtems__" );            \
+   builtin_assert( "system=rtems" );         \
+ } while (0)
++
++/* Use the defaults */
++#undef WCHAR_TYPE
++
++#undef WCHAR_TYPE_SIZE
+diff -Naur gcc-4.5.0.orig/gcc/config/sparc/rtemself.h gcc-4.5.0/gcc/config/sparc/rtemself.h
+--- gcc-4.5.0.orig/gcc/config/sparc/rtemself.h 2007-08-02 12:49:31.000000000 +0200
++++ gcc-4.5.0/gcc/config/sparc/rtemself.h      2010-06-09 09:20:40.000000000 +0200
+@@ -29,5 +29,9 @@
+     }                                         \
+   while (0)
+<span style="background-color: #FF0000"> </span>
+-/* Use the default */
++/* Use the defaults */
+ #undef LINK_GCC_C_SEQUENCE_SPEC
++
++#undef WCHAR_TYPE
++
++#undef WCHAR_TYPE_SIZE
+diff -Naur gcc-4.5.0.orig/gcc/config/sparc/sp64-rtemself.h gcc-4.5.0/gcc/config/sparc/sp64-rtemself.h
+--- gcc-4.5.0.orig/gcc/config/sparc/sp64-rtemself.h    1970-01-01 01:00:00.000000000 +0100
++++ gcc-4.5.0/gcc/config/sparc/sp64-rtemself.h 2010-06-09 09:20:40.000000000 +0200
+@@ -0,0 +1,37 @@
++/* Definitions for rtems targeting a SPARC64 using ELF.
++   Copyright (C) 2010 Free Software Foundation, Inc.
++   Contributed by Joel Sherrill (joel@OARcorp.com).
++
++This file is part of GCC.
++
++GCC is free software; you can redistribute it and/or modify
++it under the terms of the GNU General Public License as published by
++the Free Software Foundation; either version 3, or (at your option)
++any later version.
++
++GCC is distributed in the hope that it will be useful,
++but WITHOUT ANY WARRANTY; without even the implied warranty of
++MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
++GNU General Public License for more details.
++
++You should have received a copy of the GNU General Public License
++along with GCC; see the file COPYING3.  If not see
++<http://www.gnu.org/licenses/>.  */
++
++/* Target OS builtins.  */
++#undef TARGET_OS_CPP_BUILTINS
++#define TARGET_OS_CPP_BUILTINS()              \
++  do                                          \
++    {                                         \
++      builtin_define ("__rtems__");         \
++      builtin_define ("__USE_INIT_FINI__"); \
++      builtin_assert ("system=rtems");      \
++    }                                         \
++  while (0)
++
++/* Use the default */
++#undef LINK_GCC_C_SEQUENCE_SPEC
++
++/* we are not svr4 */
++#undef CPP_SUBTARGET_SPEC
++#define CPP_SUBTARGET_SPEC ""
+diff -Naur gcc-4.5.0.orig/gcc/config.gcc gcc-4.5.0/gcc/config.gcc
+--- gcc-4.5.0.orig/gcc/config.gcc      2010-04-07 12:34:00.000000000 +0200
++++ gcc-4.5.0/gcc/config.gcc   2010-06-09 09:20:40.000000000 +0200
+@@ -2387,6 +2387,12 @@
+<span style="background-color: #FF0000"> </span> tmake_file="sparc/t-elf sparc/t-crtfm t-rtems"
+<span style="background-color: #FF0000"> </span> extra_parts="crti.o crtn.o crtbegin.o crtend.o"
+<span style="background-color: #FF0000"> </span> ;;
++sparc64-*-rtems*)
++      tm_file="${tm_file} dbxelf.h elfos.h svr4.h newlib-stdint.h sparc/sysv4.h sparc/sp64-elf.h sparc/sp64-rtemself.h rtems.h"
++      extra_options="${extra_options} sparc/little-endian.opt"
++      tmake_file="${tmake_file} sparc/t-crtfm t-rtems"
++      extra_parts="crtbegin.o crtend.o"
++      ;;
+ sparc*-*-solaris2*)
+<span style="background-color: #FF0000"> </span> tm_file="sparc/biarch64.h ${tm_file} dbxelf.h elfos.h svr4.h sparc/sysv4.h sol2.h"
+<span style="background-color: #FF0000"> </span> case ${target} in
+diff -Naur gcc-4.5.0.orig/gcc/ginclude/stddef.h gcc-4.5.0/gcc/ginclude/stddef.h
+--- gcc-4.5.0.orig/gcc/ginclude/stddef.h       2009-04-09 17:00:19.000000000 +0200
++++ gcc-4.5.0/gcc/ginclude/stddef.h    2010-06-09 09:23:28.000000000 +0200
+@@ -53,7 +53,13 @@
+    one less case to deal with in the following.  */
+ #if defined (__BSD_NET2__) || defined (____386BSD____) || (defined (__FreeBSD__) && (__FreeBSD__ < 5)) || defined(__NetBSD__)
+ #include <machine/ansi.h>
++#if !defined(_MACHINE_ANSI_H_)
++#if defined(_I386_ANSI_H_) || defined(_X86_64_ANSI_H_)
++#define _MACHINE_ANSI_H_
+ #endif
++#endif
++#endif
++
+ /* On FreeBSD 5, machine/ansi.h does not exist anymore... */
+ #if defined (__FreeBSD__) && (__FreeBSD__ >= 5)
+ #include <sys/_types.h>
+diff -Naur gcc-4.5.0.orig/libgcc/ChangeLog.rtems gcc-4.5.0/libgcc/ChangeLog.rtems
+--- gcc-4.5.0.orig/libgcc/ChangeLog.rtems      1970-01-01 01:00:00.000000000 +0100
++++ gcc-4.5.0/libgcc/ChangeLog.rtems   2010-06-09 09:20:40.000000000 +0200
+@@ -0,0 +1,3 @@
++2010-05-19  Joel Sherrill <joel.sherrill@oarcorp.com>
++
++      * config.host (sparc64-*-rtems*): New target.
+diff -Naur gcc-4.5.0.orig/libgcc/config.host gcc-4.5.0/libgcc/config.host
+--- gcc-4.5.0.orig/libgcc/config.host  2010-04-02 05:02:18.000000000 +0200
++++ gcc-4.5.0/libgcc/config.host       2010-06-09 09:20:40.000000000 +0200
+@@ -535,7 +535,7 @@
+<span style="background-color: #FF0000"> </span> extra_parts="$extra_parts crtfastmath.o"
+<span style="background-color: #FF0000"> </span> tmake_file="${tmake_file} sparc/t-crtfm"
+<span style="background-color: #FF0000"> </span> ;;
+-sparc-*-rtems*)
++sparc-*-rtems* | sparc64-*-rtems* )
+<span style="background-color: #FF0000"> </span> ;;
+ sparc64-*-solaris2* | sparcv9-*-solaris2*)
+<span style="background-color: #FF0000"> </span> ;;
</font></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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Update.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am.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%'>contrib/crossrpms/netbsd5.0.2/i386/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/netbsd5.0.2/i386/gcc-sources.add.diff?r1=text&tr1=1.2&r2=text&tr2=1.3&diff_format=h">M</a></td><td width='1%'>1.3</td><td width='100%'>contrib/crossrpms/netbsd5.0.2/i386/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am.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%'>contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/netbsd5.0.2/x86_64/gcc-sources.add.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%'>contrib/crossrpms/netbsd5.0.2/x86_64/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/arm/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec.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%'>contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/avr/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/bfin/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec.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%'>contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/h8300/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/i386/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/lm32/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/m32c/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/m32r/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec.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%'>contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/m68k/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/mips/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/sh/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec.diff?r1=text&tr1=1.20&r2=text&tr2=1.21&diff_format=h">M</a></td><td width='1%'>1.21</td><td width='100%'>contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add.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%'>contrib/crossrpms/rtems4.11/sparc/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec.diff?r1=text&tr1=1.22&r2=text&tr2=1.23&diff_format=h">M</a></td><td width='1%'>1.23</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add.diff?r1=text&tr1=1.3&r2=text&tr2=1.4&diff_format=h">M</a></td><td width='1%'>1.4</td><td width='100%'>contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec.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%'>contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am:1.6 rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am:1.7
--- rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am:1.6    Mon Apr 26 22:03:52 2010
+++ rtems/contrib/crossrpms/netbsd5.0.2/i386/Makefile.am        Wed Jun  9 02:29:01 2010
</font><font color='#997700'>@@ -18,7 +18,7 @@
</font> 
 GCC_VERS = 4.5.0
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 0.20100427.0
</font><font color='#000088'>+GCC_RPMREL = 0.20100609.0
</font> include ../gcc.am
 # C only
 GCC_OPTS += --languages=c,cxx,fortran,objc

<font color='#006600'>diff -u rtems/contrib/crossrpms/netbsd5.0.2/i386/gcc-sources.add:1.2 rtems/contrib/crossrpms/netbsd5.0.2/i386/gcc-sources.add:1.3
--- rtems/contrib/crossrpms/netbsd5.0.2/i386/gcc-sources.add:1.2        Mon Apr 19 09:10:52 2010
+++ rtems/contrib/crossrpms/netbsd5.0.2/i386/gcc-sources.add    Wed Jun  9 02:29:01 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
 %if "%{gcc_version}" == "4.5.0"
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100419.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am:1.1 rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am:1.2
--- rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am:1.1  Mon May 24 02:19:16 2010
+++ rtems/contrib/crossrpms/netbsd5.0.2/x86_64/Makefile.am      Wed Jun  9 02:29:01 2010
</font><font color='#997700'>@@ -18,7 +18,7 @@
</font> 
 GCC_VERS = 4.5.0
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 0.20100427.0
</font><font color='#000088'>+GCC_RPMREL = 0.20100609.0
</font> include ../gcc.am
 # C only
 GCC_OPTS += --languages=c,cxx,fortran,objc

<font color='#006600'>diff -u rtems/contrib/crossrpms/netbsd5.0.2/x86_64/gcc-sources.add:1.1 rtems/contrib/crossrpms/netbsd5.0.2/x86_64/gcc-sources.add:1.2
--- rtems/contrib/crossrpms/netbsd5.0.2/x86_64/gcc-sources.add:1.1      Mon May 24 02:19:16 2010
+++ rtems/contrib/crossrpms/netbsd5.0.2/x86_64/gcc-sources.add  Wed Jun  9 02:29:01 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> Source0:<span style="background-color: #FF0000"> </span>    ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_version}/gcc-core-%{gcc_pkgvers}.tar.bz2
 %if "%{gcc_version}" == "4.5.0"
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100419.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add:1.12  Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/arm/gcc-sources.add       Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.19 rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.20
--- rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec:1.19        Wed Jun  9 01:40:46 2010
+++ rtems/contrib/crossrpms/rtems4.11/arm/rtems-4.11-arm-rtems4.11-gcc.spec     Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add:1.12  Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/avr/gcc-sources.add       Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec:1.20        Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/avr/rtems-4.11-avr-rtems4.11-gcc.spec     Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add:1.12 Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.21 rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.22
--- rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec:1.21      Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/bfin/rtems-4.11-bfin-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add:1.12        Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/h8300/gcc-sources.add     Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec:1.20    Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/h8300/rtems-4.11-h8300-rtems4.11-gcc.spec Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add:1.12 Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/i386/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec:1.20      Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/i386/rtems-4.11-i386-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add:1.12 Thu May 27 06:10:23 2010
+++ rtems/contrib/crossrpms/rtems4.11/lm32/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec:1.20      Thu May 27 06:10:45 2010
+++ rtems/contrib/crossrpms/rtems4.11/lm32/rtems-4.11-lm32-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add:1.12 Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32c/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec:1.20      Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32c/rtems-4.11-m32c-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add:1.12 Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32r/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.19 rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.20
--- rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec:1.19      Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/m32r/rtems-4.11-m32r-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add:1.12 Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/m68k/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec:1.20      Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/m68k/rtems-4.11-m68k-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add:1.12 Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/mips/gcc-sources.add      Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec:1.20      Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/mips/rtems-4.11-mips-rtems4.11-gcc.spec   Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add:1.12      Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/gcc-sources.add   Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec:1.20        Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/powerpc/rtems-4.11-powerpc-rtems4.11-gcc.spec     Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add:1.12   Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/sh/gcc-sources.add        Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.20 rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.21
--- rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec:1.20  Wed Jun  9 01:40:47 2010
+++ rtems/contrib/crossrpms/rtems4.11/sh/rtems-4.11-sh-rtems4.11-gcc.spec       Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.12 rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.13
--- rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add:1.12        Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc/gcc-sources.add     Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.22 rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.23
--- rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec:1.22    Wed Jun  9 01:40:48 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc/rtems-4.11-sparc-rtems4.11-gcc.spec Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add:1.3 rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add:1.4
--- rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add:1.3       Wed Jun  9 01:39:55 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/gcc-sources.add   Wed Jun  9 02:29:33 2010
</font><font color='#997700'>@@ -1,6 +1,6 @@
</font> %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec:1.4 rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec:1.5
--- rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec:1.4 Wed Jun  9 01:40:48 2010
+++ rtems/contrib/crossrpms/rtems4.11/sparc64/rtems-4.11-sparc64-rtems4.11-gcc.spec     Wed Jun  9 02:29:42 2010
</font><font color='#997700'>@@ -254,7 +254,7 @@
</font> 
 %if "%{gcc_version}" == "4.5.0"
 Source0:       ftp://ftp.gnu.org/gnu/gcc/gcc-%{gcc_pkgvers}/gcc-core-%{gcc_pkgvers}.tar.bz2
<font color='#880000'>-Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100526.diff
</font><font color='#000088'>+Patch0:         ftp://ftp.rtems.org/pub/rtems/SOURCES/4.11/gcc-core-4.5.0-rtems4.11-20100609.diff
</font> %endif
 %{?_without_sources:NoSource:  0}
 
</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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Remove.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/gcc-core-4.5.0-rtems4.11-20100526.diff?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">contrib/crossrpms/patches/gcc-core-4.5.0-rtems4.11-20100526.diff</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/aclocal/enable-shttpd.m4?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">cpukit/aclocal/enable-shttpd.m4</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/.cvsignore?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">cpukit/shttpd/.cvsignore</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/Makefile.am?rev=1.5&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.5</font></td><td width='100%'><font color="#880000">cpukit/shttpd/Makefile.am</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/Makefile.shttpd?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">cpukit/shttpd/Makefile.shttpd</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/auth.c?rev=1.3&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.3</font></td><td width='100%'><font color="#880000">cpukit/shttpd/auth.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/cgi.c?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">cpukit/shttpd/cgi.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_rtems.h?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">cpukit/shttpd/compat_rtems.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_rtems.c?rev=1.6&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.6</font></td><td width='100%'><font color="#880000">cpukit/shttpd/compat_rtems.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_unix.h?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">cpukit/shttpd/compat_unix.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_unix.c?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">cpukit/shttpd/compat_unix.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_win32.h?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">cpukit/shttpd/compat_win32.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_win32.c?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">cpukit/shttpd/compat_win32.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_wince.h?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">cpukit/shttpd/compat_wince.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/compat_wince.c?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">cpukit/shttpd/compat_wince.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/config.c?rev=1.3&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.3</font></td><td width='100%'><font color="#880000">cpukit/shttpd/config.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/defs.h?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">cpukit/shttpd/defs.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io.h?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">cpukit/shttpd/io.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io_cgi.c?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">cpukit/shttpd/io_cgi.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io_dir.c?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">cpukit/shttpd/io_dir.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io_emb.c?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">cpukit/shttpd/io_emb.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io_file.c?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">cpukit/shttpd/io_file.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io_socket.c?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">cpukit/shttpd/io_socket.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/io_ssl.c?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">cpukit/shttpd/io_ssl.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/llist.h?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">cpukit/shttpd/llist.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/log.c?rev=1.5&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.5</font></td><td width='100%'><font color="#880000">cpukit/shttpd/log.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/md5.h?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">cpukit/shttpd/md5.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/md5.c?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">cpukit/shttpd/md5.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/mime_type.c?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">cpukit/shttpd/mime_type.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/preinstall.am?rev=1.3&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.3</font></td><td width='100%'><font color="#880000">cpukit/shttpd/preinstall.am</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/shttpd.1?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">cpukit/shttpd/shttpd.1</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/shttpd.h?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">cpukit/shttpd/shttpd.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/shttpd.c?rev=1.4&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.4</font></td><td width='100%'><font color="#880000">cpukit/shttpd/shttpd.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/ssl.h?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">cpukit/shttpd/ssl.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/standalone.c?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">cpukit/shttpd/standalone.c</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/std_includes.h?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">cpukit/shttpd/std_includes.h</font></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/shttpd/string.c?rev=1.4&content-type=text/vnd.viewcvs-markup">R</a></td><td width='1%'><font color="#880000">1.4</font></td><td width='100%'><font color="#880000">cpukit/shttpd/string.c</font></td></tr>
</table>
<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>ralf</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2010-06-09 Ralf Corsépius <ralf.corsepius@rtems.org>

        * Makefile.am, configure.ac: Remove support for shttpd.
        * aclocal/enable-shttpd.m4: Remove.
</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.2358&r2=text&tr2=1.2359&diff_format=h">M</a></td><td width='1%'>1.2359</td><td width='100%'>cpukit/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/Makefile.am.diff?r1=text&tr1=1.95&r2=text&tr2=1.96&diff_format=h">M</a></td><td width='1%'>1.96</td><td width='100%'>cpukit/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/cpukit/configure.ac.diff?r1=text&tr1=1.182&r2=text&tr2=1.183&diff_format=h">M</a></td><td width='1%'>1.183</td><td width='100%'>cpukit/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/cpukit/ChangeLog:1.2358 rtems/cpukit/ChangeLog:1.2359
--- rtems/cpukit/ChangeLog:1.2358       Wed Jun  9 00:48:04 2010
+++ rtems/cpukit/ChangeLog      Wed Jun  9 03:06:25 2010
</font><font color='#997700'>@@ -1,5 +1,10 @@
</font> 2010-06-09        Ralf Corsépius <ralf.corsepius@rtems.org>
 
<font color='#000088'>+   * Makefile.am, configure.ac: Remove support for shttpd.
+       * aclocal/enable-shttpd.m4: Remove.
+
+2010-06-09     Ralf Corsépius <ralf.corsepius@rtems.org>
+
</font>   * Makefile.am, configure.ac: Remove support for httpd (GoAhead).
        * aclocal/enable-httpd.m4: Remove.
 

<font color='#006600'>diff -u rtems/cpukit/Makefile.am:1.95 rtems/cpukit/Makefile.am:1.96
--- rtems/cpukit/Makefile.am:1.95       Wed Jun  9 00:48:04 2010
+++ rtems/cpukit/Makefile.am    Wed Jun  9 03:06:25 2010
</font><font color='#997700'>@@ -23,7 +23,6 @@
</font> SUBDIRS += ftpd
 SUBDIRS += telnetd
 SUBDIRS += pppd
<font color='#880000'>-SUBDIRS += shttpd
</font> SUBDIRS += mghttpd
 
 noinst_DATA = preinstall-stamp

<font color='#006600'>diff -u rtems/cpukit/configure.ac:1.182 rtems/cpukit/configure.ac:1.183
--- rtems/cpukit/configure.ac:1.182     Wed Jun  9 00:48:04 2010
+++ rtems/cpukit/configure.ac   Wed Jun  9 03:06:26 2010
</font><font color='#997700'>@@ -18,7 +18,6 @@
</font> RTEMS_ENABLE_ITRON
 RTEMS_ENABLE_RTEMS_DEBUG
 RTEMS_ENABLE_NETWORKING
<font color='#880000'>-RTEMS_ENABLE_SHTTPD
</font> 
 RTEMS_ENV_RTEMSCPU
 RTEMS_CHECK_RTEMS_DEBUG
<font color='#997700'>@@ -274,8 +273,6 @@
</font> AM_CONDITIONAL(HAS_PTHREADS,test x"$rtems_cv_HAS_POSIX_API" = x"yes")
 AM_CONDITIONAL(LIBITRON,test x"$rtems_cv_HAS_ITRON_API" = x"yes")
 AM_CONDITIONAL(LIBNETWORKING,test x"$rtems_cv_HAS_NETWORKING" = x"yes")
<font color='#880000'>-AM_CONDITIONAL([LIBSHTTPD],[test x"$rtems_cv_HAS_NETWORKING" = xyes \
-&& test x"$enable_shttpd" = xyes])
</font> 
 AM_CONDITIONAL([NEED_SYS_CDEFS_H],[test x"$NEED_SYS_CDEFS_H" = x"yes"])
 AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
<font color='#997700'>@@ -339,7 +336,6 @@
</font> ftpd/Makefile
 telnetd/Makefile
 pppd/Makefile
<font color='#880000'>-shttpd/Makefile
</font> mghttpd/Makefile
 wrapup/Makefile])
 
</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>