<!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 (2011-01-14)</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>branches:  1.1.2;
file newlib-1.18.0-rtems4.10-20110114.diff was initially added on branch rtems-4-10-branch.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20110114.diff?rev=NONE&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">NONE</font></td><td width='100%'><font color="#000088">contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20110114.diff</font></td></tr>
</table>
<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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>New (libm fixes).
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20110114.diff.diff?r1=text&tr1=1.1&r2=text&tr2=1.1.2.1&diff_format=h">M</a></td><td width='1%'>1.1.2.1</td><td width='100%'>contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20110114.diff</td></tr>
</table>
<pre>
<font color='#006600'>diff -u /dev/null rtems/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20110114.diff:1.1.2.1
--- /dev/null   Fri Jan 14 08:13:08 2011
+++ rtems/contrib/crossrpms/patches/newlib-1.18.0-rtems4.10-20110114.diff       Fri Jan 14 07:20:15 2011
</font><font color='#997700'>@@ -0,0 +1,2441 @@
</font><font color='#000088'>+diff -Naur newlib-1.18.0.orig/newlib/ChangeLog newlib-1.18.0/newlib/ChangeLog
+--- newlib-1.18.0.orig/newlib/ChangeLog        2009-12-17 22:08:04.000000000 +0100
++++ newlib-1.18.0/newlib/ChangeLog     2011-01-14 14:17:27.092561767 +0100
+@@ -1,3 +1,8 @@
++2011-01-12  Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libm/math/w_tgamma.c: Only build ifndef _DOUBLE_IS_32BITS.
++      * libm/math/wf_tgamma.c: Map tgamma to tgammaf, ifdef _DOUBLE_IS_32BITS.
++
+ 2009-12-17  Jeff Johnston  <jjohnstn@redhat.com>
+<span style="background-color: #FF0000"> </span>
+         * NEWS: Update with 1.18.0 info.
+diff -Naur newlib-1.18.0.orig/newlib/ChangeLog.rtems newlib-1.18.0/newlib/ChangeLog.rtems
+--- newlib-1.18.0.orig/newlib/ChangeLog.rtems  1970-01-01 01:00:00.000000000 +0100
++++ newlib-1.18.0/newlib/ChangeLog.rtems       2011-01-14 14:17:27.092561767 +0100
+@@ -0,0 +1,310 @@
++2011-01-14    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libm/common/s_ilogb.c, libm/common/s_llround.c,
++      libm/common/s_log2.c, libm/common/s_lrint.c,<span style="background-color: #FF0000"> </span>
++      libm/common/s_lround.c, libm/common/s_rint.c,
++      libm/common/sf_ilogb.c, libm/common/sf_log2.c,
++      libm/common/sf_rint.c: Import from newlib-cvs.
++
++2011-01-14    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libm/common/fdlibm.h:<span style="background-color: #FF0000"> </span>
++      Add SAFE_LEFT_SHIFT, SAFE_RIGHT_SHIFT from newlib-cvs.
++
++2011-01-07    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libc/stdio/open_memstream.c: Replace 64 * 1024 with 0x10000 to<span style="background-color: #FF0000"> </span>
++      avoid integer overflow on h8300.
++
++2011-01-05    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libm/common/s_llrint.c: Back-port from newlib-cvs.
++
++2011-01-05    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libc/stdio/tmpnam.c: Include <stdint.h>.
++      Use intptr_t instead of _POINTER_INT for improved portability.
++      * libc/misc/__dprintf.c: Include <stdint.h>
++      Use intptr_t instead of _POINTER_INT for improved portability.
++
++2011-01-05    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libm/common/s_round.c: Cast const int to __int32_t.
++
++2011-01-04    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * doc/makedoc.c: Add cludge to make makedoc 64bit compliant.
++
++2011-01-04    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libm/math/e_scalb.c: Include <limits.h>.
++      Don't rely on 65000 being a valid int.
++
++2011-01-04    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libc/posix/readdir.c: Include <stdint.h>.
++      Cast to intptr_t instead of int.
++
++2011-01-04    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libc/string/memccpy.c, libc/string/memchr.c,
++      libc/string/memcmp.c, libc/string/memcpy.c,
++      libc/string/memmove.c, libc/string/mempcpy.c,
++      libc/string/memset.c, libc/string/stpcpy.c,
++      libc/string/stpncpy.c, libc/string/strcpy.c,
++      libc/string/strlen.c, libc/string/strncat.c,
++      libc/string/strncpy.c (UNALIGNED):
++      Include <stdint.h>.
++      Cast to intptr_t instead of long.
++
++2011-01-04    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/crt0.c: Fix free and calloc declarations.
++
++2011-01-04    Ralf Corsépius  <ralf.corsepius@rtems.org>
++
++      * libc/stdio/open_memstream.c (internal_open_memstream_r):
++      Don't limit c->max to 64*1024 on targets with SIZE_MAX < 64*1024.
++
++2010-10-05  Eric Blake  <eblake@redhat.com>
++
++      memmem, strstr, strcasestr: fix bug with long periodic needle
++<span style="background-color: #FF0000">    </span>     * lib/str-two-way.h (two_way_long_needle): Avoid bug with long
++      periodic needle having false positive.
++
++2010-08-24  Sebastian Huber <sebastian.huber@embedded-brains.de>
++
++      * libc/posix/opendir.c: Added missing memory free.
++
++2010-08-10    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      PR 1475/newlib:
++      * libc/include/stdint.h: Fall back to compute SIZE_MAX based on
++      __SIZEOF_SIZE_T__ and __CHAR_BIT__ if available.
++
++2010-08-04    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/string/strcat.c:<span style="background-color: #FF0000"> </span>
++      Include <stdint.h>. Use uintptr_t instead of long in ALIGNED.
++      * libc/string/strchr.c, libc/string/strcmp.c, libc/string/strncmp.c:
++      Include <stdint.h>. Use uintptr_t instead of long in UNALIGNED.
++      * libc/include/sys/unistd.h: Activate decls for<span style="background-color: #FF0000"> </span>
++      getsid, setegid, seteuid.
++
++2010-07-08    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * configure.host: Add -D_COMPILING_NEWLIB to newlib_cflags.
++      * libc/string/index.c, libc/string/rindex.c: Include <string.h>.
++      * libc/stdlib/putenv_r.c: Include <strings.h>
++
++2010-07-06  Corinna Vinschen  <corinna@vinschen.de>
++
++      * libc/posix/rewinddir.c (rewinddir): Remove incorrect cast to off_t.
++      * libc/sys/rtems/sys/dirent.h (_seekdir): Add prototype.
++
++2010-06-17    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/_types.h: Special case for sparc64.
++
++2010-04-23    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/_types.h: Add _mode_t.
++      * libc/include/sys/types.h: Derive mode_t from  _mode_t.
++
++2010-04-02    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/sched.h, libc/include/sys/sched.h:
++      Adopt newlib-cvs's versions.
++
++2010-03-25    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/strings.h: New (split-out from string.h).
++      * libc/include/string.h: Remove bcmp, bcopy, bzero, ffs, index, rindex,
++      strcasecmp, strncasecmp (Moved to strings.h).
++      Remove strcmpi, stricmp, strncmpi, strnicmp.
++      * libc/misc/ffs.c: Use <strings.h> instead of <string.h>.
++      * libc/string/bcmp.c: Use <strings.h> instead of <string.h>.
++      * libc/string/bzero.c: Use <strings.h> instead of <string.h>.
++      * libc/string/rindex.c: Use <strings.h> instead of <string.h>.
++      * libc/string/strcasecmp.c: Use <strings.h> instead of <string.h>.
++      * libc/string/strcasecmp.c: Use <strings.h> instead of <string.h>.
++
++2010-03-23    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/_types.h: Add i386 to 64bit off_t targets.
++
++2010-03-10    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/posix/telldir.c: Adopt newlib-cvs's telldir.c
++
++2010-02-10    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/_types.h: Use __int64_t for _off_t, fpos_t for<span style="background-color: #FF0000"> </span>
++      selected targets.
++
++2010-02-05    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/posix/telldir.c: Remove bogus nested prototype of lseek().
++
++2010-01-11  Sebastian Huber <sebastian.huber@embedded-brains.de>
++
++      * libc/posix/telldir.c (_cleanupdir): Fixed usage of freed memory.
++
++2009-12-18    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/search/db_local.h:
++      Use __uint32_t instead of u_int (prototype mismatches).
++      * libc/search/extern.h (__buf_init):<span style="background-color: #FF0000"> </span>
++      Use __uint32_t instead of int (16 bit target portability).
++      * libc/search/hash_buf.c: Use ptrdiff_t instead of __uint32_t,
++      use __uint32_t instead of int (16 bit target portability).
++      * libc/search/hash.h: Use __uint32_it instead of int
++      (16 bit target portability).
++      * libm/common/modfl.c: Add cast to (double*) to avoid GCC warning.
++      * libm/common/sf_llrint.c, libm/common/sf_round.c: Add explicit<span style="background-color: #FF0000"> </span>
++      casts to __uint32_t to avoid overflows on implicit casts.
++
++2009-12-18    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      Merger with newlib-1.18.0.
++
++2009-10-29    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/_types.h: Rework.
++      * libc/sys/rtems/machine/stdint.h: Remove.
++      * libc/include/inttypes.h:<span style="background-color: #FF0000"> </span>
++      Rework logic to determine PRI*PTR.
++      Prefer long64 over longlong64.
++      * libc/include/machine/_default_types.h:<span style="background-color: #FF0000"> </span>
++      Sync logic for __int32 with stdint.h (Prefer long over int).
++      * libc/include/stdint.h:
++      Remove __SPU__ hack.
++      Prefer int for int16_t (sync with _default_types.h).
++      Rework intptr_t determination.
++
++2009-10-28    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/_types.h: New.
++      Add custom time for _ssize_t.
++      * libc/stdlib/assert.c: Sync with newlib-CVS.
++      * configure.host: Add -DHAVE_ASSERT_FUNC to newlib_cflags.
++
++2009-10-27    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/sys/pthread.h:<span style="background-color: #FF0000"> </span>
++      Add pthread_atfork (Mandated by IEEE Std 1003.1-2008).
++      Add pthread_rwlock_unlock (Formerly missing)
++
++2009-10-26    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/sys/signal.h: Sync with newlib-CVS.
++
++2009-10-09    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/sys/signal.h: Use pid_t as 1st arg to kill()
++      (mandated by POSIX).
++
++2009-09-22    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/sys/queue.h: Update copyright (from FreeBSD).
++      Remove CIRCLEQ_*.
++      * libc/search/hcreate.c: Don't include sys/queue.h.
++
++2009-09-18  Christopher Faylor  <me+cygwin@cgf.cx>
++
++      * libc/include/sys/unistd.h: Declare getpagesize as returning
++      POSIX-mandated int.
++
++2009-09-16    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/crt0.c: Use while(1) in _exit stub to silence GCC "noreturn"
++      warning.
++
++2009-09-15    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/stdlib.h: Add posix_memalign.
++
++2009-09-11    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * configure.host (m32c): Remove -D_ABORT_PROVIDED.
++
++2009-09-10    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * configure.host: Add -D_NO_POPEN.
++      * libc/sys/rtems/crt0.c: Don't provide waitpid unless used.
++
++2009-09-09    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * configure.host: Add -D_NO_WORDEXP.
++
++2009-09-06    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/crt0.c: Add issetugid.
++
++2009-09-02    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/crt0.c: Rework. Introduce macro RTEMS_STUB.
++
++2009-07-27    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/crt0.c: Add _isatty_r.
++
++2009-07-06    Joel Sherrill <joel.sherrill@oarcorp.com>
++
++      * libc/include/sys/features.h: Define _UNIX98_THREAD_MUTEX_ATTRIBUTES.
++
++2009-05-05    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * configure.host: Remove -DMISSING_SYSCALL_NAMES.
++
++2009-03-11    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/stdlib/assert.c: Don't build __assert_func.
++      * libc/sys/rtems/crt0.c: Add __assert_func.
++
++2009-03-09    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/machine/powerpc/times.c: Remove.
++      * libc/machine/powerpc/Makefile.am: Remove times.c.
++      * libc/machine/powerpc/Makefile.in: Regenerate.
++
++2009-02-24    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/unix/ttyname.c: Sync with newlib-cvs.
++      * configure.host: Add -DHAVE_BLKSIZE to newlib_cflags.
++
++2009-02-22    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/machine/stdint.h: Add __lm32__.
++      * libc/machine/lm32/configure.in: Set AC_CONFIG_SRC to setjmp.S.
++      * libc/machine/lm32/configure: Regenerate.
++
++2009-02-20    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/unix/Makefile.in: Regenerate.
++
++2009-02-20  Craig Howland <howland@LGSInnovations.com> on behalf of
++      Sebastian Huber <sebastian.huber@embedded-brains.de>
++
++      * libc/unix/ttyname.c:  Remove ttyname_r() (to a new file to avoid
++      coupling ttyname_r() and ttyname() due to the latter's large buffer).
++      * libc/unix/ttyname_r.c:  New file to hold ttyname_r(), previously in
++      ttyname.c.
++      * libc/unix/ttyname.h:  New file (common size definition for the 2
++      ttyname*c files that are now split).
++      * libc/unix/Makefile.am (ELIX_2_SOURCES):  Add ttyname_r.c.
++
++2009-02-16    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/sys/rtems/sys/param.h:
++      Update copyright notice from FreeBSD.
++      Remove HZ.
++      Add #include <sys/priority.h>
++      Remove priority handling (moved to sys/priority.h).
++      Remove CLBYTES (Unused, abandoned in BSD).
++
++2009-02-06    Ralf Corsépius <ralf.corsepius@rtems.org>
++
++      * libc/include/sched.h:
++      Remove (collides with RTEMS's schedul.h).
++
+diff -Naur newlib-1.18.0.orig/newlib/configure.host newlib-1.18.0/newlib/configure.host
+--- newlib-1.18.0.orig/newlib/configure.host   2009-12-10 18:12:11.000000000 +0100
++++ newlib-1.18.0/newlib/configure.host        2011-01-14 14:17:27.093561825 +0100
+@@ -556,6 +556,7 @@
+   *-*-rtems*)
+<span style="background-color: #FF0000"> </span> default_newlib_io_long_long="yes"
+<span style="background-color: #FF0000"> </span> default_newlib_io_c99_formats="yes"
++      newlib_cflags="${newlib_cflags} -D_COMPILING_NEWLIB"
+<span style="background-color: #FF0000"> </span> newlib_cflags="${newlib_cflags} -DMALLOC_PROVIDED -DEXIT_PROVIDED -DSIGNAL_PROVIDED -DREENTRANT_SYSCALLS_PROVIDED -DHAVE_NANOSLEEP -DHAVE_BLKSIZE -DHAVE_FCNTL -DHAVE_ASSERT_FUNC"
+         # turn off unsupported items in posix directory<span style="background-color: #FF0000"> </span>
+<span style="background-color: #FF0000"> </span> newlib_cflags="${newlib_cflags} -D_NO_GETLOGIN -D_NO_GETPWENT -D_NO_GETUT -D_NO_GETPASS -D_NO_SIGSET -D_NO_WORDEXP -D_NO_POPEN"
+diff -Naur newlib-1.18.0.orig/newlib/doc/makedoc.c newlib-1.18.0/newlib/doc/makedoc.c
+--- newlib-1.18.0.orig/newlib/doc/makedoc.c    2009-03-25 22:16:04.000000000 +0100
++++ newlib-1.18.0/newlib/doc/makedoc.c 2011-01-14 14:17:27.094561882 +0100
+@@ -57,7 +57,7 @@
+ {
+     char *ptr;
+     unsigned int write_idx;
+-    unsigned int size;
++    size_t size;
+ } string_type;
+<span style="background-color: #FF0000"> </span>
+<span style="background-color: #FF0000"> </span>
+@@ -68,7 +68,7 @@
+<span style="background-color: #FF0000"> </span>
+ static void DEFUN(init_string_with_size,(buffer, size),
+<span style="background-color: #FF0000"> </span>    string_type *buffer AND
+-         unsigned int size )
++         size_t size )
+ {
+   buffer->write_idx = 0;
+   buffer->size = size;
+@@ -219,8 +219,8 @@
+ stinst_type *pc;
+ stinst_type sstack[STACK];
+ stinst_type *ssp = &sstack[0];
+-int istack[STACK];
+-int *isp = &istack[0];
++long istack[STACK];
++long *isp = &istack[0];
+<span style="background-color: #FF0000"> </span>
+ typedef int *word_type;
+<span style="background-color: #FF0000"> </span>
+@@ -270,7 +270,7 @@
+ {
+     isp++;
+     pc++;
+-    *isp = (int)(*pc);
++    *isp = (long)(*pc);
+     pc++;
+<span style="background-color: #FF0000">     </span>
+ }
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/inttypes.h newlib-1.18.0/newlib/libc/include/inttypes.h
+--- newlib-1.18.0.orig/newlib/libc/include/inttypes.h  2009-01-19 23:02:06.000000000 +0100
++++ newlib-1.18.0/newlib/libc/include/inttypes.h       2011-01-14 14:17:27.094561882 +0100
+@@ -242,6 +242,20 @@
+ #define SCNxMAX               __SCNMAX(x)
+<span style="background-color: #FF0000"> </span>
+ /* ptr types */
++#if INTPTR_MAX == INT64_MAX
++#define __PRIPTR(x) __PRI64(x)
++#define __SCNPTR(x) __SCN64(x)
++#elif INTPTR_MAX == INT32_MAX
++#define __PRIPTR(x) __PRI32(x)
++#define __SCNPTR(x) __SCN32(x)
++#elif INTPTR_MAX == INT16_MAX
++#define __PRIPTR(x) __PRI16(x)
++#define __SCNPTR(x) __SCN16(x)
++#else
++#error cannot determine PRI*PTR
++#endif
++
++#if 0
+ #if __have_long64
+ #define __PRIPTR(x) __STRINGIFY(l##x)
+ #define __SCNPTR(x) __STRINGIFY(l##x)
+@@ -252,6 +266,7 @@
+ #define __PRIPTR(x) __STRINGIFY(x)
+ #define __SCNPTR(x) __STRINGIFY(x)
+ #endif
++#endif
+<span style="background-color: #FF0000"> </span>
+ #define PRIdPTR               __PRIPTR(d)
+ #define PRIiPTR               __PRIPTR(i)
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/machine/_default_types.h newlib-1.18.0/newlib/libc/include/machine/_default_types.h
+--- newlib-1.18.0.orig/newlib/libc/include/machine/_default_types.h    2008-06-12 00:14:54.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/machine/_default_types.h 2011-01-14 14:17:27.094561882 +0100
+@@ -54,14 +54,14 @@
+ #endif
+ #endif
+<span style="background-color: #FF0000"> </span>
+-#if __EXP(INT_MAX) == 0x7fffffffL
+-typedef signed int __int32_t;
+-typedef unsigned int __uint32_t;
+-#define ___int32_t_defined 1
+-#elif __EXP(LONG_MAX) == 0x7fffffffL
++#if __EXP(LONG_MAX) == 0x7fffffffL
+ typedef signed long __int32_t;
+ typedef unsigned long __uint32_t;
+ #define ___int32_t_defined 1
++#elif __EXP(INT_MAX) == 0x7fffffffL
++typedef signed int __int32_t;
++typedef unsigned int __uint32_t;
++#define ___int32_t_defined 1
+ #elif __EXP(SHRT_MAX) == 0x7fffffffL
+ typedef signed short __int32_t;
+ typedef unsigned short __uint32_t;
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/sched.h newlib-1.18.0/newlib/libc/include/sched.h
+--- newlib-1.18.0.orig/newlib/libc/include/sched.h     2007-09-21 23:02:15.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/sched.h  2011-01-14 14:17:27.094561882 +0100
+@@ -1,11 +1,94 @@
++/*
++ *  Written by Joel Sherrill <joel@OARcorp.com>.
++ *
++ *  COPYRIGHT (c) 1989-2010.
++ *  On-Line Applications Research Corporation (OAR).
++ *
++ *  Permission to use, copy, modify, and distribute this software for any
++ *  purpose without fee is hereby granted, provided that this entire notice
++ *  is included in all copies of any software which is or includes a copy
++ *  or modification of this software.
++ *
++ *  THIS SOFTWARE IS BEING PROVIDED "AS IS", WITHOUT ANY EXPRESS OR IMPLIED
++ *  WARRANTY.  IN PARTICULAR,  THE AUTHOR MAKES NO REPRESENTATION
++ *  OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
++ *  SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
++ *
++ *  $Id$
++ */
++
+ #ifndef _SCHED_H_
+ #define _SCHED_H_
+<span style="background-color: #FF0000"> </span>
++#include <sys/types.h>
++#include <sys/sched.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+<span style="background-color: #FF0000"> </span>
+-#include <sys/sched.h>
++#if defined(_POSIX_PRIORITY_SCHEDULING)
++/*
++ *  XBD 13 - Set Scheduling Parameters, P1003.1b-2008, p. 1803
++ */
++int sched_setparam(
++  pid_t                     __pid,
++  const struct sched_param *__param
++);
++
++/*
++ *  XBD 13 - Set Scheduling Parameters, P1003.1b-2008, p. 1800
++ */
++int sched_getparam(
++  pid_t                     __pid,
++  struct sched_param       *__param
++);
++
++/*
++ *  XBD 13 - Set Scheduling Policy and Scheduling Parameters,
++ *         P1003.1b-2008, p. 1805
++ */
++int sched_setscheduler(
++  pid_t                     __pid,
++  int                       __policy,
++  const struct sched_param *__param
++);
++
++/*
++ *  XBD 13 - Get Scheduling Policy, P1003.1b-2008, p. 1801
++ */
++int sched_getscheduler(
++  pid_t                     __pid
++);
++
++/*
++ *  XBD 13 - Get Scheduling Parameter Limits, P1003.1b-2008, p. 1799
++ */
++int sched_get_priority_max(
++  int __policy
++);
++
++int sched_get_priority_min(
++  int  __policy
++);
++
++/*
++ *  XBD 13 - Get Scheduling Parameter Limits, P1003.1b-2008, p. 1802
++ */
++int sched_rr_get_interval(
++  pid_t             __pid,
++  struct timespec  *__interval
++);
++#endif /* _POSIX_PRIORITY_SCHEDULING */
++
++#if defined(_POSIX_THREADS) || defined(_POSIX_PRIORITY_SCHEDULING)
++
++/*
++ *  XBD 13 - Yield Processor, P1003.1b-2008, p. 1807
++ */
++int sched_yield( void );
++
++#endif /* _POSIX_THREADS or _POSIX_PRIORITY_SCHEDULING */
+<span style="background-color: #FF0000"> </span>
+ #ifdef __cplusplus
+ }
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/stdint.h newlib-1.18.0/newlib/libc/include/stdint.h
+--- newlib-1.18.0.orig/newlib/libc/include/stdint.h    2009-04-24 23:55:07.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/stdint.h 2011-01-14 14:17:27.095561939 +0100
+@@ -33,7 +33,7 @@
+ /* Check if "long" is 64bit or 32bit wide */
+ #if __STDINT_EXP(LONG_MAX) > 0x7fffffff
+ #define __have_long64 1
+-#elif __STDINT_EXP(LONG_MAX) == 0x7fffffff && !defined(__SPU__)
++#elif __STDINT_EXP(LONG_MAX) == 0x7fffffff
+ #define __have_long32 1
+ #endif
+<span style="background-color: #FF0000"> </span>
+@@ -49,14 +49,14 @@
+ #define __int_least8_t_defined 1
+ #endif
+<span style="background-color: #FF0000"> </span>
+-#if __STDINT_EXP(SHRT_MAX) == 0x7fff
+-typedef signed short int16_t;
+-typedef unsigned short uint16_t;
+-#define __int16_t_defined 1
+-#elif __STDINT_EXP(INT_MAX) == 0x7fff
++#if __STDINT_EXP(INT_MAX) == 0x7fff
+ typedef signed int int16_t;
+ typedef unsigned int uint16_t;
+ #define __int16_t_defined 1
++#elif __STDINT_EXP(SHRT_MAX) == 0x7fff
++typedef signed short int16_t;
++typedef unsigned short uint16_t;
++#define __int16_t_defined 1
+ #elif __STDINT_EXP(SCHAR_MAX) == 0x7fff
+ typedef signed char int16_t;
+ typedef unsigned char uint16_t;
+@@ -239,6 +239,29 @@
+  * GCC doesn't provide an appropriate macro for [u]intptr_t
+  * For now, use __PTRDIFF_TYPE__
+  */
++#if defined(__SIZEOF_POINTER__)
++#if __SIZEOF_POINTER__ == 8
++  typedef int64_t intptr_t;
++  typedef uint64_t uintptr_t;
++#define INTPTR_MAX INT64_MAX
++#define INTPTR_MIN INT64_MIN
++#define UINTPTR_MAX UINT64_MAX
++#elif __SIZEOF_POINTER__ == 4
++  typedef int32_t intptr_t;
++  typedef uint32_t uintptr_t;
++#define INTPTR_MAX INT32_MAX
++#define INTPTR_MIN INT32_MIN
++#define UINTPTR_MAX UINT32_MAX
++#elif __SIZEOF_POINTER__ == 2
++  typedef int16_t intptr_t;
++  typedef uint16_t uintptr_t;
++#define INTPTR_MAX INT16_MAX
++#define INTPTR_MIN INT16_MIN
++#define UINTPTR_MAX UINT16_MAX
++#else
++#error cannot determine intptr_t
++#endif
++#else
+ #if defined(__PTRDIFF_TYPE__)
+ typedef signed __PTRDIFF_TYPE__ intptr_t;
+ typedef unsigned __PTRDIFF_TYPE__ uintptr_t;
+@@ -260,6 +283,7 @@
+ #define INTPTR_MIN (-__STDINT_EXP(LONG_MAX) - 1)
+ #define UINTPTR_MAX (__STDINT_EXP(LONG_MAX) * 2UL + 1)
+ #endif
++#endif
+<span style="background-color: #FF0000"> </span>
+ /* Limits of Specified-Width Integer Types */
+<span style="background-color: #FF0000"> </span>
+@@ -408,6 +432,8 @@
+ /* This must match size_t in stddef.h, currently long unsigned int */
+ #ifdef __SIZE_MAX__
+ #define SIZE_MAX __SIZE_MAX__
++#elif defined(__SIZEOF_SIZE_T__) && defined(__CHAR_BIT__)
++#define SIZE_MAX (__SIZEOF_SIZE_T__ * __CHAR_BIT__)
+ #else
+ #define SIZE_MAX (__STDINT_EXP(LONG_MAX) * 2UL + 1)
+ #endif
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/string.h newlib-1.18.0/newlib/libc/include/string.h
+--- newlib-1.18.0.orig/newlib/libc/include/string.h    2008-06-18 17:27:27.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/string.h 2011-01-14 14:17:27.095561939 +0100
+@@ -49,18 +49,11 @@
+ #ifndef __STRICT_ANSI__
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(strtok_r,(char *, const char *, char **));
+<span style="background-color: #FF0000"> </span>
+-int    _EXFUN(bcmp,(const void *, const void *, size_t));
+-void   _EXFUN(bcopy,(const void *, void *, size_t));
+-void   _EXFUN(bzero,(void *, size_t));
+-int    _EXFUN(ffs,(int));
+-char<span style="background-color: #FF0000"> </span>    *_EXFUN(index,(const char *, int));
+ _PTR   _EXFUN(memccpy,(_PTR, const _PTR, int, size_t));
+ _PTR   _EXFUN(mempcpy,(_PTR, const _PTR, size_t));
+ _PTR   _EXFUN(memmem, (const _PTR, size_t, const _PTR, size_t));
+-char<span style="background-color: #FF0000"> </span>    *_EXFUN(rindex,(const char *, int));
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(stpcpy,(char *, const char *));
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(stpncpy,(char *, const char *, size_t));
+-int    _EXFUN(strcasecmp,(const char *, const char *));
+ char  *_EXFUN(strcasestr,(const char *, const char *));
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(strdup,(const char *));
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(_strdup_r,(struct _reent *, const char *));
+@@ -69,7 +62,6 @@
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(strerror_r,(int, char *, size_t));
+ size_t         _EXFUN(strlcat,(char *, const char *, size_t));
+ size_t         _EXFUN(strlcpy,(char *, const char *, size_t));
+-int    _EXFUN(strncasecmp,(const char *, const char *, size_t));
+ size_t         _EXFUN(strnlen,(const char *, size_t));
+ char<span style="background-color: #FF0000"> </span>    *_EXFUN(strsep,(char **, const char *));
+ char  *_EXFUN(strlwr,(char *));
+@@ -81,20 +73,6 @@
+ int     _EXFUN(strtosigno, (const char *__name));
+ #endif
+<span style="background-color: #FF0000"> </span>
+-/* These function names are used on Windows and perhaps other systems.  */
+-#ifndef strcmpi
+-#define strcmpi strcasecmp
+-#endif
+-#ifndef stricmp
+-#define stricmp strcasecmp
+-#endif
+-#ifndef strncmpi
+-#define strncmpi strncasecmp
+-#endif
+-#ifndef strnicmp
+-#define strnicmp strncasecmp
+-#endif
+-
+ #endif /* ! __STRICT_ANSI__ */
+<span style="background-color: #FF0000"> </span>
+ #include <sys/string.h>
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/strings.h newlib-1.18.0/newlib/libc/include/strings.h
+--- newlib-1.18.0.orig/newlib/libc/include/strings.h   1970-01-01 01:00:00.000000000 +0100
++++ newlib-1.18.0/newlib/libc/include/strings.h        2011-01-14 14:17:27.095561939 +0100
+@@ -0,0 +1,44 @@
++/*
++ * strings.h
++ *
++ * Definitions for string operations.
++ */
++
++#ifndef _STRINGS_H_
++#define _STRINGS_H_
++
++#include "_ansi.h"
++#include <sys/reent.h>
++
++#include <sys/types.h> /* for size_t */
++#include <locale.h> /* for locale_t */
++
++_BEGIN_STD_C
++
++#ifndef __STRICT_ANSI__
++/*<span style="background-color: #FF0000"> </span>
++ * Marked LEGACY in Open Group Base Specifications Issue 6/IEEE Std 1003.1-2004
++ * Removed from Open Group Base Specifications Issue 7/IEEE Std 1003.1-2008
++ */
++int    _EXFUN(bcmp,(const void *, const void *, size_t));
++void   _EXFUN(bcopy,(const void *, void *, size_t));
++void   _EXFUN(bzero,(void *, size_t));
++char<span style="background-color: #FF0000"> </span>    *_EXFUN(index,(const char *, int));
++char<span style="background-color: #FF0000"> </span>    *_EXFUN(rindex,(const char *, int));
++#endif /* ! __STRICT_ANSI__ */
++
++int    _EXFUN(ffs,(int));
++int    _EXFUN(strcasecmp,(const char *, const char *));
++#if 0
++/* Not implemented */
++int    _EXFUN(strcasecmp_l,(const char *, const char *, locale_t));
++#endif
++int    _EXFUN(strncasecmp,(const char *, const char *, size_t));
++#if 0
++/* Not implemented */
++int    _EXFUN(strncasecmp_l,(const char *, const char *, size_t, locale_t));
++#endif
++
++_END_STD_C
++
++#endif /* _STRINGS_H_ */
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/sys/features.h newlib-1.18.0/newlib/libc/include/sys/features.h
+--- newlib-1.18.0.orig/newlib/libc/include/sys/features.h      2009-07-06 20:59:04.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/sys/features.h   2011-01-14 14:17:27.095561939 +0100
+@@ -33,7 +33,7 @@
+ #define _POSIX_VERSION                        199309L
+ #define _POSIX_ASYNCHRONOUS_IO                1
+ #define _POSIX_FSYNC                  1
+-#define _POSIX_MAPPED_FILES           1
++/* #define _POSIX_MAPPED_FILES                1 */
+ #define _POSIX_MEMLOCK                        1
+ #define _POSIX_MEMLOCK_RANGE          1
+ #define _POSIX_MEMORY_PROTECTION      1
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/sys/sched.h newlib-1.18.0/newlib/libc/include/sys/sched.h
+--- newlib-1.18.0.orig/newlib/libc/include/sys/sched.h 2002-06-20 21:51:24.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/sys/sched.h      2011-01-14 14:17:27.095561939 +0100
+@@ -1,7 +1,7 @@
+ /*
+  *  Written by Joel Sherrill <joel@OARcorp.com>.
+  *
+- *  COPYRIGHT (c) 1989-2000.
++ *  COPYRIGHT (c) 1989-2010.
+  *  On-Line Applications Research Corporation (OAR).
+  *
+  *  Permission to use, copy, modify, and distribute this software for any
+@@ -14,51 +14,53 @@
+  *  OR WARRANTY OF ANY KIND CONCERNING THE MERCHANTABILITY OF THIS
+  *  SOFTWARE OR ITS FITNESS FOR ANY PARTICULAR PURPOSE.
+  *
+- *  $Id$
++ *  $Id$
+  */
+<span style="background-color: #FF0000"> </span>
+<span style="background-color: #FF0000"> </span>
+-#ifndef __POSIX_SYS_SCHEDULING_h
+-#define __POSIX_SYS_SCHEDULING_h
++#ifndef _SYS_SCHED_H_
++#define _SYS_SCHED_H_
+<span style="background-color: #FF0000"> </span>
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+<span style="background-color: #FF0000"> </span>
+-#include <sys/unistd.h>
+-
+-#include <sys/types.h>
+-#include <sys/time.h>
+-
+-/* Scheduling Policies, P1003.1b-1993, p. 250
+-   NOTE:  SCHED_SPORADIC added by P1003.4b/D8, p. 34.  */
+-
++/* Scheduling Policies */
++/* Open Group Specifications Issue 6 */
++#if defined(__CYGWIN__)
++#define SCHED_OTHER    3
++#else
+ #define SCHED_OTHER    0
++#endif
++
+ #define SCHED_FIFO     1
+ #define SCHED_RR       2
+<span style="background-color: #FF0000"> </span>
+ #if defined(_POSIX_SPORADIC_SERVER)
+-#define SCHED_SPORADIC 3<span style="background-color: #FF0000"> </span>
++#define SCHED_SPORADIC 4
+ #endif
+<span style="background-color: #FF0000"> </span>
+-/* Scheduling Parameters, P1003.1b-1993, p. 249
+-   NOTE:  Fields whose name begins with "ss_" added by P1003.4b/D8, p. 33.  */
++/* Scheduling Parameters */
++/* Open Group Specifications Issue 6 */
+<span style="background-color: #FF0000"> </span>
+ struct sched_param {
+   int sched_priority;           /* Process execution scheduling priority */
+<span style="background-color: #FF0000"> </span>
+-#if defined(_POSIX_SPORADIC_SERVER)
+-  int ss_low_priority;          /* Low scheduling priority for sporadic */
++#if defined(_POSIX_SPORADIC_SERVER) || defined(_POSIX_THREAD_SPORADIC_SERVER)
++  int sched_ss_low_priority;    /* Low scheduling priority for sporadic */
+                                 /*   server */
+-  struct timespec ss_replenish_period;<span style="background-color: #FF0000"> </span>
++  struct timespec sched_ss_repl_period;
+                                 /* Replenishment period for sporadic server */
+-  struct timespec ss_initial_budget;   /* Initial budget for sporadic server */
++  struct timespec sched_ss_init_budget;
++                               /* Initial budget for sporadic server */
++  int sched_ss_max_repl;       /* Maximum pending replenishments for */
++                               /* sporadic server */
+ #endif
+ };
+<span style="background-color: #FF0000"> </span>
+ #ifdef __cplusplus
+ }
+-#endif<span style="background-color: #FF0000"> </span>
++#endif
+<span style="background-color: #FF0000"> </span>
+ #endif
+ /* end of include file */
+diff -Naur newlib-1.18.0.orig/newlib/libc/include/sys/types.h newlib-1.18.0/newlib/libc/include/sys/types.h
+--- newlib-1.18.0.orig/newlib/libc/include/sys/types.h 2009-09-28 18:42:21.000000000 +0200
++++ newlib-1.18.0/newlib/libc/include/sys/types.h      2011-01-14 14:17:27.095561939 +0100
+@@ -176,7 +176,11 @@
+ #endif
+ typedef _ssize_t ssize_t;
+<span style="background-color: #FF0000"> </span>
+-#ifndef __CYGWIN__
++#if defined(__rtems__)
++typedef _mode_t mode_t;
++#endif
++
++#if !defined(__CYGWIN__) && !defined(__rtems__)
+ #ifdef __MS_types__
+ typedef       char *  addr_t;
+ typedef int mode_t;
+diff -Naur newlib-1.18.0.orig/newlib/libc/machine/powerpc/Makefile.am newlib-1.18.0/newlib/libc/machine/powerpc/Makefile.am
+--- newlib-1.18.0.orig/newlib/libc/machine/powerpc/Makefile.am 2007-05-24 19:33:35.000000000 +0200
++++ newlib-1.18.0/newlib/libc/machine/powerpc/Makefile.am      2011-01-14 14:17:27.096561997 +0100
+@@ -10,7 +10,7 @@
+<span style="background-color: #FF0000"> </span>
+ AM_CFLAGS = -I $(srcdir)/../../stdio -I $(srcdir)/../../stdlib
+<span style="background-color: #FF0000"> </span>
+-lib_a_SOURCES = setjmp.S times.c
++lib_a_SOURCES = setjmp.S
+ lib_a_CCASFLAGS=$(AM_CCASFLAGS)
+ lib_a_CFLAGS=$(AM_CFLAGS)
+ lib_a_LIBADD = @extra_objs@
+diff -Naur newlib-1.18.0.orig/newlib/libc/machine/powerpc/Makefile.in newlib-1.18.0/newlib/libc/machine/powerpc/Makefile.in
+--- newlib-1.18.0.orig/newlib/libc/machine/powerpc/Makefile.in 2009-10-21 00:44:03.000000000 +0200
++++ newlib-1.18.0/newlib/libc/machine/powerpc/Makefile.in      2011-01-14 14:17:27.096561997 +0100
+@@ -51,7 +51,7 @@
+ LIBRARIES = $(noinst_LIBRARIES)
+ ARFLAGS = cru
+ lib_a_AR = $(AR) $(ARFLAGS)
+-am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT) lib_a-times.$(OBJEXT)
++am_lib_a_OBJECTS = lib_a-setjmp.$(OBJEXT)
+ lib_a_OBJECTS = $(am_lib_a_OBJECTS)
+ DEFAULT_INCLUDES = -I.@am__isrc@
+ depcomp =
+@@ -173,7 +173,7 @@
+ AM_CCASFLAGS = $(INCLUDES)
+ noinst_LIBRARIES = lib.a
+ AM_CFLAGS = -I $(srcdir)/../../stdio -I $(srcdir)/../../stdlib
+-lib_a_SOURCES = setjmp.S times.c
++lib_a_SOURCES = setjmp.S
+ lib_a_CCASFLAGS = $(AM_CCASFLAGS)
+ lib_a_CFLAGS = $(AM_CFLAGS)
+ lib_a_LIBADD = @extra_objs@
+@@ -184,7 +184,7 @@
+ all: all-am
+<span style="background-color: #FF0000"> </span>
+ .SUFFIXES:
+-.SUFFIXES: .S .c .o .obj
++.SUFFIXES: .S .o .obj
+ am--refresh:
+<span style="background-color: #FF0000"> </span> @:
+ $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
+@@ -245,18 +245,6 @@
+ lib_a-setjmp.obj: setjmp.S
+<span style="background-color: #FF0000"> </span> $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CCASFLAGS) $(CCASFLAGS) -c -o lib_a-setjmp.obj `if test -f 'setjmp.S'; then $(CYGPATH_W) 'setjmp.S'; else $(CYGPATH_W) '$(srcdir)/setjmp.S'; fi`
+<span style="background-color: #FF0000"> </span>
+-.c.o:
+-      $(COMPILE) -c $<
+-
+-.c.obj:
+-      $(COMPILE) -c `$(CYGPATH_W) '$<'`
+-
+-lib_a-times.o: times.c
+-      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-times.o `test -f 'times.c' || echo '$(srcdir)/'`times.c
+-
+-lib_a-times.obj: times.c
+-      $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(lib_a_CFLAGS) $(CFLAGS) -c -o lib_a-times.obj `if test -f 'times.c'; then $(CYGPATH_W) 'times.c'; else $(CYGPATH_W) '$(srcdir)/times.c'; fi`
+-
+ ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
+<span style="background-color: #FF0000"> </span> list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
+<span style="background-color: #FF0000"> </span> unique=`for i in $$list; do \
+diff -Naur newlib-1.18.0.orig/newlib/libc/machine/powerpc/times.c newlib-1.18.0/newlib/libc/machine/powerpc/times.c
+--- newlib-1.18.0.orig/newlib/libc/machine/powerpc/times.c     2002-07-22 22:26:51.000000000 +0200
++++ newlib-1.18.0/newlib/libc/machine/powerpc/times.c  1970-01-01 01:00:00.000000000 +0100
+@@ -1,36 +0,0 @@
+-/* Time support routines for PowerPC.
+- *
+- * Written by Aldy Hernandez.
+- */
+-
+-#include <_ansi.h>
+-#include <reent.h>
+-#include <sys/time.h>
+-#include <sys/times.h>
+-#include <sys/resource.h>
+-
+-clock_t
+-times (struct tms *tp)
+-{
+-  struct rusage usage;
+-  union {
+-    struct rusage r;
+-    /* Newlib's rusage has only 2 fields.  We need to make room for
+-       when we call the system's rusage.  This should be enough.  */
+-    int filler[32];
+-  } host_ru;
+-
+-  getrusage (RUSAGE_SELF, (void *)&host_ru);
+-
+-  if (tp)
+-    {
+-      tp->tms_utime = host_ru.r.ru_utime.tv_sec * 1000
+-      + host_ru.r.ru_utime.tv_usec;
+-      tp->tms_stime = host_ru.r.ru_stime.tv_sec * 1000
+-      + host_ru.r.ru_stime.tv_usec;
+-      tp->tms_cutime = 0;  /* user time, children */
+-      tp->tms_cstime = 0;  /* system time, children */
+-    }
+-
+-  return tp->tms_utime;
+-}
+diff -Naur newlib-1.18.0.orig/newlib/libc/misc/__dprintf.c newlib-1.18.0/newlib/libc/misc/__dprintf.c
+--- newlib-1.18.0.orig/newlib/libc/misc/__dprintf.c    2008-12-11 18:27:55.000000000 +0100
++++ newlib-1.18.0/newlib/libc/misc/__dprintf.c 2011-01-14 14:17:27.099562169 +0100
+@@ -5,6 +5,7 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <_ansi.h>
++#include <stdint.h>
+ #include "ctype.h"
+ #include "reent.h"
+ #include "string.h"
+@@ -131,7 +132,7 @@
+<span style="background-color: #FF0000"> </span>       write_string (unctrl (c));
+<span style="background-color: #FF0000"> </span>       break;
+<span style="background-color: #FF0000"> </span>     case 'p' :
+-            l = (_POINTER_INT) va_arg (args, char *);
++            l = (intptr_t) va_arg (args, char *);
+<span style="background-color: #FF0000"> </span>       print_number (16, 1, l);
+<span style="background-color: #FF0000"> </span>       break;
+<span style="background-color: #FF0000"> </span>     case 'd' :
+diff -Naur newlib-1.18.0.orig/newlib/libc/misc/ffs.c newlib-1.18.0/newlib/libc/misc/ffs.c
+--- newlib-1.18.0.orig/newlib/libc/misc/ffs.c  2003-06-06 21:57:51.000000000 +0200
++++ newlib-1.18.0/newlib/libc/misc/ffs.c       2011-01-14 14:17:27.099562169 +0100
+@@ -24,7 +24,7 @@
+<span style="background-color: #FF0000"> </span>
+ No supporting OS subroutines are required.  */
+<span style="background-color: #FF0000"> </span>
+-#include <_ansi.h>
++#include <strings.h>
+<span style="background-color: #FF0000"> </span>
+ int
+ _DEFUN(ffs, (word),
+diff -Naur newlib-1.18.0.orig/newlib/libc/posix/opendir.c newlib-1.18.0/newlib/libc/posix/opendir.c
+--- newlib-1.18.0.orig/newlib/libc/posix/opendir.c     2003-06-06 21:57:51.000000000 +0200
++++ newlib-1.18.0/newlib/libc/posix/opendir.c  2011-01-14 14:17:27.099562169 +0100
+@@ -74,6 +74,7 @@
+<span style="background-color: #FF0000"> </span> dirp->dd_len = 512;
+<span style="background-color: #FF0000"> </span>
+<span style="background-color: #FF0000"> </span> if (dirp->dd_buf == NULL) {
++              free(dirp);
+<span style="background-color: #FF0000"> </span>         close (fd);
+<span style="background-color: #FF0000"> </span>         return NULL;
+<span style="background-color: #FF0000"> </span> }
+diff -Naur newlib-1.18.0.orig/newlib/libc/posix/readdir.c newlib-1.18.0/newlib/libc/posix/readdir.c
+--- newlib-1.18.0.orig/newlib/libc/posix/readdir.c     2003-06-06 21:57:51.000000000 +0200
++++ newlib-1.18.0/newlib/libc/posix/readdir.c  2011-01-14 14:17:27.099562169 +0100
+@@ -37,6 +37,7 @@
+ static char sccsid[] = "@(#)readdir.c    5.7 (Berkeley) 6/1/90";
+ #endif /* LIBC_SCCS and not lint */
+<span style="background-color: #FF0000"> </span>
++#include <stdint.h>
+ #include <dirent.h>
+<span style="background-color: #FF0000"> </span>
+ extern int getdents (int fd, void *dp, int count);
+@@ -75,7 +76,7 @@
+       continue;
+     }
+     dp = (struct dirent *)(dirp->dd_buf + dirp->dd_loc);
+-    if ((int)dp & 03) {   /* bogus pointer check */
++    if ((intptr_t)dp & 03) {      /* bogus pointer check */
+ #ifdef HAVE_DD_LOCK
+       __lock_release_recursive(dirp->dd_lock);
+ #endif
+diff -Naur newlib-1.18.0.orig/newlib/libc/posix/rewinddir.c newlib-1.18.0/newlib/libc/posix/rewinddir.c
+--- newlib-1.18.0.orig/newlib/libc/posix/rewinddir.c   2003-06-06 21:57:51.000000000 +0200
++++ newlib-1.18.0/newlib/libc/posix/rewinddir.c        2011-01-14 14:17:27.100562227 +0100
+@@ -48,7 +48,7 @@
+ #ifdef HAVE_DD_LOCK
+<span style="background-color: #FF0000"> </span> __lock_acquire_recursive(dirp->dd_lock);
+ #endif
+-      _seekdir((dirp), (off_t)0);
++      _seekdir((dirp), 0L);
+ #ifdef HAVE_DD_LOCK
+<span style="background-color: #FF0000"> </span> __lock_release_recursive(dirp->dd_lock);
+ #endif
+diff -Naur newlib-1.18.0.orig/newlib/libc/posix/telldir.c newlib-1.18.0/newlib/libc/posix/telldir.c
+--- newlib-1.18.0.orig/newlib/libc/posix/telldir.c     2008-11-27 22:01:40.000000000 +0100
++++ newlib-1.18.0/newlib/libc/posix/telldir.c  2011-01-14 14:17:27.100562227 +0100
+@@ -67,7 +67,7 @@
+ #define       NDIRHASH        32      /* Num of hash lists, must be a power of 2 */
+ #define       LOCHASH(i)      ((i)&(NDIRHASH-1))
+<span style="background-color: #FF0000"> </span>
+-static long   dd_loccnt;      /* Index of entry for sequential readdir's */
++static long   dd_loccnt = 1;  /* Index of entry for sequential readdir's */
+ static struct ddloc *dd_hash[NDIRHASH];   /* Hash list heads for ddlocs */
+ __LOCK_INIT(static, dd_hash_lock);
+<span style="background-color: #FF0000"> </span>
+@@ -119,40 +119,46 @@
+<span style="background-color: #FF0000"> </span> register struct ddloc *lp;
+<span style="background-color: #FF0000"> </span> register struct ddloc **prevlp;
+<span style="background-color: #FF0000"> </span> struct dirent *dp;
+-      extern long lseek();
+<span style="background-color: #FF0000"> </span>
+ #ifdef HAVE_DD_LOCK
+<span style="background-color: #FF0000"> </span> __lock_acquire(dd_hash_lock);
+ #endif
+-      prevlp = &dd_hash[LOCHASH(loc)];
+-      lp = *prevlp;
+-      while (lp != NULL) {
+-              if (lp->loc_index == loc)
+-                      break;
+-              prevlp = &lp->loc_next;
+-              lp = lp->loc_next;
+-      }
+-      if (lp == NULL) {
++      if (loc != 0) {
++              prevlp = &dd_hash[LOCHASH(loc)];
++              lp = *prevlp;
++              while (lp != NULL) {
++                      if (lp->loc_index == loc)
++                              break;
++                      prevlp = &lp->loc_next;
++                      lp = lp->loc_next;
++              }
++              if (lp == NULL) {
+ #ifdef HAVE_DD_LOCK
+-              __lock_release(dd_hash_lock);
++                      __lock_release(dd_hash_lock);
+ #endif
+-              return;
+-      }
+-      if (lp->loc_loc == dirp->dd_loc && lp->loc_seek == dirp->dd_seek)
+-              goto found;
+-      (void) lseek(dirp->dd_fd, lp->loc_seek, 0);
+-      dirp->dd_seek = lp->loc_seek;
+-      dirp->dd_loc = 0;
+-      while (dirp->dd_loc < lp->loc_loc) {
+-              dp = readdir(dirp);
+-              if (dp == NULL)
+-                      break;
+-      }
++                      return;
++              }
++              if (lp->loc_loc == dirp->dd_loc && lp->loc_seek == dirp->dd_seek)
++                      goto found;
++              (void) lseek(dirp->dd_fd, lp->loc_seek, 0);
++              dirp->dd_seek = lp->loc_seek;
++              dirp->dd_loc = 0;
++              while (dirp->dd_loc < lp->loc_loc) {
++                      dp = readdir(dirp);
++                      if (dp == NULL)
++                              break;
++              }
+ found:
+ #ifdef SINGLEUSE
+-      *prevlp = lp->loc_next;
+-      free((caddr_t)lp);
++              *prevlp = lp->loc_next;
++              free((caddr_t)lp);
+ #endif
++      } else {
++              // loc 0 means rewinding
++              (void) lseek(dirp->dd_fd, 0, 0);
++              dirp->dd_seek = 0;
++              dirp->dd_loc = 0;
++      }
+ #ifdef HAVE_DD_LOCK
+<span style="background-color: #FF0000"> </span> __lock_release(dd_hash_lock);
+ #endif
+@@ -169,26 +175,26 @@
+<span style="background-color: #FF0000"> </span> __lock_acquire(dd_hash_lock);
+ #endif
+<span style="background-color: #FF0000"> </span> for (i = 0; i < NDIRHASH; ++i) {
++              struct ddloc head;
+<span style="background-color: #FF0000"> </span>         register struct ddloc *lp;
+<span style="background-color: #FF0000"> </span>         register struct ddloc *prevlp;
++
+<span style="background-color: #FF0000"> </span>         lp = dd_hash[i];
+-              while (lp != NULL && lp->loc_dirp == dirp) {
+-                      dd_hash[i] = lp->loc_next;
+-                      prevlp = lp;
+-                      free((caddr_t)lp);
+-                      lp = prevlp->loc_next;
+-              }
+-              prevlp = lp;
++              head.loc_next = lp;
++              prevlp = &head;
+<span style="background-color: #FF0000"> </span>         while (lp != NULL) {
+-                      lp = lp->loc_next;
+-                      if (lp != NULL && lp->loc_dirp == dirp) {
+-                              prevlp->loc_next = lp->loc_next;
++                      struct ddloc *nextlp;
++
++                      nextlp = lp->loc_next;
++                      if (lp->loc_dirp == dirp) {
++                              prevlp->loc_next = nextlp;
+<span style="background-color: #FF0000"> </span>                         free((caddr_t)lp);
+-                              lp = prevlp;
+<span style="background-color: #FF0000"> </span>                 }
+<span style="background-color: #FF0000"> </span>                 else
+<span style="background-color: #FF0000"> </span>                         prevlp = lp;
++                      lp = nextlp;
+<span style="background-color: #FF0000"> </span>         }
++              dd_hash[i] = head.loc_next;
+<span style="background-color: #FF0000"> </span> }
+ #ifdef HAVE_DD_LOCK
+<span style="background-color: #FF0000"> </span> __lock_release(dd_hash_lock);
+diff -Naur newlib-1.18.0.orig/newlib/libc/search/db_local.h newlib-1.18.0/newlib/libc/search/db_local.h
+--- newlib-1.18.0.orig/newlib/libc/search/db_local.h   2002-06-25 01:05:08.000000000 +0200
++++ newlib-1.18.0/newlib/libc/search/db_local.h        2011-01-14 14:17:27.100562227 +0100
+@@ -102,11 +102,11 @@
+ typedef struct __db {
+<span style="background-color: #FF0000"> </span> DBTYPE type;                    /* Underlying db type. */
+<span style="background-color: #FF0000"> </span> int (*close)(struct __db *);
+-      int (*del)(const struct __db *, const DBT *, u_int);
+-      int (*get)(const struct __db *, const DBT *, DBT *, u_int);
+-      int (*put)(const struct __db *, DBT *, const DBT *, u_int);
+-      int (*seq)(const struct __db *, DBT *, DBT *, u_int);
+-      int (*sync)(const struct __db *, u_int);
++      int (*del)(const struct __db *, const DBT *, __uint32_t);
++      int (*get)(const struct __db *, const DBT *, DBT *, __uint32_t);
++      int (*put)(const struct __db *, DBT *, const DBT *, __uint32_t);
++      int (*seq)(const struct __db *, DBT *, DBT *, __uint32_t);
++      int (*sync)(const struct __db *, __uint32_t);
+<span style="background-color: #FF0000"> </span> void *internal;                 /* Access method private. */
+<span style="background-color: #FF0000"> </span> int (*fd)(const struct __db *);
+ } DB;
+diff -Naur newlib-1.18.0.orig/newlib/libc/search/extern.h newlib-1.18.0/newlib/libc/search/extern.h
+--- newlib-1.18.0.orig/newlib/libc/search/extern.h     2002-06-20 21:51:31.000000000 +0200
++++ newlib-1.18.0/newlib/libc/search/extern.h  2011-01-14 14:17:27.100562227 +0100
+@@ -43,7 +43,7 @@
+ int    __big_split(HTAB *, BUFHEAD *, BUFHEAD *, BUFHEAD *,
+<span style="background-color: #FF0000"> </span>         int, __uint32_t, SPLIT_RETURN *);
+ int    __buf_free(HTAB *, int, int);
+-void   __buf_init(HTAB *, int);
++void   __buf_init(HTAB *, __uint32_t);
+ __uint32_t     __call_hash(HTAB *, char *, int);
+ int    __delpair(HTAB *, BUFHEAD *, int);
+ int    __expand_table(HTAB *);
+diff -Naur newlib-1.18.0.orig/newlib/libc/search/hash_buf.c newlib-1.18.0/newlib/libc/search/hash_buf.c
+--- newlib-1.18.0.orig/newlib/libc/search/hash_buf.c   2004-05-26 19:57:10.000000000 +0200
++++ newlib-1.18.0/newlib/libc/search/hash_buf.c        2011-01-14 14:17:27.101562285 +0100
+@@ -118,7 +118,7 @@
+<span style="background-color: #FF0000"> </span> int newpage;    /* If prev_bp set, indicates a new overflow page. */
+ {
+<span style="background-color: #FF0000"> </span> BUFHEAD *bp;
+-      __uint32_t is_disk_mask;
++      ptrdiff_t is_disk_mask;
+<span style="background-color: #FF0000"> </span> int is_disk, segment_ndx;
+<span style="background-color: #FF0000"> </span> SEGMENT segp;
+<span style="background-color: #FF0000"> </span>
+@@ -298,7 +298,7 @@
+ extern void
+ __buf_init(hashp, nbytes)
+<span style="background-color: #FF0000"> </span> HTAB *hashp;
+-      int nbytes;
++      __uint32_t nbytes;
+ {
+<span style="background-color: #FF0000"> </span> BUFHEAD *bfp;
+<span style="background-color: #FF0000"> </span> int npages;
+diff -Naur newlib-1.18.0.orig/newlib/libc/search/hash.h newlib-1.18.0/newlib/libc/search/hash.h
+--- newlib-1.18.0.orig/newlib/libc/search/hash.h       2008-07-02 20:38:45.000000000 +0200
++++ newlib-1.18.0/newlib/libc/search/hash.h    2011-01-14 14:17:27.100562227 +0100
+@@ -82,7 +82,7 @@
+<span style="background-color: #FF0000"> </span>
+ /* Hash Table Information */
+ typedef struct hashhdr {              /* Disk resident portion */
+-      int             magic;          /* Magic NO for hash tables */
++      __uint32_t      magic;          /* Magic NO for hash tables */
+<span style="background-color: #FF0000"> </span> int             version;        /* Version ID */
+<span style="background-color: #FF0000"> </span> __uint32_t      lorder;         /* Byte Order */
+<span style="background-color: #FF0000"> </span> int             bsize;          /* Bucket/Page Size */
+@@ -97,7 +97,7 @@
+<span style="background-color: #FF0000"> </span> int             high_mask;      /* Mask to modulo into entire table */
+<span style="background-color: #FF0000"> </span> int             low_mask;       /* Mask to modulo into lower half of<span style="background-color: #FF0000"> </span>
+<span style="background-color: #FF0000"> </span>                                  * table */
+-      int             ffactor;        /* Fill factor */
++      __uint32_t      ffactor;        /* Fill factor */
+<span style="background-color: #FF0000"> </span> int             nkeys;          /* Number of keys in hash table */
+<span style="background-color: #FF0000"> </span> int             hdrpages;       /* Size of table header */
+<span style="background-color: #FF0000"> </span> int             h_charkey;      /* value of hash(CHARKEY) */
+diff -Naur newlib-1.18.0.orig/newlib/libc/stdio/open_memstream.c newlib-1.18.0/newlib/libc/stdio/open_memstream.c
+--- newlib-1.18.0.orig/newlib/libc/stdio/open_memstream.c      2009-02-25 05:00:05.000000000 +0100
++++ newlib-1.18.0/newlib/libc/stdio/open_memstream.c   2011-01-14 14:17:27.101562285 +0100
+@@ -330,8 +330,10 @@
+     c->max *= sizeof(wchar_t);
+   if (c->max < 64)
+     c->max = 64;
+-  else if (c->max > 64 * 1024)
+-    c->max = 64 * 1024;
++#if (SIZE_MAX >= 0x10000)
++  else if (c->max > 0x10000)
++    c->max = 0x10000;
++#endif
+   *size = 0;
+   *buf = _malloc_r (ptr, c->max);
+   if (!*buf)
+diff -Naur newlib-1.18.0.orig/newlib/libc/stdio/tmpnam.c newlib-1.18.0/newlib/libc/stdio/tmpnam.c
+--- newlib-1.18.0.orig/newlib/libc/stdio/tmpnam.c      2004-04-23 22:01:55.000000000 +0200
++++ newlib-1.18.0/newlib/libc/stdio/tmpnam.c   2011-01-14 14:17:27.101562285 +0100
+@@ -94,6 +94,7 @@
+ #include <_ansi.h>
+ #include <reent.h>
+ #include <stdio.h>
++#include <stdint.h>
+ #include <stdlib.h>
+ #include <string.h>
+ #include <fcntl.h>
+@@ -109,7 +110,7 @@
+        char *result       _AND
+        _CONST char *part1 _AND
+        _CONST char *part2 _AND
+-       int part3          _AND
++       intptr_t part3     _AND
+        int *part4)
+ {
+   /*  Generate the filename and make sure that there isn't one called
+@@ -183,7 +184,7 @@
+   if (filename)
+     {
+       if (! worker (p, filename, dir, prefix,
+-                  _getpid_r (p) ^ (int) (_POINTER_INT) p, &p->_inc))
++                  _getpid_r (p) ^ (intptr_t) p, &p->_inc))
+<span style="background-color: #FF0000"> </span> return NULL;
+     }
+   return filename;
+diff -Naur newlib-1.18.0.orig/newlib/libc/stdlib/putenv_r.c newlib-1.18.0/newlib/libc/stdlib/putenv_r.c
+--- newlib-1.18.0.orig/newlib/libc/stdlib/putenv_r.c   2004-11-24 23:34:14.000000000 +0100
++++ newlib-1.18.0/newlib/libc/stdlib/putenv_r.c        2011-01-14 14:17:27.101562285 +0100
+@@ -24,6 +24,7 @@
+ #include <reent.h>
+ #include <stdlib.h>
+ #include <string.h>
++#include <strings.h>
+<span style="background-color: #FF0000"> </span>
+ #include "envlock.h"
+<span style="background-color: #FF0000"> </span>
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/bcmp.c newlib-1.18.0/newlib/libc/string/bcmp.c
+--- newlib-1.18.0.orig/newlib/libc/string/bcmp.c       2005-10-28 23:21:07.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/bcmp.c    2011-01-14 14:17:27.102562342 +0100
+@@ -6,11 +6,11 @@
+<span style="background-color: #FF0000"> </span> bcmp
+<span style="background-color: #FF0000"> </span>
+ ANSI_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> int bcmp(const void *<[s1]>, const void *<[s2]>, size_t <[n]>);
+<span style="background-color: #FF0000"> </span>
+ TRAD_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> int bcmp(<[s1]>, <[s2]>, <[n]>)
+<span style="background-color: #FF0000"> </span> const void *<[s1]>;
+<span style="background-color: #FF0000"> </span> const void *<[s2]>;
+@@ -35,7 +35,7 @@
+<span style="background-color: #FF0000"> </span> bcmp ansi pure
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
+<span style="background-color: #FF0000"> </span>
+ int
+ _DEFUN (bcmp, (m1, m2, n),
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/bcopy.c newlib-1.18.0/newlib/libc/string/bcopy.c
+--- newlib-1.18.0.orig/newlib/libc/string/bcopy.c      2002-05-23 20:46:04.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/bcopy.c   2011-01-14 14:17:27.102562342 +0100
+@@ -3,7 +3,7 @@
+<span style="background-color: #FF0000"> </span> <<bcopy>>---copy memory regions
+<span style="background-color: #FF0000"> </span>
+ ANSI_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> void bcopy(const void *<[in]>, void *<[out]>, size_t <[n]>);
+<span style="background-color: #FF0000"> </span>
+ TRAD_SYNOPSIS
+@@ -26,7 +26,7 @@
+<span style="background-color: #FF0000"> </span> bcopy - pure
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
+<span style="background-color: #FF0000"> </span>
+ void
+ _DEFUN (bcopy, (b1, b2, length),
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/bzero.c newlib-1.18.0/newlib/libc/string/bzero.c
+--- newlib-1.18.0.orig/newlib/libc/string/bzero.c      2002-05-23 20:46:04.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/bzero.c   2011-01-14 14:17:27.102562342 +0100
+@@ -6,11 +6,11 @@
+<span style="background-color: #FF0000"> </span> bzero
+<span style="background-color: #FF0000"> </span>
+ ANSI_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> void bzero(void *<[b]>, size_t <[length]>);
+<span style="background-color: #FF0000"> </span>
+ TRAD_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> void bzero(<[b]>, <[length]>)
+<span style="background-color: #FF0000"> </span> void *<[b]>;
+<span style="background-color: #FF0000"> </span> size_t <[length]>;
+@@ -30,7 +30,7 @@
+ <<bzero>> requires no supporting OS subroutines.
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
+<span style="background-color: #FF0000"> </span>
+ _VOID
+ _DEFUN (bzero, (b, length),
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/index.c newlib-1.18.0/newlib/libc/string/index.c
+--- newlib-1.18.0.orig/newlib/libc/string/index.c      2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/index.c   2011-01-14 14:17:27.102562342 +0100
+@@ -10,7 +10,7 @@
+<span style="background-color: #FF0000"> </span> char * index(const char *<[string]>, int <[c]>);
+<span style="background-color: #FF0000"> </span>
+ TRAD_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> char * index(<[string]>, <[c]>);
+<span style="background-color: #FF0000"> </span> char *<[string]>;
+<span style="background-color: #FF0000"> </span> int *<[c]>;
+@@ -33,7 +33,8 @@
+<span style="background-color: #FF0000"> </span> index - pure
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
++#include <string.h> /* strchr */
+<span style="background-color: #FF0000"> </span>
+ char *
+ _DEFUN (index, (s, c),
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/memccpy.c newlib-1.18.0/newlib/libc/string/memccpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/memccpy.c    2002-07-23 23:38:00.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/memccpy.c 2011-01-14 14:17:27.102562342 +0100
+@@ -35,13 +35,14 @@
+<span style="background-color: #FF0000"> </span> */
+<span style="background-color: #FF0000"> </span>
+ #include <_ansi.h>
++#include <stdint.h>
+ #include <stddef.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are copied each iteration of the word copy loop.  */
+ #define LITTLEBLOCKSIZE (sizeof (long))
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/memchr.c newlib-1.18.0/newlib/libc/string/memchr.c
+--- newlib-1.18.0.orig/newlib/libc/string/memchr.c     2008-05-27 01:31:08.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/memchr.c  2011-01-14 14:17:27.102562342 +0100
+@@ -38,10 +38,11 @@
+<span style="background-color: #FF0000"> </span>
+ #include <_ansi.h>
+ #include <string.h>
++#include <stdint.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+-#define UNALIGNED(X) ((long)X & (sizeof (long) - 1))
++#define UNALIGNED(X) ((intptr_t)X & (sizeof (long) - 1))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are loaded each iteration of the word copy loop.  */
+ #define LBLOCKSIZE (sizeof (long))
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/memcmp.c newlib-1.18.0/newlib/libc/string/memcmp.c
+--- newlib-1.18.0.orig/newlib/libc/string/memcmp.c     2005-03-06 21:40:05.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/memcmp.c  2011-01-14 14:17:27.102562342 +0100
+@@ -37,11 +37,11 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
+-
++#include <stdint.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are copied each iteration of the word copy loop.  */
+ #define LBLOCKSIZE (sizeof (long))
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/memcpy.c newlib-1.18.0/newlib/libc/string/memcpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/memcpy.c     2008-12-11 18:27:56.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/memcpy.c  2011-01-14 14:17:27.103562399 +0100
+@@ -34,11 +34,12 @@
+<span style="background-color: #FF0000"> </span> */
+<span style="background-color: #FF0000"> </span>
+ #include <_ansi.h>
++#include <stdint.h>
+ #include <string.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are copied each iteration of the 4X unrolled loop.  */
+ #define BIGBLOCKSIZE    (sizeof (long) << 2)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/memmove.c newlib-1.18.0/newlib/libc/string/memmove.c
+--- newlib-1.18.0.orig/newlib/libc/string/memmove.c    2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/memmove.c 2011-01-14 14:17:27.103562399 +0100
+@@ -36,13 +36,14 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
++#include <stdint.h>
+ #include <_ansi.h>
+ #include <stddef.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are copied each iteration of the 4X unrolled loop.  */
+ #define BIGBLOCKSIZE    (sizeof (long) << 2)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/mempcpy.c newlib-1.18.0/newlib/libc/string/mempcpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/mempcpy.c    2002-07-23 23:38:00.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/mempcpy.c 2011-01-14 14:17:27.103562399 +0100
+@@ -34,10 +34,11 @@
+ #include <stddef.h>
+ #include <limits.h>
+ #include <string.h>
++#include <stdint.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((uintptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are copied each iteration of the 4X unrolled loop.  */
+ #define BIGBLOCKSIZE    (sizeof (long) << 2)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/memset.c newlib-1.18.0/newlib/libc/string/memset.c
+--- newlib-1.18.0.orig/newlib/libc/string/memset.c     2008-05-27 20:44:40.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/memset.c  2011-01-14 14:17:27.103562399 +0100
+@@ -34,9 +34,10 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
++#include <stdint.h>
+<span style="background-color: #FF0000"> </span>
+ #define LBLOCKSIZE (sizeof(long))
+-#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
++#define UNALIGNED(X)   ((intptr_t)X & (LBLOCKSIZE - 1))
+ #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
+<span style="background-color: #FF0000"> </span>
+ _PTR
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/rindex.c newlib-1.18.0/newlib/libc/string/rindex.c
+--- newlib-1.18.0.orig/newlib/libc/string/rindex.c     2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/rindex.c  2011-01-14 14:17:27.103562399 +0100
+@@ -10,7 +10,7 @@
+<span style="background-color: #FF0000"> </span> char * rindex(const char *<[string]>, int <[c]>);
+<span style="background-color: #FF0000"> </span>
+ TRAD_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> char * rindex(<[string]>, <[c]>);
+<span style="background-color: #FF0000"> </span> char *<[string]>;
+<span style="background-color: #FF0000"> </span> int *<[c]>;
+@@ -33,7 +33,8 @@
+<span style="background-color: #FF0000"> </span> rindex - pure
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
++#include <string.h> /* strchr */
+<span style="background-color: #FF0000"> </span>
+ char *
+ _DEFUN (rindex, (s, c),
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/stpcpy.c newlib-1.18.0/newlib/libc/string/stpcpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/stpcpy.c     2007-06-28 19:07:23.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/stpcpy.c  2011-01-14 14:17:27.103562399 +0100
+@@ -34,6 +34,7 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
++#include <stdint.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /*SUPPRESS 560*/
+@@ -41,7 +42,7 @@
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/stpncpy.c newlib-1.18.0/newlib/libc/string/stpncpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/stpncpy.c    2007-06-28 19:07:23.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/stpncpy.c 2011-01-14 14:17:27.103562399 +0100
+@@ -40,6 +40,7 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
++#include <stdint.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /*SUPPRESS 560*/
+@@ -47,7 +48,7 @@
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strcasecmp.c newlib-1.18.0/newlib/libc/string/strcasecmp.c
+--- newlib-1.18.0.orig/newlib/libc/string/strcasecmp.c 2009-04-23 20:11:22.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/strcasecmp.c      2011-01-14 14:17:27.104562457 +0100
+@@ -38,7 +38,7 @@
+<span style="background-color: #FF0000"> </span> strcasecmp
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
+ #include <ctype.h>
+<span style="background-color: #FF0000"> </span>
+ int
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strcat.c newlib-1.18.0/newlib/libc/string/strcat.c
+--- newlib-1.18.0.orig/newlib/libc/string/strcat.c     2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/strcat.c  2011-01-14 14:17:27.104562457 +0100
+@@ -33,12 +33,13 @@
+<span style="background-color: #FF0000"> </span> strcat ansi pure
+ */
+<span style="background-color: #FF0000"> </span>
++#include <stdint.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if X is aligned on a "long" boundary.  */
+ #define ALIGNED(X) \
+-  (((long)X & (sizeof (long) - 1)) == 0)
++  (((uintptr_t)X & (sizeof (long) - 1)) == 0)
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strchr.c newlib-1.18.0/newlib/libc/string/strchr.c
+--- newlib-1.18.0.orig/newlib/libc/string/strchr.c     2008-05-22 04:31:46.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/strchr.c  2011-01-14 14:17:27.104562457 +0100
+@@ -33,11 +33,12 @@
+<span style="background-color: #FF0000"> </span> strchr ansi pure
+ */
+<span style="background-color: #FF0000"> </span>
++#include <stdint.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if X is not aligned on a "long" boundary.  */
+-#define UNALIGNED(X) ((long)X & (sizeof (long) - 1))
++#define UNALIGNED(X) ((uintptr_t)X & (sizeof (long) - 1))
+<span style="background-color: #FF0000"> </span>
+ /* How many bytes are loaded each iteration of the word copy loop.  */
+ #define LBLOCKSIZE (sizeof (long))
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strcmp.c newlib-1.18.0/newlib/libc/string/strcmp.c
+--- newlib-1.18.0.orig/newlib/libc/string/strcmp.c     2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/strcmp.c  2011-01-14 14:17:27.104562457 +0100
+@@ -35,12 +35,13 @@
+<span style="background-color: #FF0000"> </span> strcmp ansi pure
+ */
+<span style="background-color: #FF0000"> </span>
++#include <stdint.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((uintptr_t)X & (sizeof (long) - 1)) | ((uintptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* DETECTNULL returns nonzero if (long)X contains a NULL byte. */
+ #if LONG_MAX == 2147483647L
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strcpy.c newlib-1.18.0/newlib/libc/string/strcpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/strcpy.c     2007-05-29 23:26:59.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/strcpy.c  2011-01-14 14:17:27.104562457 +0100
+@@ -32,6 +32,7 @@
+<span style="background-color: #FF0000"> </span> strcpy ansi pure
+ */
+<span style="background-color: #FF0000"> </span>
++#include <stdint.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+@@ -40,7 +41,7 @@
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strlen.c newlib-1.18.0/newlib/libc/string/strlen.c
+--- newlib-1.18.0.orig/newlib/libc/string/strlen.c     2008-05-27 00:56:14.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/strlen.c  2011-01-14 14:17:27.105562514 +0100
+@@ -32,11 +32,12 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <_ansi.h>
++#include <stdint.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ #define LBLOCKSIZE   (sizeof (long))
+-#define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
++#define UNALIGNED(X) ((intptr_t)X & (LBLOCKSIZE - 1))
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strncasecmp.c newlib-1.18.0/newlib/libc/string/strncasecmp.c
+--- newlib-1.18.0.orig/newlib/libc/string/strncasecmp.c        2009-04-23 20:11:22.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/strncasecmp.c     2011-01-14 14:17:27.105562514 +0100
+@@ -6,11 +6,11 @@
+<span style="background-color: #FF0000"> </span> strncasecmp
+<span style="background-color: #FF0000"> </span>
+ ANSI_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> int strncasecmp(const char *<[a]>, const char * <[b]>, size_t <[length]>);
+<span style="background-color: #FF0000"> </span>
+ TRAD_SYNOPSIS
+-      #include <string.h>
++      #include <strings.h>
+<span style="background-color: #FF0000"> </span> int strncasecmp(<[a]>, <[b]>, <[length]>)
+<span style="background-color: #FF0000"> </span> char *<[a]>;
+<span style="background-color: #FF0000"> </span> char *<[b]>;
+@@ -40,7 +40,7 @@
+<span style="background-color: #FF0000"> </span> strncasecmp
+ */
+<span style="background-color: #FF0000"> </span>
+-#include <string.h>
++#include <strings.h>
+ #include <ctype.h>
+<span style="background-color: #FF0000"> </span>
+ int<span style="background-color: #FF0000"> </span>
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strncat.c newlib-1.18.0/newlib/libc/string/strncat.c
+--- newlib-1.18.0.orig/newlib/libc/string/strncat.c    2005-10-28 23:21:07.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/strncat.c 2011-01-14 14:17:27.105562514 +0100
+@@ -42,11 +42,12 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
++#include <stdint.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if X is aligned on a "long" boundary.  */
+ #define ALIGNED(X) \
+-  (((long)X & (sizeof (long) - 1)) == 0)
++  (((intptr_t)X & (sizeof (long) - 1)) == 0)
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strncmp.c newlib-1.18.0/newlib/libc/string/strncmp.c
+--- newlib-1.18.0.orig/newlib/libc/string/strncmp.c    2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/strncmp.c 2011-01-14 14:17:27.106562571 +0100
+@@ -36,12 +36,13 @@
+<span style="background-color: #FF0000"> </span> strncmp ansi pure
+ */
+<span style="background-color: #FF0000"> </span>
++#include <stdint.h>
+ #include <string.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((uintptr_t)X & (sizeof (long) - 1)) | ((uintptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ /* DETECTNULL returns nonzero if (long)X contains a NULL byte. */
+ #if LONG_MAX == 2147483647L
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/strncpy.c newlib-1.18.0/newlib/libc/string/strncpy.c
+--- newlib-1.18.0.orig/newlib/libc/string/strncpy.c    2000-02-17 20:39:48.000000000 +0100
++++ newlib-1.18.0/newlib/libc/string/strncpy.c 2011-01-14 14:17:27.106562571 +0100
+@@ -38,6 +38,7 @@
+ */
+<span style="background-color: #FF0000"> </span>
+ #include <string.h>
++#include <stdint.h>
+ #include <limits.h>
+<span style="background-color: #FF0000"> </span>
+ /*SUPPRESS 560*/
+@@ -45,7 +46,7 @@
+<span style="background-color: #FF0000"> </span>
+ /* Nonzero if either X or Y is not aligned on a "long" boundary.  */
+ #define UNALIGNED(X, Y) \
+-  (((long)X & (sizeof (long) - 1)) | ((long)Y & (sizeof (long) - 1)))
++  (((intptr_t)X & (sizeof (long) - 1)) | ((intptr_t)Y & (sizeof (long) - 1)))
+<span style="background-color: #FF0000"> </span>
+ #if LONG_MAX == 2147483647L
+ #define DETECTNULL(X) (((X) - 0x01010101) & ~(X) & 0x80808080)
+diff -Naur newlib-1.18.0.orig/newlib/libc/string/str-two-way.h newlib-1.18.0/newlib/libc/string/str-two-way.h
+--- newlib-1.18.0.orig/newlib/libc/string/str-two-way.h        2008-10-02 22:12:34.000000000 +0200
++++ newlib-1.18.0/newlib/libc/string/str-two-way.h     2011-01-14 14:17:27.104562457 +0100
+@@ -1,5 +1,5 @@
+ /* Byte-wise substring search, using the Two-Way algorithm.
+- * Copyright (C) 2008 Eric Blake
++ * Copyright (C) 2008, 2010 Eric Blake
+  * Permission to use, copy, modify, and distribute this software
+  * is freely granted, provided that this notice is preserved.
+  */
+@@ -335,8 +335,8 @@
+<span style="background-color: #FF0000"> </span>              a byte out of place, there can be no match until
+<span style="background-color: #FF0000"> </span>              after the mismatch.  */
+<span style="background-color: #FF0000"> </span>           shift = needle_len - period;
+-                memory = 0;
+<span style="background-color: #FF0000"> </span>         }
++              memory = 0;
+<span style="background-color: #FF0000"> </span>       j += shift;
+<span style="background-color: #FF0000"> </span>       continue;
+<span style="background-color: #FF0000"> </span>     }
+diff -Naur newlib-1.18.0.orig/newlib/libc/sys/rtems/crt0.c newlib-1.18.0/newlib/libc/sys/rtems/crt0.c
+--- newlib-1.18.0.orig/newlib/libc/sys/rtems/crt0.c    2009-12-16 19:28:14.000000000 +0100
++++ newlib-1.18.0/newlib/libc/sys/rtems/crt0.c 2011-01-14 14:17:27.106562571 +0100
+@@ -24,8 +24,8 @@
+ /* RTEMS provides some of its own routines including a Malloc family */
+ RTEMS_STUB(void *,malloc(size_t s)) { return 0; }
+ RTEMS_STUB(void *,realloc(void* p, size_t s)) { return 0; }
+-RTEMS_STUB(void, free(void)) { ; }
+-RTEMS_STUB(_PTR, calloc(struct _reent *r, size_t s1, size_t s2)) {}
++RTEMS_STUB(void, free(void* ptr)) { ; }
++RTEMS_STUB(_PTR, calloc(size_t s1, size_t s2)) {}
+<span style="background-color: #FF0000"> </span>
+ #if defined(__GNUC__)
+ /*
+diff -Naur newlib-1.18.0.orig/newlib/libc/sys/rtems/machine/_types.h newlib-1.18.0/newlib/libc/sys/rtems/machine/_types.h
+--- newlib-1.18.0.orig/newlib/libc/sys/rtems/machine/_types.h  2009-12-17 17:10:41.000000000 +0100
++++ newlib-1.18.0/newlib/libc/sys/rtems/machine/_types.h       2011-01-14 14:17:27.106562571 +0100
+@@ -31,4 +31,25 @@
+<span style="background-color: #FF0000"> </span>
+ typedef __int32_t blksize_t;
+ typedef __int32_t blkcnt_t;
++
++/* EXPERIMENTAL: Use 64bit types */
++#if defined(__arm__) || defined(__i386__) || defined(__m68k__) || defined(__mips__) || defined(__PPC__) || defined(__sparc__)
++/* Use 64bit types */
++typedef __int64_t _off_t;
++#define __off_t_defined 1
++
++typedef __int64_t _fpos_t;
++#define __fpos_t_defined 1
++#else
++/* Use 32bit types */
++typedef __int32_t _off_t;
++#define __off_t_defined 1
++
++typedef __int32_t _fpos_t;
++#define __fpos_t_defined 1
++#endif
++
++typedef __uint32_t _mode_t;
++#define __mode_t_defined 1
++
+ #endif
+diff -Naur newlib-1.18.0.orig/newlib/libc/sys/rtems/sys/dirent.h newlib-1.18.0/newlib/libc/sys/rtems/sys/dirent.h
+--- newlib-1.18.0.orig/newlib/libc/sys/rtems/sys/dirent.h      2004-01-08 20:25:21.000000000 +0100
++++ newlib-1.18.0/newlib/libc/sys/rtems/sys/dirent.h   2011-01-14 14:17:27.106562571 +0100
+@@ -31,6 +31,10 @@
+ void seekdir(DIR *dir, long loc);
+ long telldir(DIR *dir);
+<span style="background-color: #FF0000"> </span>
++#ifdef _COMPILING_NEWLIB
++void _seekdir(DIR *dir, long offset);
++#endif
++
+ #include <sys/types.h>
+<span style="background-color: #FF0000"> </span>
+ #include <limits.h>
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/fdlibm.h newlib-1.18.0/newlib/libm/common/fdlibm.h
+--- newlib-1.18.0.orig/newlib/libm/common/fdlibm.h     2009-11-17 23:35:46.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/fdlibm.h  2011-01-14 14:17:27.106562571 +0100
+@@ -361,3 +361,12 @@
+   sf_u.word = (i);                                            \
+   (d) = sf_u.value;                                           \
+ } while (0)
++
++/* Macros to avoid undefined behaviour that can arise if the amount
++   of a shift is exactly equal to the size of the shifted operand.  */
++
++#define SAFE_LEFT_SHIFT(op,amt)                                       \
++  (((amt) < 8 * sizeof(op)) ? ((op) << (amt)) : 0)
++
++#define SAFE_RIGHT_SHIFT(op,amt)                              \
++  (((amt) < 8 * sizeof(op)) ? ((op) >> (amt)) : 0)
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/modfl.c newlib-1.18.0/newlib/libm/common/modfl.c
+--- newlib-1.18.0.orig/newlib/libm/common/modfl.c      2009-04-18 00:15:43.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/modfl.c   2011-01-14 14:17:27.107562629 +0100
+@@ -36,7 +36,7 @@
+ long double
+ modfl (long double x, long double *iptr)
+ {
+-  return modf(x, iptr);
++  return modf(x, (double*) iptr);
+ }
+ #endif
+<span style="background-color: #FF0000"> </span>
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/sf_ilogb.c newlib-1.18.0/newlib/libm/common/sf_ilogb.c
+--- newlib-1.18.0.orig/newlib/libm/common/sf_ilogb.c   2001-04-04 15:30:59.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/sf_ilogb.c        2011-01-14 14:17:27.108562687 +0100
+@@ -13,8 +13,8 @@
+  * ====================================================
+  */
+<span style="background-color: #FF0000"> </span>
+-#include "fdlibm.h"
+ #include <limits.h>
++#include "fdlibm.h"
+<span style="background-color: #FF0000"> </span>
+ #ifdef __STDC__
+<span style="background-color: #FF0000"> </span> int ilogbf(float x)
+@@ -28,11 +28,14 @@
+<span style="background-color: #FF0000"> </span> GET_FLOAT_WORD(hx,x);
+<span style="background-color: #FF0000"> </span> hx &= 0x7fffffff;
+<span style="background-color: #FF0000"> </span> if(FLT_UWORD_IS_ZERO(hx))
+-          return - INT_MAX;   /* ilogb(0) = 0x80000001 */
++          return FP_ILOGB0;   /* ilogb(0) = special case error */
+<span style="background-color: #FF0000"> </span> if(FLT_UWORD_IS_SUBNORMAL(hx)) {
+<span style="background-color: #FF0000"> </span>     for (ix = -126,hx<<=8; hx>0; hx<<=1) ix -=1;
+<span style="background-color: #FF0000"> </span>     return ix;
+<span style="background-color: #FF0000"> </span> }
++      #if FP_ILOGBNAN != INT_MAX
++      else if (FLT_UWORD_IS_NAN(hx)) return FP_ILOGBNAN;      /* NAN */
++      #endif
+<span style="background-color: #FF0000"> </span> else if (!FLT_UWORD_IS_FINITE(hx)) return INT_MAX;
+<span style="background-color: #FF0000"> </span> else return (hx>>23)-127;
+ }
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/sf_llrint.c newlib-1.18.0/newlib/libm/common/sf_llrint.c
+--- newlib-1.18.0.orig/newlib/libm/common/sf_llrint.c  2009-04-03 19:39:24.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/sf_llrint.c       2011-01-14 14:17:27.108562687 +0100
+@@ -71,7 +71,7 @@
+           GET_FLOAT_WORD (i0, t);
+           /* Detect the all-zeros representation of plus and
+              minus zero, which fails the calculation below. */
+-          if ((i0 & ~(1 << 31)) == 0)
++          if ((i0 & ~((__uint32_t)1 << 31)) == 0)
+               return 0;
+           j0 = ((i0 >> 23) & 0xff) - 0x7f;
+           i0 &= 0x7fffff;
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/sf_log2.c newlib-1.18.0/newlib/libm/common/sf_log2.c
+--- newlib-1.18.0.orig/newlib/libm/common/sf_log2.c    2009-03-18 19:11:18.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/sf_log2.c 2011-01-14 14:17:27.108562687 +0100
+@@ -30,7 +30,7 @@
+<span style="background-color: #FF0000"> </span> float x;
+ #endif
+ {
+-  return (logf(x) / (float) M_LOG2_E);
++  return (logf(x) / (float_t) M_LN2);
+ }
+<span style="background-color: #FF0000"> </span>
+ #ifdef _DOUBLE_IS_32BITS
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/sf_rint.c newlib-1.18.0/newlib/libm/common/sf_rint.c
+--- newlib-1.18.0.orig/newlib/libm/common/sf_rint.c    2001-04-04 15:30:59.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/sf_rint.c 2011-01-14 14:17:27.109562744 +0100
+@@ -57,7 +57,7 @@
+<span style="background-color: #FF0000"> </span>         i = (0x007fffff)>>j0;
+<span style="background-color: #FF0000"> </span>         if((i0&i)==0) return x; /* x is integral */
+<span style="background-color: #FF0000"> </span>         i>>=1;
+-              if((i0&i)!=0) i0 = (i0&(~i))|((0x100000)>>j0);
++              if((i0&i)!=0) i0 = (i0&(~i))|((0x200000)>>j0);
+<span style="background-color: #FF0000"> </span>     }
+<span style="background-color: #FF0000"> </span> } else {
+<span style="background-color: #FF0000"> </span>     if(!FLT_UWORD_IS_FINITE(ix)) return x+x; /* inf or NaN */
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/sf_round.c newlib-1.18.0/newlib/libm/common/sf_round.c
+--- newlib-1.18.0.orig/newlib/libm/common/sf_round.c   2005-02-24 20:02:35.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/sf_round.c        2011-01-14 14:17:27.109562744 +0100
+@@ -38,7 +38,7 @@
+           w &= 0x80000000;
+           if (exponent_less_127 == -1)
+             /* Result is +1.0 or -1.0. */
+-            w |= (127 << 23);
++            w |= ((__uint32_t)127 << 23);
+         }
+       else
+         {
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_ilogb.c newlib-1.18.0/newlib/libm/common/s_ilogb.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_ilogb.c    2003-10-20 20:46:37.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/s_ilogb.c 2011-01-14 14:17:27.107562629 +0100
+@@ -44,13 +44,24 @@
+ RETURNS
+<span style="background-color: #FF0000"> </span>
+ <<ilogb>> and <<ilogbf>> return the power of two used to form the
+-floating-point argument.  If <[val]> is <<0>>, they return <<-
+-INT_MAX>> (<<INT_MAX>> is defined in limits.h).  If <[val]> is
+-infinite, or NaN, they return <<INT_MAX>>.
++floating-point argument.
++If <[val]> is <<0>>, they return <<FP_ILOGB0>>.
++If <[val]> is infinite, they return <<INT_MAX>>.
++If <[val]> is NaN, they return <<FP_ILOGBNAN>>.
++(<<FP_ILOGB0>> and <<FP_ILOGBNAN>> are defined in math.h, but in turn are
++defined as INT_MIN or INT_MAX from limits.h.  The value of FP_ILOGB0 may be
++either INT_MIN or -INT_MAX.  The value of FP_ILOGBNAN may be either INT_MAX or
++INT_MIN.)
++
++@comment The bugs might not be worth noting, given the mass non-C99/POSIX
++@comment behavior of much of the Newlib math library.
++@comment BUGS
++@comment On errors, errno is not set per C99 and POSIX requirements even if
++@comment (math_errhandling & MATH_ERRNO) is non-zero.
+<span style="background-color: #FF0000"> </span>
+ PORTABILITY
+-      Neither <<ilogb>> nor <<ilogbf>> is required by ANSI C or by
+-      the System V Interface Definition (Issue 2).  */
++C99, POSIX
++*/
+<span style="background-color: #FF0000"> </span>
+ /* ilogb(double x)
+  * return the binary exponent of non-zero x
+@@ -58,8 +69,8 @@
+  * ilogb(inf/NaN) = 0x7fffffff (no signal is raised)
+  */
+<span style="background-color: #FF0000"> </span>
+-#include "fdlibm.h"
+ #include <limits.h>
++#include "fdlibm.h"
+<span style="background-color: #FF0000"> </span>
+ #ifndef _DOUBLE_IS_32BITS
+<span style="background-color: #FF0000"> </span>
+@@ -76,7 +87,7 @@
+<span style="background-color: #FF0000"> </span> hx &= 0x7fffffff;
+<span style="background-color: #FF0000"> </span> if(hx<0x00100000) {
+<span style="background-color: #FF0000"> </span>     if((hx|lx)==0)<span style="background-color: #FF0000"> </span>
+-              return - INT_MAX;       /* ilogb(0) = 0x80000001 */
++              return FP_ILOGB0;       /* ilogb(0) = special case error */
+<span style="background-color: #FF0000"> </span>     else                        /* subnormal x */
+<span style="background-color: #FF0000"> </span>         if(hx==0) {
+<span style="background-color: #FF0000"> </span>             for (ix = -1043; lx>0; lx<<=1) ix -=1;
+@@ -86,7 +97,10 @@
+<span style="background-color: #FF0000"> </span>     return ix;
+<span style="background-color: #FF0000"> </span> }
+<span style="background-color: #FF0000"> </span> else if (hx<0x7ff00000) return (hx>>20)-1023;
+-      else return INT_MAX;
++      #if FP_ILOGBNAN != INT_MAX
++      else if (hx>0x7ff00000) return FP_ILOGBNAN;  /* NAN */
++      #endif
++      else return INT_MAX;    /* infinite (or, possibly, NAN) */
+ }
+<span style="background-color: #FF0000"> </span>
+ #endif /* _DOUBLE_IS_32BITS */
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_llrint.c newlib-1.18.0/newlib/libm/common/s_llrint.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_llrint.c   2009-04-03 19:39:24.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/s_llrint.c        2011-01-14 14:17:27.107562629 +0100
+@@ -61,40 +61,56 @@
+<span style="background-color: #FF0000"> </span>
+   /* Extract exponent field. */
+   j0 = ((i0 & 0x7ff00000) >> 20) - 1023;
++  /* j0 in [-1023,1024] */
+<span style="background-color: #FF0000">   </span>
+   if(j0 < 20)
+     {
++      /* j0 in [-1023,19] */
+       if(j0 < -1)
+         return 0;
+       else
+         {
++          /* j0 in [0,19] */
++        /* shift amt in [0,19] */
+           w = TWO52[sx] + x;
+           t = w - TWO52[sx];
+           GET_HIGH_WORD(i0, t);
+           /* Detect the all-zeros representation of plus and
+              minus zero, which fails the calculation below. */
+-          if ((i0 & ~(1 << 31)) == 0)
++          if ((i0 & ~((__int32_t)1 << 31)) == 0)
+               return 0;
++          /* After round:  j0 in [0,20] */
+           j0 = ((i0 & 0x7ff00000) >> 20) - 1023;
+           i0 &= 0x000fffff;
+           i0 |= 0x00100000;
++        /* shift amt in [20,0] */
+           result = i0 >> (20 - j0);
+         }
+     }
+   else if (j0 < (int)(8 * sizeof (long long int)) - 1)
+     {
++      /* 64bit return: j0 in [20,62] */
+       if (j0 >= 52)
++      /* 64bit return: j0 in [52,62] */
++      /* 64bit return: left shift amt in [32,42] */
+         result = ((long long int) ((i0 & 0x000fffff) | 0x0010000) << (j0 - 20)) |<span style="background-color: #FF0000"> </span>
++              /* 64bit return: right shift amt in [0,10] */
+                    (i1 << (j0 - 52));
+       else
+         {
++        /* 64bit return: j0 in [20,51] */
+           w = TWO52[sx] + x;
+           t = w - TWO52[sx];
+           EXTRACT_WORDS (i0, i1, t);
+           j0 = ((i0 & 0x7ff00000) >> 20) - 1023;
+           i0 &= 0x000fffff;
+           i0 |= 0x00100000;
+-          result = ((long long int) i0 << (j0 - 20)) | (i1 >> (52 - j0));
++          /* After round:
++         * 64bit return: j0 in [20,52] */
++        /* 64bit return: left shift amt in [0,32] */
++          /* ***64bit return: right shift amt in [32,0] */
++          result = ((long long int) i0 << (j0 - 20))
++                      | SAFE_RIGHT_SHIFT (i1, (52 - j0));
+         }
+     }
+   else
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_llround.c newlib-1.18.0/newlib/libm/common/s_llround.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_llround.c  2009-03-25 20:13:01.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/s_llround.c       2011-01-14 14:17:27.107562629 +0100
+@@ -31,8 +31,10 @@
+   msw &= 0x000fffff;
+   msw |= 0x00100000;
+<span style="background-color: #FF0000"> </span>
++  /* exponent_less_1023 in [-1023,1024] */
+   if (exponent_less_1023 < 20)
+     {
++      /* exponent_less_1023 in [-1023,19] */
+       if (exponent_less_1023 < 0)
+         {
+           if (exponent_less_1023 < -1)
+@@ -42,20 +44,34 @@
+         }
+       else
+         {
++          /* exponent_less_1023 in [0,19] */
++        /* shift amt in [0,19] */
+           msw += 0x80000 >> exponent_less_1023;
++        /* shift amt in [20,1] */
+           result = msw >> (20 - exponent_less_1023);
+         }
+     }
+   else if (exponent_less_1023 < (8 * sizeof (long long int)) - 1)
+     {
++      /* 64bit longlong: exponent_less_1023 in [20,62] */
+       if (exponent_less_1023 >= 52)
+-        result = ((long long int) msw << (exponent_less_1023 - 20)) | (lsw << (exponent_less_1023 - 52));
++      /* 64bit longlong: exponent_less_1023 in [52,62] */
++      /* 64bit longlong: shift amt in [32,42] */
++        result = ((long long int) msw << (exponent_less_1023 - 20))
++                  /* 64bit longlong: shift amt in [0,10] */
++                    | (lsw << (exponent_less_1023 - 52));
+       else
+         {
+-          unsigned int tmp = lsw + (0x80000000 >> (exponent_less_1023 - 20));
++        /* 64bit longlong: exponent_less_1023 in [20,51] */
++          unsigned int tmp = lsw
++                  /* 64bit longlong: shift amt in [0,31] */
++                    + (0x80000000 >> (exponent_less_1023 - 20));
+           if (tmp < lsw)
+             ++msw;
+-          result = ((long long int) msw << (exponent_less_1023 - 20)) | (tmp >> (52 - exponent_less_1023));
++        /* 64bit longlong: shift amt in [0,31] */
++          result = ((long long int) msw << (exponent_less_1023 - 20))
++                  /* ***64bit longlong: shift amt in [32,1] */
++                    | SAFE_RIGHT_SHIFT (tmp, (52 - exponent_less_1023));
+         }
+     }
+   else
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_log2.c newlib-1.18.0/newlib/libm/common/s_log2.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_log2.c     2009-03-25 20:13:01.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/s_log2.c  2011-01-14 14:17:27.107562629 +0100
+@@ -34,8 +34,8 @@
+ rather are derivatives based on <<log>>.  (Accuracy might be slightly off from
+ a direct calculation.)  In addition to functions, they are also implemented as
+ macros defined in math.h:
+-. #define log2(x) (log (x) / _M_LOG2_E)
+-. #define log2f(x) (logf (x) / (float) _M_LOG2_E)
++. #define log2(x) (log (x) / _M_LN2)
++. #define log2f(x) (logf (x) / (float) _M_LN2)
+ To use the functions instead, just undefine the macros first.
+<span style="background-color: #FF0000"> </span>
+ You can use the (non-ANSI) function <<matherr>> to specify error
+@@ -79,7 +79,7 @@
+<span style="background-color: #FF0000"> </span> double x;
+ #endif
+ {
+-  return (log(x) / M_LOG2_E);
++  return (log(x) / M_LN2);
+ }
+<span style="background-color: #FF0000"> </span>
+ #endif /* defined(_DOUBLE_IS_32BITS) */
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_lrint.c newlib-1.18.0/newlib/libm/common/s_lrint.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_lrint.c    2009-04-16 17:39:46.000000000 +0200
++++ newlib-1.18.0/newlib/libm/common/s_lrint.c 2011-01-14 14:17:27.107562629 +0100
+@@ -98,13 +98,17 @@
+<span style="background-color: #FF0000"> </span>
+   /* Extract exponent field. */
+   j0 = ((i0 & 0x7ff00000) >> 20) - 1023;
++  /* j0 in [-1023,1024] */
+<span style="background-color: #FF0000">   </span>
+   if(j0 < 20)
+     {
++      /* j0 in [-1023,19] */
+       if(j0 < -1)
+         return 0;
+       else
+         {
++          /* j0 in [0,19] */
++        /* shift amt in [0,19] */
+           w = TWO52[sx] + x;
+           t = w - TWO52[sx];
+           GET_HIGH_WORD(i0, t);
+@@ -112,26 +116,43 @@
+              minus zero, which fails the calculation below. */
+           if ((i0 & ~(1L << 31)) == 0)
+               return 0;
++          /* After round:  j0 in [0,20] */
+           j0 = ((i0 & 0x7ff00000) >> 20) - 1023;
+           i0 &= 0x000fffff;
+           i0 |= 0x00100000;
++        /* shift amt in [20,0] */
+           result = i0 >> (20 - j0);
+         }
+     }
+   else if (j0 < (int)(8 * sizeof (long int)) - 1)
+     {
++      /* 32bit return: j0 in [20,30] */
++      /* 64bit return: j0 in [20,62] */
+       if (j0 >= 52)
++      /* 64bit return: j0 in [52,62] */
++      /* 64bit return: left shift amt in [32,42] */
+         result = ((long int) ((i0 & 0x000fffff) | 0x0010000) << (j0 - 20)) |<span style="background-color: #FF0000"> </span>
++              /* 64bit return: right shift amt in [0,10] */
+                    (i1 << (j0 - 52));
+       else
+         {
++        /* 32bit return: j0 in [20,30] */
++        /* 64bit return: j0 in [20,51] */
+           w = TWO52[sx] + x;
+           t = w - TWO52[sx];
+           EXTRACT_WORDS (i0, i1, t);
+           j0 = ((i0 & 0x7ff00000) >> 20) - 1023;
+           i0 &= 0x000fffff;
+           i0 |= 0x00100000;
+-          result = ((long int) i0 << (j0 - 20)) | (i1 >> (52 - j0));
++          /* After round:
++         * 32bit return: j0 in [20,31];
++         * 64bit return: j0 in [20,52] */
++        /* 32bit return: left shift amt in [0,11] */
++        /* 64bit return: left shift amt in [0,32] */
++          /* ***32bit return: right shift amt in [32,21] */
++          /* ***64bit return: right shift amt in [32,0] */
++          result = ((long int) i0 << (j0 - 20))
++                      | SAFE_RIGHT_SHIFT (i1, (52 - j0));
+         }
+     }
+   else
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_lround.c newlib-1.18.0/newlib/libm/common/s_lround.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_lround.c   2009-03-25 20:13:01.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/s_lround.c        2011-01-14 14:17:27.108562687 +0100
+@@ -71,9 +71,10 @@
+   exponent_less_1023 = ((msw & 0x7ff00000) >> 20) - 1023;
+   msw &= 0x000fffff;
+   msw |= 0x00100000;
+-
++  /* exponent_less_1023 in [-1023,1024] */
+   if (exponent_less_1023 < 20)
+     {
++      /* exponent_less_1023 in [-1023,19] */
+       if (exponent_less_1023 < 0)
+         {
+           if (exponent_less_1023 < -1)
+@@ -83,20 +84,39 @@
+         }
+       else
+         {
++          /* exponent_less_1023 in [0,19] */
++        /* shift amt in [0,19] */
+           msw += 0x80000 >> exponent_less_1023;
++        /* shift amt in [20,1] */
+           result = msw >> (20 - exponent_less_1023);
+         }
+     }
+   else if (exponent_less_1023 < (8 * sizeof (long int)) - 1)
+     {
++      /* 32bit long: exponent_less_1023 in [20,30] */
++      /* 64bit long: exponent_less_1023 in [20,62] */
+       if (exponent_less_1023 >= 52)
+-        result = ((long int) msw << (exponent_less_1023 - 20)) | (lsw << (exponent_less_1023 - 52));
++      /* 64bit long: exponent_less_1023 in [52,62] */
++      /* 64bit long: shift amt in [32,42] */
++        result = ((long int) msw << (exponent_less_1023 - 20))
++              /* 64bit long: shift amt in [0,10] */
++                | (lsw << (exponent_less_1023 - 52));
+       else
+         {
+-          unsigned int tmp = lsw + (0x80000000 >> (exponent_less_1023 - 20));
++        /* 32bit long: exponent_less_1023 in [20,30] */
++        /* 64bit long: exponent_less_1023 in [20,51] */
++          unsigned int tmp = lsw
++                  /* 32bit long: shift amt in [0,10] */
++                  /* 64bit long: shift amt in [0,31] */
++                    + (0x80000000 >> (exponent_less_1023 - 20));
+           if (tmp < lsw)
+             ++msw;
+-          result = ((long int) msw << (exponent_less_1023 - 20)) | (tmp >> (52 - exponent_less_1023));
++        /* 32bit long: shift amt in [0,10] */
++        /* 64bit long: shift amt in [0,31] */
++          result = ((long int) msw << (exponent_less_1023 - 20))
++                  /* ***32bit long: shift amt in [32,22] */
++                  /* ***64bit long: shift amt in [32,1] */
++                    | SAFE_RIGHT_SHIFT (tmp, (52 - exponent_less_1023));
+         }
+     }
+   else
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_rint.c newlib-1.18.0/newlib/libm/common/s_rint.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_rint.c     2009-03-25 20:13:01.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/s_rint.c  2011-01-14 14:17:27.108562687 +0100
+@@ -51,6 +51,16 @@
+  * rounding mode.
+  * Method:
+  *    Using floating addition.
++ *    Whenever a fraction is present, if the second or any following bit after
++ *    the radix point is set, limit to the second radix point to avoid
++ *    possible double rounding in the TWO52 +- steps (in case guard bits are
++ *    used).  Specifically, if have any, chop off bits past the 2nd place and
++ *    set the second place.
++ *    (e.g.   2.0625=0b10.0001 => 0b10.01=2.25;
++ *            2.3125=0b10.011  => 0b10.01=2.25;
++ *            1.5625= 0b1.1001 =>  0b1.11=1.75;
++ *            1.9375= 0b1.1111 =>  0b1.11=1.75.
++ *    Pseudo-code:  if(x.frac & ~0b0.10) x.frac = (x.frac & 0b0.11) | 0b0.01;).
+  * Exception:
+  *    Inexact flag raised if x not equal to rint(x).
+  */
+@@ -81,11 +91,11 @@
+<span style="background-color: #FF0000"> </span> double t;
+<span style="background-color: #FF0000"> </span> volatile double w;
+<span style="background-color: #FF0000"> </span> EXTRACT_WORDS(i0,i1,x);
+-      sx = (i0>>31)&1;
+-      j0 = ((i0>>20)&0x7ff)-0x3ff;
+-      if(j0<20) {
+-          if(j0<0) {<span style="background-color: #FF0000"><span style="background-color: #FF0000"> </span> </span>
+-              if(((i0&0x7fffffff)|i1)==0) return x;
++      sx = (i0>>31)&1;              /* sign */
++      j0 = ((i0>>20)&0x7ff)-0x3ff;  /* exponent */
++      if(j0<20) {                  /* no integral bits in LS part */
++          if(j0<0) {<span style="background-color: #FF0000"> </span>                 /* x is fractional or 0 */
++              if(((i0&0x7fffffff)|i1)==0) return x;       /* x == 0 */
+<span style="background-color: #FF0000"> </span>         i1 |= (i0&0x0fffff);
+<span style="background-color: #FF0000"> </span>         i0 &= 0xfffe0000;
+<span style="background-color: #FF0000"> </span>         i0 |= ((i1|-i1)>>12)&0x80000;
+@@ -95,13 +105,14 @@
+<span style="background-color: #FF0000"> </span>         GET_HIGH_WORD(i0,t);
+<span style="background-color: #FF0000"> </span>         SET_HIGH_WORD(t,(i0&0x7fffffff)|(sx<<31));
+<span style="background-color: #FF0000"> </span>         return t;
+-          } else {
++          } else {                    /* x has integer and maybe fraction */
+<span style="background-color: #FF0000"> </span>         i = (0x000fffff)>>j0;
+<span style="background-color: #FF0000"> </span>         if(((i0&i)|i1)==0) return x; /* x is integral */
+<span style="background-color: #FF0000"> </span>         i>>=1;
+<span style="background-color: #FF0000"> </span>         if(((i0&i)|i1)!=0) {
+-                  if(j0==19) i1 = 0x40000000; else
+-                  i0 = (i0&(~i))|((0x20000)>>j0);
++                  /* 2nd or any later bit after radix is set */
++                  if(j0==19) i1 = 0x80000000; else i1 = 0;
++                  i0 = (i0&(~i))|((0x40000)>>j0);
+<span style="background-color: #FF0000"> </span>         }
+<span style="background-color: #FF0000"> </span>     }
+<span style="background-color: #FF0000"> </span> } else if (j0>51) {
+@@ -119,6 +130,3 @@
+ }
+<span style="background-color: #FF0000"> </span>
+ #endif /* _DOUBLE_IS_32BITS */
+-
+-
+-
+diff -Naur newlib-1.18.0.orig/newlib/libm/common/s_round.c newlib-1.18.0/newlib/libm/common/s_round.c
+--- newlib-1.18.0.orig/newlib/libm/common/s_round.c    2009-03-25 20:13:01.000000000 +0100
++++ newlib-1.18.0/newlib/libm/common/s_round.c 2011-01-14 14:17:27.108562687 +0100
+@@ -68,7 +68,7 @@
+           msw &= 0x80000000;
+           if (exponent_less_1023 == -1)
+             /* Result is +1.0 or -1.0. */
+-            msw |= (1023 << 20);
++            msw |= ((__int32_t)1023 << 20);
+           lsw = 0;
+         }
+       else
+diff -Naur newlib-1.18.0.orig/newlib/libm/math/e_scalb.c newlib-1.18.0/newlib/libm/math/e_scalb.c
+--- newlib-1.18.0.orig/newlib/libm/math/e_scalb.c      2000-02-17 20:39:51.000000000 +0100
++++ newlib-1.18.0/newlib/libm/math/e_scalb.c   2011-01-14 14:17:27.109562744 +0100
+@@ -17,6 +17,7 @@
+  * should use scalbn() instead.
+  */
+<span style="background-color: #FF0000"> </span>
++#include <limits.h>
+ #include "fdlibm.h"
+<span style="background-color: #FF0000"> </span>
+ #ifndef _DOUBLE_IS_32BITS
+@@ -46,8 +47,17 @@
+<span style="background-color: #FF0000"> </span>     else       return x/(-fn);
+<span style="background-color: #FF0000"> </span> }
+<span style="background-color: #FF0000"> </span> if (rint(fn)!=fn) return (fn-fn)/(fn-fn);
++#if (INT_MAX < 65000)
++      if ( fn > (double) INT_MAX) return scalbn(x, INT_MAX);
++#else
+<span style="background-color: #FF0000"> </span> if ( fn > 65000.0) return scalbn(x, 65000);
+-      if (-fn > 65000.0) return scalbn(x,-65000);
++#endif
++
++#if (INT_MIN > -65000)
++        if (fn < (double) INT_MIN) return scalbn(x,INT_MIN);
++#else
++      if (fn < -65000.0) return scalbn(x,-65000);
++#endif
+<span style="background-color: #FF0000"> </span> return scalbn(x,(int)fn);
+ #endif
+ }
+diff -Naur newlib-1.18.0.orig/newlib/libm/math/wf_tgamma.c newlib-1.18.0/newlib/libm/math/wf_tgamma.c
+--- newlib-1.18.0.orig/newlib/libm/math/wf_tgamma.c    2007-09-04 19:33:10.000000000 +0200
++++ newlib-1.18.0/newlib/libm/math/wf_tgamma.c 2011-01-14 14:17:27.109562744 +0100
+@@ -43,3 +43,17 @@
+<span style="background-color: #FF0000"> </span> return y;
+ #endif
+ }
++
++#ifdef _DOUBLE_IS_32BITS
++
++#ifdef __STDC__
++      double tgamma(double x)
++#else
++      double tgamma(x)
++      double x;
++#endif
++{
++      return (double) tgammaf((float) x);
++}
++
++#endif /* defined(_DOUBLE_IS_32BITS) */
+diff -Naur newlib-1.18.0.orig/newlib/libm/math/w_tgamma.c newlib-1.18.0/newlib/libm/math/w_tgamma.c
+--- newlib-1.18.0.orig/newlib/libm/math/w_tgamma.c     2002-06-07 23:59:56.000000000 +0200
++++ newlib-1.18.0/newlib/libm/math/w_tgamma.c  2011-01-14 14:17:27.109562744 +0100
+@@ -17,6 +17,8 @@
+<span style="background-color: #FF0000"> </span>
+ #include "fdlibm.h"
+<span style="background-color: #FF0000"> </span>
++#ifndef _DOUBLE_IS_32BITS
++
+ #ifdef __STDC__
+<span style="background-color: #FF0000"> </span> double tgamma(double x)
+ #else
+@@ -42,3 +44,5 @@
+<span style="background-color: #FF0000"> </span> return y;
+ #endif
+ }
++
++#endif /* defined(_DOUBLE_IS_32BITS) */
+diff -Naur newlib-1.18.0.orig/newlib/Makefile.am newlib-1.18.0/newlib/Makefile.am
+--- newlib-1.18.0.orig/newlib/Makefile.am      2009-08-18 23:48:05.000000000 +0200
++++ newlib-1.18.0/newlib/Makefile.am   2011-01-14 14:17:27.093561825 +0100
+@@ -81,7 +81,7 @@
+<span style="background-color: #FF0000"> </span> libc.a
+ endif
+<span style="background-color: #FF0000"> </span>
+-noinst_DATA = stmp-targ-include
++BUILT_SOURCES = stmp-targ-include
+<span style="background-color: #FF0000"> </span>
+ toollib_DATA = $(CRT0) $(CRT1)
+<span style="background-color: #FF0000"> </span>
+diff -Naur newlib-1.18.0.orig/newlib/Makefile.in newlib-1.18.0/newlib/Makefile.in
+--- newlib-1.18.0.orig/newlib/Makefile.in      2009-10-21 00:43:45.000000000 +0200
++++ newlib-1.18.0/newlib/Makefile.in   2011-01-14 14:17:27.093561825 +0100
+@@ -122,7 +122,7 @@
+<span style="background-color: #FF0000"> </span> install-pdf-recursive install-ps-recursive install-recursive \
+<span style="background-color: #FF0000"> </span> installcheck-recursive installdirs-recursive pdf-recursive \
+<span style="background-color: #FF0000"> </span> ps-recursive uninstall-recursive
+-DATA = $(noinst_DATA) $(toollib_DATA)
++DATA = $(toollib_DATA)
+ RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive       \
+   distclean-recursive maintainer-clean-recursive
+ AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
+@@ -351,7 +351,7 @@
+ @USE_LIBTOOL_FALSE@toollib_LIBRARIES = libm.a \
+ @USE_LIBTOOL_FALSE@   libc.a
+<span style="background-color: #FF0000"> </span>
+-noinst_DATA = stmp-targ-include
++BUILT_SOURCES = stmp-targ-include
+ toollib_DATA = $(CRT0) $(CRT1)
+<span style="background-color: #FF0000"> </span>
+ # The functions ldexp, frexp and modf are traditionally supplied in
+@@ -411,7 +411,7 @@
+<span style="background-color: #FF0000"> </span>
+ # dejagnu support
+ RUNTESTFLAGS =<span style="background-color: #FF0000"> </span>
+-all: newlib.h
++all: $(BUILT_SOURCES) newlib.h
+<span style="background-color: #FF0000"> </span> $(MAKE) $(AM_MAKEFLAGS) all-recursive
+<span style="background-color: #FF0000"> </span>
+ .SUFFIXES:
+@@ -725,14 +725,16 @@
+<span style="background-color: #FF0000"> </span> done
+ check-am:
+<span style="background-color: #FF0000"> </span> $(MAKE) $(AM_MAKEFLAGS) check-DEJAGNU
+-check: check-recursive
++check: $(BUILT_SOURCES)
++      $(MAKE) $(AM_MAKEFLAGS) check-recursive
+ all-am: Makefile $(LIBRARIES) $(LTLIBRARIES) $(DATA) newlib.h
+ installdirs: installdirs-recursive
+ installdirs-am:
+<span style="background-color: #FF0000"> </span> for dir in "$(DESTDIR)$(toollibdir)" "$(DESTDIR)$(toollibdir)" "$(DESTDIR)$(toollibdir)"; do \
+<span style="background-color: #FF0000"> </span>   test -z "$$dir" || $(MKDIR_P) "$$dir"; \
+<span style="background-color: #FF0000"> </span> done
+-install: install-recursive
++install: $(BUILT_SOURCES)
++      $(MAKE) $(AM_MAKEFLAGS) install-recursive
+ install-exec: install-exec-recursive
+ install-data: install-data-recursive
+ uninstall: uninstall-recursive
+@@ -758,6 +760,7 @@
+ maintainer-clean-generic:
+<span style="background-color: #FF0000"> </span> @echo "This command is intended for maintainers to use"
+<span style="background-color: #FF0000"> </span> @echo "it deletes files that may require special tools to rebuild."
++      -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES)
+ clean: clean-recursive
+<span style="background-color: #FF0000"> </span>
+ clean-am: clean-generic clean-libtool clean-toollibLIBRARIES \
+@@ -833,8 +836,9 @@
+ uninstall-am: uninstall-toollibDATA uninstall-toollibLIBRARIES \
+<span style="background-color: #FF0000"> </span> uninstall-toollibLTLIBRARIES
+<span style="background-color: #FF0000"> </span>
+-.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check-am \
+-      ctags-recursive install-am install-strip tags-recursive
++.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all check \
++      check-am ctags-recursive install install-am install-strip \
++      tags-recursive
+<span style="background-color: #FF0000"> </span>
+ .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
+<span style="background-color: #FF0000"> </span> all all-am am--refresh check check-DEJAGNU check-am clean \
</font></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>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Bump GCC_RPMREL.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am.diff?r1=text&tr1=1.120.2.8&r2=text&tr2=1.120.2.9&diff_format=h">M</a></td><td width='1%'>1.120.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/arm/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am.diff?r1=text&tr1=1.124.2.8&r2=text&tr2=1.124.2.9&diff_format=h">M</a></td><td width='1%'>1.124.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/avr/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am.diff?r1=text&tr1=1.109.2.7&r2=text&tr2=1.109.2.8&diff_format=h">M</a></td><td width='1%'>1.109.2.8</td><td width='100%'>contrib/crossrpms/rtems4.10/bfin/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am.diff?r1=text&tr1=1.123.2.8&r2=text&tr2=1.123.2.9&diff_format=h">M</a></td><td width='1%'>1.123.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/h8300/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am.diff?r1=text&tr1=1.122.2.8&r2=text&tr2=1.122.2.9&diff_format=h">M</a></td><td width='1%'>1.122.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/i386/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am.diff?r1=text&tr1=1.80.2.8&r2=text&tr2=1.80.2.9&diff_format=h">M</a></td><td width='1%'>1.80.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/lm32/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am.diff?r1=text&tr1=1.119.2.8&r2=text&tr2=1.119.2.9&diff_format=h">M</a></td><td width='1%'>1.119.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/m32c/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am.diff?r1=text&tr1=1.112.2.8&r2=text&tr2=1.112.2.9&diff_format=h">M</a></td><td width='1%'>1.112.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/m32r/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am.diff?r1=text&tr1=1.123.2.8&r2=text&tr2=1.123.2.9&diff_format=h">M</a></td><td width='1%'>1.123.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/m68k/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am.diff?r1=text&tr1=1.125.2.8&r2=text&tr2=1.125.2.9&diff_format=h">M</a></td><td width='1%'>1.125.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/mips/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am.diff?r1=text&tr1=1.126.2.8&r2=text&tr2=1.126.2.9&diff_format=h">M</a></td><td width='1%'>1.126.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/powerpc/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am.diff?r1=text&tr1=1.122.2.8&r2=text&tr2=1.122.2.9&diff_format=h">M</a></td><td width='1%'>1.122.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/sh/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am.diff?r1=text&tr1=1.122.2.8&r2=text&tr2=1.122.2.9&diff_format=h">M</a></td><td width='1%'>1.122.2.9</td><td width='100%'>contrib/crossrpms/rtems4.10/sparc/Makefile.am</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am:1.120.2.8 rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am:1.120.2.9
--- rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am:1.120.2.8 Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/arm/Makefile.am   Fri Jan 14 07:20:49 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> 
 NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am:1.124.2.8 rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am:1.124.2.9
--- rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am:1.124.2.8 Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/avr/Makefile.am   Fri Jan 14 07:20:49 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am:1.109.2.7 rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am:1.109.2.8
--- rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am:1.109.2.7        Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/bfin/Makefile.am  Fri Jan 14 07:20:49 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am:1.123.2.8 rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am:1.123.2.9
--- rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am:1.123.2.8       Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/h8300/Makefile.am Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am:1.122.2.8 rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am:1.122.2.9
--- rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am:1.122.2.8        Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/i386/Makefile.am  Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am:1.80.2.8 rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am:1.80.2.9
--- rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am:1.80.2.8 Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/lm32/Makefile.am  Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am:1.119.2.8 rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am:1.119.2.9
--- rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am:1.119.2.8        Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32c/Makefile.am  Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am:1.112.2.8 rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am:1.112.2.9
--- rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am:1.112.2.8        Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32r/Makefile.am  Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am:1.123.2.8 rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am:1.123.2.9
--- rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am:1.123.2.8        Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/m68k/Makefile.am  Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am:1.125.2.8 rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am:1.125.2.9
--- rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am:1.125.2.8        Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/mips/Makefile.am  Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am:1.126.2.8 rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am:1.126.2.9
--- rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am:1.126.2.8     Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/powerpc/Makefile.am       Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am:1.122.2.8 rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am:1.122.2.9
--- rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am:1.122.2.8  Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/sh/Makefile.am    Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am:1.122.2.8 rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am:1.122.2.9
--- rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am:1.122.2.8       Mon Jan 10 02:47:40 2011
+++ rtems/contrib/crossrpms/rtems4.10/sparc/Makefile.am Fri Jan 14 07:20:50 2011
</font><font color='#997700'>@@ -12,7 +12,7 @@
</font> 
 GCC_VERS = 4.4.5
 GCC_PKGVERS = $(GCC_VERS)
<font color='#880000'>-GCC_RPMREL = 3
</font><font color='#000088'>+GCC_RPMREL = 4
</font> NEWLIB_VERS = 1.18.0
 NEWLIB_PKGVERS = $(NEWLIB_VERS)
 NEWLIB_RPMREL = `expr $(GCC_RPMREL) + 15`
</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>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>newlib-1.18.0-rtems4.10-20110114.diff.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add.diff?r1=text&tr1=1.60.2.5&r2=text&tr2=1.60.2.6&diff_format=h">M</a></td><td width='1%'>1.60.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/arm/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add.diff?r1=text&tr1=1.62.2.5&r2=text&tr2=1.62.2.6&diff_format=h">M</a></td><td width='1%'>1.62.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/avr/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add.diff?r1=text&tr1=1.61.2.5&r2=text&tr2=1.61.2.6&diff_format=h">M</a></td><td width='1%'>1.61.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/bfin/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add.diff?r1=text&tr1=1.62.2.5&r2=text&tr2=1.62.2.6&diff_format=h">M</a></td><td width='1%'>1.62.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/h8300/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add.diff?r1=text&tr1=1.61.2.5&r2=text&tr2=1.61.2.6&diff_format=h">M</a></td><td width='1%'>1.61.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/i386/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add.diff?r1=text&tr1=1.40.2.5&r2=text&tr2=1.40.2.6&diff_format=h">M</a></td><td width='1%'>1.40.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/lm32/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add.diff?r1=text&tr1=1.57.2.5&r2=text&tr2=1.57.2.6&diff_format=h">M</a></td><td width='1%'>1.57.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/m32c/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add.diff?r1=text&tr1=1.57.2.5&r2=text&tr2=1.57.2.6&diff_format=h">M</a></td><td width='1%'>1.57.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/m32r/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add.diff?r1=text&tr1=1.61.2.5&r2=text&tr2=1.61.2.6&diff_format=h">M</a></td><td width='1%'>1.61.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/m68k/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add.diff?r1=text&tr1=1.63.2.5&r2=text&tr2=1.63.2.6&diff_format=h">M</a></td><td width='1%'>1.63.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/mips/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add.diff?r1=text&tr1=1.64.2.5&r2=text&tr2=1.64.2.6&diff_format=h">M</a></td><td width='1%'>1.64.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add.diff?r1=text&tr1=1.60.2.5&r2=text&tr2=1.60.2.6&diff_format=h">M</a></td><td width='1%'>1.60.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/sh/gcc-sources.add</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add.diff?r1=text&tr1=1.62.2.5&r2=text&tr2=1.62.2.6&diff_format=h">M</a></td><td width='1%'>1.62.2.6</td><td width='100%'>contrib/crossrpms/rtems4.10/sparc/gcc-sources.add</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add:1.60.2.5 rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add:1.60.2.6
--- rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add:1.60.2.5      Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/arm/gcc-sources.add       Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add:1.62.2.5 rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add:1.62.2.6
--- rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add:1.62.2.5      Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/avr/gcc-sources.add       Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add:1.61.2.5 rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add:1.61.2.6
--- rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add:1.61.2.5     Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/bfin/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add:1.62.2.5 rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add:1.62.2.6
--- rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add:1.62.2.5    Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/h8300/gcc-sources.add     Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add:1.61.2.5 rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add:1.61.2.6
--- rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add:1.61.2.5     Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/i386/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add:1.40.2.5 rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add:1.40.2.6
--- rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add:1.40.2.5     Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/lm32/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add:1.57.2.5 rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add:1.57.2.6
--- rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add:1.57.2.5     Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32c/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add:1.57.2.5 rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add:1.57.2.6
--- rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add:1.57.2.5     Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32r/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add:1.61.2.5 rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add:1.61.2.6
--- rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add:1.61.2.5     Mon Jan 10 02:48:18 2011
+++ rtems/contrib/crossrpms/rtems4.10/m68k/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add:1.63.2.5 rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add:1.63.2.6
--- rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add:1.63.2.5     Mon Jan 10 02:48:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/mips/gcc-sources.add      Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add:1.64.2.5 rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add:1.64.2.6
--- rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add:1.64.2.5  Mon Jan 10 02:48:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/powerpc/gcc-sources.add   Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add:1.60.2.5 rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add:1.60.2.6
--- rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add:1.60.2.5       Mon Jan 10 02:48:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/sh/gcc-sources.add        Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add:1.62.2.5 rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add:1.62.2.6
--- rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add:1.62.2.5    Mon Jan 10 02:48:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/sparc/gcc-sources.add     Fri Jan 14 07:22:02 2011
</font><font color='#997700'>@@ -41,7 +41,7 @@
</font> %if %build_newlib
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 %endif
</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>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>Regenerate.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gcc.spec.diff?r1=text&tr1=1.72.2.6&r2=text&tr2=1.72.2.7&diff_format=h">M</a></td><td width='1%'>1.72.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gcc.spec.diff?r1=text&tr1=1.78.2.6&r2=text&tr2=1.78.2.7&diff_format=h">M</a></td><td width='1%'>1.78.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec.diff?r1=text&tr1=1.75.2.6&r2=text&tr2=1.75.2.7&diff_format=h">M</a></td><td width='1%'>1.75.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gcc.spec.diff?r1=text&tr1=1.77.2.6&r2=text&tr2=1.77.2.7&diff_format=h">M</a></td><td width='1%'>1.77.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gcc.spec.diff?r1=text&tr1=1.75.2.6&r2=text&tr2=1.75.2.7&diff_format=h">M</a></td><td width='1%'>1.75.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gcc.spec.diff?r1=text&tr1=1.51.2.6&r2=text&tr2=1.51.2.7&diff_format=h">M</a></td><td width='1%'>1.51.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gcc.spec.diff?r1=text&tr1=1.74.2.6&r2=text&tr2=1.74.2.7&diff_format=h">M</a></td><td width='1%'>1.74.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gcc.spec.diff?r1=text&tr1=1.73.2.6&r2=text&tr2=1.73.2.7&diff_format=h">M</a></td><td width='1%'>1.73.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gcc.spec.diff?r1=text&tr1=1.75.2.6&r2=text&tr2=1.75.2.7&diff_format=h">M</a></td><td width='1%'>1.75.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gcc.spec.diff?r1=text&tr1=1.77.2.6&r2=text&tr2=1.77.2.7&diff_format=h">M</a></td><td width='1%'>1.77.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec.diff?r1=text&tr1=1.78.2.6&r2=text&tr2=1.78.2.7&diff_format=h">M</a></td><td width='1%'>1.78.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gcc.spec.diff?r1=text&tr1=1.75.2.6&r2=text&tr2=1.75.2.7&diff_format=h">M</a></td><td width='1%'>1.75.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gcc.spec</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gcc.spec.diff?r1=text&tr1=1.75.2.6&r2=text&tr2=1.75.2.7&diff_format=h">M</a></td><td width='1%'>1.75.2.7</td><td width='100%'>contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gcc.spec</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gcc.spec:1.72.2.6 rtems/contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gcc.spec:1.72.2.7
--- rtems/contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gcc.spec:1.72.2.6    Mon Jan 10 02:52:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/arm/rtems-4.10-arm-rtems4.10-gcc.spec     Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-arm-rtems4.10-binutils
 Requires:      rtems-4.10-arm-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-arm-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-arm-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-arm-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gcc.spec:1.78.2.6 rtems/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gcc.spec:1.78.2.7
--- rtems/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gcc.spec:1.78.2.6    Mon Jan 10 02:52:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/avr/rtems-4.10-avr-rtems4.10-gcc.spec     Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-avr-rtems4.10-binutils
 Requires:      rtems-4.10-avr-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -276,7 +276,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -354,7 +354,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -623,7 +623,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-avr-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -641,7 +641,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-avr-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-avr-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -754,7 +754,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -775,7 +775,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec:1.75.2.6 rtems/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec:1.75.2.7
--- rtems/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec:1.75.2.6  Mon Jan 10 02:52:19 2011
+++ rtems/contrib/crossrpms/rtems4.10/bfin/rtems-4.10-bfin-rtems4.10-gcc.spec   Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-bfin-rtems4.10-binutils
 Requires:      rtems-4.10-bfin-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-bfin-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-bfin-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-bfin-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gcc.spec:1.77.2.6 rtems/contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gcc.spec:1.77.2.7
--- rtems/contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gcc.spec:1.77.2.6        Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/h8300/rtems-4.10-h8300-rtems4.10-gcc.spec Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-h8300-rtems4.10-binutils
 Requires:      rtems-4.10-h8300-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-h8300-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-h8300-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-h8300-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gcc.spec:1.75.2.6 rtems/contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gcc.spec:1.75.2.7
--- rtems/contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gcc.spec:1.75.2.6  Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/i386/rtems-4.10-i386-rtems4.10-gcc.spec   Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-i386-rtems4.10-binutils
 Requires:      rtems-4.10-i386-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-i386-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-i386-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-i386-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gcc.spec:1.51.2.6 rtems/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gcc.spec:1.51.2.7
--- rtems/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gcc.spec:1.51.2.6  Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/lm32/rtems-4.10-lm32-rtems4.10-gcc.spec   Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-lm32-rtems4.10-binutils
 Requires:      rtems-4.10-lm32-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-lm32-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-lm32-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-lm32-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gcc.spec:1.74.2.6 rtems/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gcc.spec:1.74.2.7
--- rtems/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gcc.spec:1.74.2.6  Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32c/rtems-4.10-m32c-rtems4.10-gcc.spec   Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-m32c-rtems4.10-binutils
 Requires:      rtems-4.10-m32c-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -276,7 +276,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -354,7 +354,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -623,7 +623,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-m32c-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -641,7 +641,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-m32c-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-m32c-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -755,7 +755,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -776,7 +776,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gcc.spec:1.73.2.6 rtems/contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gcc.spec:1.73.2.7
--- rtems/contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gcc.spec:1.73.2.6  Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/m32r/rtems-4.10-m32r-rtems4.10-gcc.spec   Fri Jan 14 07:32:43 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-m32r-rtems4.10-binutils
 Requires:      rtems-4.10-m32r-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -276,7 +276,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -354,7 +354,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -623,7 +623,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-m32r-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -641,7 +641,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-m32r-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-m32r-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -755,7 +755,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -776,7 +776,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gcc.spec:1.75.2.6 rtems/contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gcc.spec:1.75.2.7
--- rtems/contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gcc.spec:1.75.2.6  Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/m68k/rtems-4.10-m68k-rtems4.10-gcc.spec   Fri Jan 14 07:32:44 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-m68k-rtems4.10-binutils
 Requires:      rtems-4.10-m68k-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-m68k-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-m68k-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-m68k-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gcc.spec:1.77.2.6 rtems/contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gcc.spec:1.77.2.7
--- rtems/contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gcc.spec:1.77.2.6  Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/mips/rtems-4.10-mips-rtems4.10-gcc.spec   Fri Jan 14 07:32:44 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-mips-rtems4.10-binutils
 Requires:      rtems-4.10-mips-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-mips-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-mips-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-mips-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec:1.78.2.6 rtems/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec:1.78.2.7
--- rtems/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec:1.78.2.6    Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/powerpc/rtems-4.10-powerpc-rtems4.10-gcc.spec     Fri Jan 14 07:32:44 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-powerpc-rtems4.10-binutils
 Requires:      rtems-4.10-powerpc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-powerpc-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-powerpc-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-powerpc-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gcc.spec:1.75.2.6 rtems/contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gcc.spec:1.75.2.7
--- rtems/contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gcc.spec:1.75.2.6      Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/sh/rtems-4.10-sh-rtems4.10-gcc.spec       Fri Jan 14 07:32:44 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-sh-rtems4.10-binutils
 Requires:      rtems-4.10-sh-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-sh-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-sh-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-sh-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 

<font color='#006600'>diff -u rtems/contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gcc.spec:1.75.2.6 rtems/contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gcc.spec:1.75.2.7
--- rtems/contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gcc.spec:1.75.2.6        Mon Jan 10 02:52:20 2011
+++ rtems/contrib/crossrpms/rtems4.10/sparc/rtems-4.10-sparc-rtems4.10-gcc.spec Fri Jan 14 07:32:44 2011
</font><font color='#997700'>@@ -58,7 +58,7 @@
</font> 
 Group: <span style="background-color: #FF0000">      </span>     Development/Tools
 Version:        %{gcc_rpmvers}
<font color='#880000'>-Release:<span style="background-color: #FF0000">      </span>        3%{?dist}
</font><font color='#000088'>+Release:<span style="background-color: #FF0000">      </span>   4%{?dist}
</font> License:<span style="background-color: #FF0000">      </span>       GPL
 URL:           http://gcc.gnu.org
 BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
<font color='#997700'>@@ -252,7 +252,7 @@
</font> Requires: rtems-4.10-gcc-common
 Requires:      rtems-4.10-sparc-rtems4.10-binutils
 Requires:      rtems-4.10-sparc-rtems4.10-gcc-libgcc = %{gcc_rpmvers}-%{release}
<font color='#880000'>-Requires:  rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:     rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> 
 %if "%{gcc_version}" >= "4.5.0"
 BuildRequires:  zlib-devel
<font color='#997700'>@@ -284,7 +284,7 @@
</font> 
 %if "%{newlib_version}" == "1.18.0"
 Source50:      ftp://sources.redhat.com/pub/newlib/newlib-%{newlib_pkgvers}.tar.gz
<font color='#880000'>-Patch50:   ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110110.diff
</font><font color='#000088'>+Patch50:      ftp://ftp.rtems.org/pub/rtems/SOURCES/4.10/newlib-1.18.0-rtems4.10-20110114.diff
</font> %endif
 %{?_without_sources:NoSource:  50}
 
<font color='#997700'>@@ -366,7 +366,7 @@
</font>   ln -s ../libelf-%{libelf_version} gcc-%{gcc_pkgvers}/libelf
 %endif
 
<font color='#880000'>-echo "RTEMS gcc-%{gcc_version}-3%{?dist}/newlib-%{newlib_version}-18%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font><font color='#000088'>+echo "RTEMS gcc-%{gcc_version}-4%{?dist}/newlib-%{newlib_version}-19%{?dist}" > gcc-%{gcc_pkgvers}/gcc/DEV-PHASE
</font> 
 
   # Fix timestamps
<font color='#997700'>@@ -636,7 +636,7 @@
</font> # Group:          Development/Tools
 # Version:        %{gcc_rpmvers}
 # Requires:       rtems-4.10-sparc-rtems4.10-binutils
<font color='#880000'>-# Requires:       rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+# Requires:       rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> # License:        GPL
 
 # %if %build_infos
<font color='#997700'>@@ -654,7 +654,7 @@
</font> Group:          Development/Tools
 Version:        %{gcc_rpmvers}
 %{?_with_noarch_subpackages:BuildArch: noarch}
<font color='#880000'>-Requires:       rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-18%{?dist}
</font><font color='#000088'>+Requires:       rtems-4.10-sparc-rtems4.10-newlib = %{newlib_version}-19%{?dist}
</font> License:  GPL
 
 %description -n rtems-4.10-sparc-rtems4.10-gcc-libgcc
<font color='#997700'>@@ -828,7 +828,7 @@
</font> Group:<span style="background-color: #FF0000"> </span>              Development/Tools
 License:       Distributable
 Version:       %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 
 Requires:      rtems-4.10-newlib-common
<font color='#997700'>@@ -849,7 +849,7 @@
</font> Summary:  Base package for RTEMS newlib C Library
 Group:          Development/Tools
 Version:        %{newlib_version}
<font color='#880000'>-Release:        18%{?dist}
</font><font color='#000088'>+Release:        19%{?dist}
</font> %{?_with_noarch_subpackages:BuildArch: noarch}
 License:       Distributable
 
</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>ralf</strong></font>
 <font color='#225522'><em>(on branch rtems-4-10-branch)</em></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-01-14 Ralf Corsépius <ralf.corsepius@rtems.org>

        * math/domath.c, math/domathf.c, math/domath.in,
        math/domathl.c, math/init.c, math/Makefile.am:
        New (Import from rtems-4.11).
        * Makefile.am: Add math/
        * configure.ac: Add math/Makefile.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/ChangeLog.diff?r1=text&tr1=1.176.2.1&r2=text&tr2=1.176.2.2&diff_format=h">M</a></td><td width='1%'>1.176.2.2</td><td width='100%'>testsuites/libtests/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/Makefile.am.diff?r1=text&tr1=1.26&r2=text&tr2=1.26.2.1&diff_format=h">M</a></td><td width='1%'>1.26.2.1</td><td width='100%'>testsuites/libtests/Makefile.am</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems/testsuites/libtests/configure.ac.diff?r1=text&tr1=1.33&r2=text&tr2=1.33.2.1&diff_format=h">M</a></td><td width='1%'>1.33.2.1</td><td width='100%'>testsuites/libtests/configure.ac</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems/testsuites/libtests/ChangeLog:1.176.2.1 rtems/testsuites/libtests/ChangeLog:1.176.2.2
--- rtems/testsuites/libtests/ChangeLog:1.176.2.1       Wed Sep  1 01:45:47 2010
+++ rtems/testsuites/libtests/ChangeLog Fri Jan 14 07:40:43 2011
</font><font color='#997700'>@@ -1,3 +1,11 @@
</font><font color='#000088'>+2011-01-14    Ralf Corsépius <ralf.corsepius@rtems.org>
+
+       * math/domath.c, math/domathf.c, math/domath.in,
+       math/domathl.c, math/init.c, math/Makefile.am:
+       New (Import from rtems-4.11).
+       * Makefile.am: Add math/
+       * configure.ac: Add math/Makefile.
+
</font> 2010-09-01        Ralf Corsépius <ralf.corsepius@rtems.org>
 
        * POSIX/Makefile.am: Add htonl.

<font color='#006600'>diff -u rtems/testsuites/libtests/Makefile.am:1.26 rtems/testsuites/libtests/Makefile.am:1.26.2.1
--- rtems/testsuites/libtests/Makefile.am:1.26  Fri Apr 30 23:20:27 2010
+++ rtems/testsuites/libtests/Makefile.am       Fri Jan 14 07:40:43 2011
</font><font color='#997700'>@@ -10,6 +10,7 @@
</font>     monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
     rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
     block08 block09 block10 stringto01
<font color='#000088'>+SUBDIRS += math
</font> 
 include $(top_srcdir)/../automake/subdirs.am
 include $(top_srcdir)/../automake/local.am

<font color='#006600'>diff -u rtems/testsuites/libtests/configure.ac:1.33 rtems/testsuites/libtests/configure.ac:1.33.2.1
--- rtems/testsuites/libtests/configure.ac:1.33 Tue Jan 26 09:09:02 2010
+++ rtems/testsuites/libtests/configure.ac      Fri Jan 14 07:40:43 2011
</font><font color='#997700'>@@ -60,5 +60,6 @@
</font> termios02/Makefile
 tztest/Makefile
 POSIX/Makefile
<font color='#000088'>+math/Makefile
</font> ])
 AC_OUTPUT
</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>