mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-03-23 02:24:27 -05:00
patch for binutils 2.20
This commit is contained in:
parent
e57c3df8da
commit
07e5039e3d
|
|
@ -1,6 +1,6 @@
|
|||
diff -Nbaur newlib-1.17.0/libgloss/arm/crt0.S newlib-1.17.0-arm/libgloss/arm/crt0.S
|
||||
--- newlib-1.17.0/libgloss/arm/crt0.S 2008-10-06 21:55:19.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/arm/crt0.S 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/arm/crt0.S 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -167,7 +167,7 @@
|
||||
ldr r3, .Lhwinit
|
||||
cmp r3, #0
|
||||
|
|
@ -19,9 +19,39 @@ diff -Nbaur newlib-1.17.0/libgloss/arm/crt0.S newlib-1.17.0-arm/libgloss/arm/crt
|
|||
blx r3
|
||||
#else
|
||||
mov lr, pc
|
||||
diff -Nbaur newlib-1.17.0/libgloss/arm/linux-syscalls0.S newlib-1.17.0-arm/libgloss/arm/linux-syscalls0.S
|
||||
--- newlib-1.17.0/libgloss/arm/linux-syscalls0.S 2006-10-03 17:33:50.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/arm/linux-syscalls0.S 2009-10-19 01:48:38.000000000 +0100
|
||||
@@ -25,7 +25,7 @@
|
||||
GLOBAL(_ ## name); \
|
||||
mov r12, r7; \
|
||||
mov r7, #SYS_ ## name; \
|
||||
- swi; \
|
||||
+ swi #0; \
|
||||
mov r7, r12; \
|
||||
b _set_errno; \
|
||||
SIZE(_ ## name)
|
||||
@@ -34,7 +34,7 @@
|
||||
FUNC(_syscall3)
|
||||
push { r7 }
|
||||
mov r7, r3
|
||||
- swi
|
||||
+ swi #0
|
||||
pop { r7 }
|
||||
b _set_errno
|
||||
SIZE(_syscall3)
|
||||
@@ -51,7 +51,7 @@
|
||||
ldr r4, [sp, #12]; \
|
||||
ldr r5, [sp, #16]; \
|
||||
mov r7, #SYS_ ## name; \
|
||||
- swi; \
|
||||
+ swi #0; \
|
||||
pop { r4 - r5, r7 }; \
|
||||
b _set_errno; \
|
||||
SIZE(_ ## name)
|
||||
diff -Nbaur newlib-1.17.0/libgloss/configure newlib-1.17.0-arm/libgloss/configure
|
||||
--- newlib-1.17.0/libgloss/configure 2008-12-17 23:08:09.000000000 +0000
|
||||
+++ newlib-1.17.0-arm/libgloss/configure 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/configure 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -702,6 +702,7 @@
|
||||
CCASFLAGS'
|
||||
ac_subdirs_all='doc
|
||||
|
|
@ -59,7 +89,7 @@ diff -Nbaur newlib-1.17.0/libgloss/configure newlib-1.17.0-arm/libgloss/configur
|
|||
ac_cs_awk_cr='\\r'
|
||||
diff -Nbaur newlib-1.17.0/libgloss/configure.in newlib-1.17.0-arm/libgloss/configure.in
|
||||
--- newlib-1.17.0/libgloss/configure.in 2008-12-17 23:08:09.000000000 +0000
|
||||
+++ newlib-1.17.0-arm/libgloss/configure.in 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/configure.in 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -2,6 +2,7 @@
|
||||
AC_PREREQ(2.59)
|
||||
AC_INIT([libgloss],[LIBGLOSS_VERSION])
|
||||
|
|
@ -78,7 +108,7 @@ diff -Nbaur newlib-1.17.0/libgloss/configure.in newlib-1.17.0-arm/libgloss/confi
|
|||
i[[3456]]86-*-elf* | i[[3456]]86-*-coff*)
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/Makefile.in newlib-1.17.0-arm/libgloss/libsysbase/Makefile.in
|
||||
--- newlib-1.17.0/libgloss/libsysbase/Makefile.in 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/Makefile.in 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/Makefile.in 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,147 @@
|
||||
+# Copyright (c) 1998 Cygnus Support
|
||||
+#
|
||||
|
|
@ -229,7 +259,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/Makefile.in newlib-1.17.0-arm/libg
|
|||
+ $(SHELL) config.status --recheck
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/_exit.c newlib-1.17.0-arm/libgloss/libsysbase/_exit.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/_exit.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/_exit.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/_exit.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,19 @@
|
||||
+/* Stub version of _exit. */
|
||||
+
|
||||
|
|
@ -252,7 +282,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/_exit.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/abort.c newlib-1.17.0-arm/libgloss/libsysbase/abort.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/abort.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/abort.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/abort.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,8 @@
|
||||
+#include <stdlib.h>
|
||||
+#include <unistd.h>
|
||||
|
|
@ -264,7 +294,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/abort.c newlib-1.17.0-arm/libgloss
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/acconfig.h newlib-1.17.0-arm/libgloss/libsysbase/acconfig.h
|
||||
--- newlib-1.17.0/libgloss/libsysbase/acconfig.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/acconfig.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/acconfig.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,29 @@
|
||||
+/* Name of package. */
|
||||
+#undef PACKAGE
|
||||
|
|
@ -297,7 +327,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/acconfig.h newlib-1.17.0-arm/libgl
|
|||
+#undef __SYMBOL_PREFIX
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/aclocal.m4 newlib-1.17.0-arm/libgloss/libsysbase/aclocal.m4
|
||||
--- newlib-1.17.0/libgloss/libsysbase/aclocal.m4 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/aclocal.m4 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/aclocal.m4 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,344 @@
|
||||
+# generated automatically by aclocal 1.9.5 -*- Autoconf -*-
|
||||
+
|
||||
|
|
@ -645,7 +675,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/aclocal.m4 newlib-1.17.0-arm/libgl
|
|||
+m4_include([../acinclude.m4])
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/build_argv.c newlib-1.17.0-arm/libgloss/libsysbase/build_argv.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/build_argv.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/build_argv.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/build_argv.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,31 @@
|
||||
+struct __argv {
|
||||
+ int argvMagic;
|
||||
|
|
@ -680,7 +710,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/build_argv.c newlib-1.17.0-arm/lib
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/chdir.c newlib-1.17.0-arm/libgloss/libsysbase/chdir.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/chdir.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/chdir.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/chdir.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,176 @@
|
||||
+#include <unistd.h>
|
||||
+#include <reent.h>
|
||||
|
|
@ -860,7 +890,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/chdir.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/close.c newlib-1.17.0-arm/libgloss/libsysbase/close.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/close.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/close.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/close.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,41 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -905,7 +935,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/close.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/config.h.in newlib-1.17.0-arm/libgloss/libsysbase/config.h.in
|
||||
--- newlib-1.17.0/libgloss/libsysbase/config.h.in 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/config.h.in 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/config.h.in 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,25 @@
|
||||
+/* config.h.in. Generated automatically from configure.in by autoheader. */
|
||||
+
|
||||
|
|
@ -934,7 +964,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/config.h.in newlib-1.17.0-arm/libg
|
|||
+#undef __SYMBOL_PREFIX
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/configure newlib-1.17.0-arm/libgloss/libsysbase/configure
|
||||
--- newlib-1.17.0/libgloss/libsysbase/configure 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/configure 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/configure 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,3553 @@
|
||||
+#! /bin/sh
|
||||
+# Guess values for system-dependent variables and create Makefiles.
|
||||
|
|
@ -4491,7 +4521,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/configure newlib-1.17.0-arm/libglo
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/configure.in newlib-1.17.0-arm/libgloss/libsysbase/configure.in
|
||||
--- newlib-1.17.0/libgloss/libsysbase/configure.in 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/configure.in 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/configure.in 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,208 @@
|
||||
+# Copyright (c) 1995, 1996 Cygnus Support
|
||||
+#
|
||||
|
|
@ -4703,7 +4733,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/configure.in newlib-1.17.0-arm/lib
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/dir.c newlib-1.17.0-arm/libgloss/libsysbase/dir.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/dir.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/dir.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/dir.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,94 @@
|
||||
+#include <reent.h>
|
||||
+#include <sys/iosupport.h>
|
||||
|
|
@ -4801,7 +4831,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/dir.c newlib-1.17.0-arm/libgloss/l
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/dirent.c newlib-1.17.0-arm/libgloss/libsysbase/dirent.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/dirent.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/dirent.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/dirent.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,157 @@
|
||||
+#include <sys/dirent.h>
|
||||
+#include <sys/dir.h>
|
||||
|
|
@ -4962,7 +4992,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/dirent.c newlib-1.17.0-arm/libglos
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/environ.c newlib-1.17.0-arm/libgloss/libsysbase/environ.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/environ.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/environ.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/environ.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,6 @@
|
||||
+/*
|
||||
+ * Version of environ for no OS.
|
||||
|
|
@ -4972,7 +5002,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/environ.c newlib-1.17.0-arm/libglo
|
|||
+char **environ = __env;
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/execve.c newlib-1.17.0-arm/libgloss/libsysbase/execve.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/execve.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/execve.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/execve.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,31 @@
|
||||
+/*
|
||||
+ * Stub version of execve.
|
||||
|
|
@ -5007,7 +5037,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/execve.c newlib-1.17.0-arm/libglos
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/flock.c newlib-1.17.0-arm/libgloss/libsysbase/flock.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/flock.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/flock.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/flock.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,21 @@
|
||||
+#include <config.h>
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5032,7 +5062,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/flock.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/fork.c newlib-1.17.0-arm/libgloss/libsysbase/fork.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/fork.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/fork.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/fork.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,25 @@
|
||||
+/*
|
||||
+ * Stub version of fork.
|
||||
|
|
@ -5061,7 +5091,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/fork.c newlib-1.17.0-arm/libgloss/
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/fstat.c newlib-1.17.0-arm/libgloss/libsysbase/fstat.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/fstat.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/fstat.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/fstat.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,48 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5113,7 +5143,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/fstat.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/fsync.c newlib-1.17.0-arm/libgloss/libsysbase/fsync.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/fsync.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/fsync.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/fsync.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,36 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5153,7 +5183,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/fsync.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/ftruncate.c newlib-1.17.0-arm/libgloss/libsysbase/ftruncate.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/ftruncate.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/ftruncate.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/ftruncate.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,37 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5194,7 +5224,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/ftruncate.c newlib-1.17.0-arm/libg
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/getpid.c newlib-1.17.0-arm/libgloss/libsysbase/getpid.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/getpid.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/getpid.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/getpid.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,21 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5219,7 +5249,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/getpid.c newlib-1.17.0-arm/libglos
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/gettod.c newlib-1.17.0-arm/libgloss/libsysbase/gettod.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/gettod.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/gettod.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/gettod.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,25 @@
|
||||
+/*
|
||||
+ * Stub version of gettimeofday.
|
||||
|
|
@ -5248,7 +5278,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/gettod.c newlib-1.17.0-arm/libglos
|
|||
+stub_warning(_gettimeofday)
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/handle_manager.c newlib-1.17.0-arm/libgloss/libsysbase/handle_manager.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/handle_manager.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/handle_manager.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/handle_manager.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,47 @@
|
||||
+#include <stdlib.h>
|
||||
+#include <stdio.h>
|
||||
|
|
@ -5299,7 +5329,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/handle_manager.c newlib-1.17.0-arm
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/handle_manager.h newlib-1.17.0-arm/libgloss/libsysbase/handle_manager.h
|
||||
--- newlib-1.17.0/libgloss/libsysbase/handle_manager.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/handle_manager.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/handle_manager.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,10 @@
|
||||
+#ifndef __HANDLE_MANAGER_H__
|
||||
+#define __HANDLE_MANAGER_H__
|
||||
|
|
@ -5313,7 +5343,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/handle_manager.h newlib-1.17.0-arm
|
|||
+#endif
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/iosupport.c newlib-1.17.0-arm/libgloss/libsysbase/iosupport.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/iosupport.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/iosupport.c 2009-10-01 00:24:32.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/iosupport.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,122 @@
|
||||
+#include <stdlib.h>
|
||||
+#include <string.h>
|
||||
|
|
@ -5439,7 +5469,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/iosupport.c newlib-1.17.0-arm/libg
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/isatty.c newlib-1.17.0-arm/libgloss/libsysbase/isatty.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/isatty.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/isatty.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/isatty.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,20 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5463,7 +5493,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/isatty.c newlib-1.17.0-arm/libglos
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/kill.c newlib-1.17.0-arm/libgloss/libsysbase/kill.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/kill.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/kill.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/kill.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,23 @@
|
||||
+/*
|
||||
+ * Stub version of kill.
|
||||
|
|
@ -5490,7 +5520,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/kill.c newlib-1.17.0-arm/libgloss/
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/link.c newlib-1.17.0-arm/libgloss/libsysbase/link.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/link.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/link.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/link.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,37 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5531,7 +5561,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/link.c newlib-1.17.0-arm/libgloss/
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/lseek.c newlib-1.17.0-arm/libgloss/libsysbase/lseek.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/lseek.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/lseek.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/lseek.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,55 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5590,13 +5620,13 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/lseek.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/malloc_vars.c newlib-1.17.0-arm/libgloss/libsysbase/malloc_vars.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/malloc_vars.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/malloc_vars.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/malloc_vars.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,2 @@
|
||||
+char *fake_heap_end = (char*)0;
|
||||
+char *fake_heap_start = (char*)0;
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/mkdir.c newlib-1.17.0-arm/libgloss/libsysbase/mkdir.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/mkdir.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/mkdir.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/mkdir.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,18 @@
|
||||
+#include <reent.h>
|
||||
+#include <sys/iosupport.h>
|
||||
|
|
@ -5618,7 +5648,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/mkdir.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/open.c newlib-1.17.0-arm/libgloss/libsysbase/open.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/open.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/open.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/open.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,57 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5679,7 +5709,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/open.c newlib-1.17.0-arm/libgloss/
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/read.c newlib-1.17.0-arm/libgloss/libsysbase/read.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/read.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/read.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/read.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,48 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5731,7 +5761,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/read.c newlib-1.17.0-arm/libgloss/
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/rename.c newlib-1.17.0-arm/libgloss/libsysbase/rename.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/rename.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/rename.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/rename.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,39 @@
|
||||
+#include <reent.h>
|
||||
+#include <sys/iosupport.h>
|
||||
|
|
@ -5774,7 +5804,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/rename.c newlib-1.17.0-arm/libglos
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/sbrk.c newlib-1.17.0-arm/libgloss/libsysbase/sbrk.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/sbrk.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/sbrk.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/sbrk.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,59 @@
|
||||
+#include <_ansi.h>
|
||||
+#include <sys/types.h>
|
||||
|
|
@ -5837,7 +5867,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/sbrk.c newlib-1.17.0-arm/libgloss/
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/stat.c newlib-1.17.0-arm/libgloss/libsysbase/stat.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/stat.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/stat.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/stat.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,39 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -5880,7 +5910,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/stat.c newlib-1.17.0-arm/libgloss/
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/statvfs.c newlib-1.17.0-arm/libgloss/libsysbase/statvfs.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/statvfs.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/statvfs.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/statvfs.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,23 @@
|
||||
+#include <reent.h>
|
||||
+#include <sys/iosupport.h>
|
||||
|
|
@ -5907,7 +5937,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/statvfs.c newlib-1.17.0-arm/libglo
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/syscall_support.c newlib-1.17.0-arm/libgloss/libsysbase/syscall_support.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/syscall_support.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/syscall_support.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/syscall_support.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,9 @@
|
||||
+#include <sys/iosupport.h>
|
||||
+
|
||||
|
|
@ -5920,7 +5950,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/syscall_support.c newlib-1.17.0-ar
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/times.c newlib-1.17.0-arm/libgloss/libsysbase/times.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/times.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/times.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/times.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,47 @@
|
||||
+#include <_ansi.h>
|
||||
+#include <_syslist.h>
|
||||
|
|
@ -5972,7 +6002,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/times.c newlib-1.17.0-arm/libgloss
|
|||
\ No newline at end of file
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/truncate.c newlib-1.17.0-arm/libgloss/libsysbase/truncate.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/truncate.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/truncate.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/truncate.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,59 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -6035,7 +6065,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/truncate.c newlib-1.17.0-arm/libgl
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/unlink.c newlib-1.17.0-arm/libgloss/libsysbase/unlink.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/unlink.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/unlink.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/unlink.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,33 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -6072,7 +6102,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/unlink.c newlib-1.17.0-arm/libglos
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/wait.c newlib-1.17.0-arm/libgloss/libsysbase/wait.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/wait.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/wait.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/wait.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,28 @@
|
||||
+/*
|
||||
+ * Stub version of wait.
|
||||
|
|
@ -6104,7 +6134,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/wait.c newlib-1.17.0-arm/libgloss/
|
|||
+
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/warning.h newlib-1.17.0-arm/libgloss/libsysbase/warning.h
|
||||
--- newlib-1.17.0/libgloss/libsysbase/warning.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/warning.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/warning.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,43 @@
|
||||
+#ifndef __WARNING_H__
|
||||
+#define __WARNING_H__
|
||||
|
|
@ -6151,7 +6181,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/warning.h newlib-1.17.0-arm/libglo
|
|||
+#endif /* __WARNING_H__ */
|
||||
diff -Nbaur newlib-1.17.0/libgloss/libsysbase/write.c newlib-1.17.0-arm/libgloss/libsysbase/write.c
|
||||
--- newlib-1.17.0/libgloss/libsysbase/write.c 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/write.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/libgloss/libsysbase/write.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,48 @@
|
||||
+#include "config.h"
|
||||
+#include <_ansi.h>
|
||||
|
|
@ -6203,7 +6233,7 @@ diff -Nbaur newlib-1.17.0/libgloss/libsysbase/write.c newlib-1.17.0-arm/libgloss
|
|||
+}
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/stdint.h newlib-1.17.0-arm/newlib/libc/include/stdint.h
|
||||
--- newlib-1.17.0/newlib/libc/include/stdint.h 2008-12-10 21:27:58.000000000 +0000
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/stdint.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/stdint.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -75,14 +75,14 @@
|
||||
#endif
|
||||
#endif
|
||||
|
|
@ -6226,7 +6256,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/stdint.h newlib-1.17.0-arm/newlib/
|
|||
typedef unsigned short uint32_t;
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/_types.h newlib-1.17.0-arm/newlib/libc/include/sys/_types.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/_types.h 2007-09-18 21:05:17.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/_types.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/_types.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -21,7 +21,7 @@
|
||||
typedef unsigned long long __dev_t;
|
||||
#else
|
||||
|
|
@ -6238,7 +6268,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/_types.h newlib-1.17.0-arm/new
|
|||
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/dir.h newlib-1.17.0-arm/newlib/libc/include/sys/dir.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/dir.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/dir.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/dir.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,32 @@
|
||||
+/* <dir.h>
|
||||
+
|
||||
|
|
@ -6274,7 +6304,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/dir.h newlib-1.17.0-arm/newlib
|
|||
+#endif // _dir_h_
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/dirent.h newlib-1.17.0-arm/newlib/libc/include/sys/dirent.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/dirent.h 2005-10-04 21:47:39.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/dirent.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/dirent.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -4,10 +4,39 @@
|
||||
not support <dirent.h>, we will get this file which uses #error to force
|
||||
an error. */
|
||||
|
|
@ -6319,7 +6349,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/dirent.h newlib-1.17.0-arm/new
|
|||
\ No newline at end of file
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/iosupport.h newlib-1.17.0-arm/newlib/libc/include/sys/iosupport.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/iosupport.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/iosupport.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/iosupport.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,78 @@
|
||||
+//---------------------------------------------------------------------------------
|
||||
+#ifndef __iosupp_h__
|
||||
|
|
@ -6401,7 +6431,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/iosupport.h newlib-1.17.0-arm/
|
|||
+//---------------------------------------------------------------------------------
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/statvfs.h newlib-1.17.0-arm/newlib/libc/include/sys/statvfs.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/statvfs.h 1970-01-01 01:00:00.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/statvfs.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/statvfs.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -0,0 +1,35 @@
|
||||
+#ifndef _SYS_STATVFS_H
|
||||
+#define _SYS_STATVFS_H
|
||||
|
|
@ -6441,7 +6471,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/statvfs.h newlib-1.17.0-arm/ne
|
|||
\ No newline at end of file
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/syslimits.h newlib-1.17.0-arm/newlib/libc/include/sys/syslimits.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/syslimits.h 2002-08-23 02:56:03.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/syslimits.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/syslimits.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -44,7 +44,7 @@
|
||||
#define LINK_MAX 32767 /* max file link count */
|
||||
#define MAX_CANON 255 /* max bytes in term canon input line */
|
||||
|
|
@ -6453,7 +6483,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/syslimits.h newlib-1.17.0-arm/
|
|||
#define OPEN_MAX 64 /* max open files per process */
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/types.h newlib-1.17.0-arm/newlib/libc/include/sys/types.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/types.h 2008-09-26 17:15:50.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/types.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/types.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -130,7 +130,7 @@
|
||||
defined(__sparc__) || defined(__SPU__)
|
||||
typedef unsigned long ino_t;
|
||||
|
|
@ -6475,7 +6505,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/types.h newlib-1.17.0-arm/newl
|
|||
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/unistd.h newlib-1.17.0-arm/newlib/libc/include/sys/unistd.h
|
||||
--- newlib-1.17.0/newlib/libc/include/sys/unistd.h 2008-10-17 00:03:40.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/unistd.h 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/include/sys/unistd.h 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -211,12 +211,10 @@
|
||||
int _EXFUN(_execve, (const char *__path, char * const __argv[], char * const __envp[] ));
|
||||
#endif
|
||||
|
|
@ -6491,7 +6521,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/include/sys/unistd.h newlib-1.17.0-arm/new
|
|||
int _EXFUN(getdtablesize, (void));
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/locale/locale.c newlib-1.17.0-arm/newlib/libc/locale/locale.c
|
||||
--- newlib-1.17.0/newlib/libc/locale/locale.c 2004-04-23 22:44:21.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/locale/locale.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/locale/locale.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -95,7 +95,7 @@
|
||||
#ifdef __CYGWIN__
|
||||
int __declspec(dllexport) __mb_cur_max = 1;
|
||||
|
|
@ -6536,7 +6566,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/locale/locale.c newlib-1.17.0-arm/newlib/l
|
|||
if (category == LC_CTYPE)
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/misc/init.c newlib-1.17.0-arm/newlib/libc/misc/init.c
|
||||
--- newlib-1.17.0/newlib/libc/misc/init.c 2005-01-07 18:04:39.000000000 +0000
|
||||
+++ newlib-1.17.0-arm/newlib/libc/misc/init.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/misc/init.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -57,4 +57,8 @@
|
||||
|
||||
_fini ();
|
||||
|
|
@ -6548,7 +6578,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/misc/init.c newlib-1.17.0-arm/newlib/libc/
|
|||
#endif
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/reent/gettimeofdayr.c newlib-1.17.0-arm/newlib/libc/reent/gettimeofdayr.c
|
||||
--- newlib-1.17.0/newlib/libc/reent/gettimeofdayr.c 2007-07-06 17:56:30.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/reent/gettimeofdayr.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/reent/gettimeofdayr.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -59,7 +59,7 @@
|
||||
Check libc.a to see if its available on yours.
|
||||
*/
|
||||
|
|
@ -6567,7 +6597,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/reent/gettimeofdayr.c newlib-1.17.0-arm/ne
|
|||
#endif /* ! defined (REENTRANT_SYSCALLS_PROVIDED) */
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/stdio/fopen.c newlib-1.17.0-arm/newlib/libc/stdio/fopen.c
|
||||
--- newlib-1.17.0/newlib/libc/stdio/fopen.c 2004-06-11 21:37:10.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/stdio/fopen.c 2009-10-06 22:17:25.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/stdio/fopen.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -151,6 +151,9 @@
|
||||
|
||||
_flockfile (fp);
|
||||
|
|
@ -6580,7 +6610,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/stdio/fopen.c newlib-1.17.0-arm/newlib/lib
|
|||
fp->_cookie = (_PTR) fp;
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/stdio/fvwrite.c newlib-1.17.0-arm/newlib/libc/stdio/fvwrite.c
|
||||
--- newlib-1.17.0/newlib/libc/stdio/fvwrite.c 2007-07-13 21:37:53.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/stdio/fvwrite.c 2009-10-06 22:25:15.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/stdio/fvwrite.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -98,7 +98,8 @@
|
||||
do
|
||||
{
|
||||
|
|
@ -6593,7 +6623,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/stdio/fvwrite.c newlib-1.17.0-arm/newlib/l
|
|||
p += w;
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/syscalls/Makefile.am newlib-1.17.0-arm/newlib/libc/syscalls/Makefile.am
|
||||
--- newlib-1.17.0/newlib/libc/syscalls/Makefile.am 2008-01-03 22:33:37.000000000 +0000
|
||||
+++ newlib-1.17.0-arm/newlib/libc/syscalls/Makefile.am 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/syscalls/Makefile.am 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -20,8 +20,9 @@
|
||||
sysstat.c \
|
||||
systimes.c \
|
||||
|
|
@ -6608,7 +6638,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/syscalls/Makefile.am newlib-1.17.0-arm/new
|
|||
if ELIX_LEVEL_1
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/time/asctime_r.c newlib-1.17.0-arm/newlib/libc/time/asctime_r.c
|
||||
--- newlib-1.17.0/newlib/libc/time/asctime_r.c 2000-05-10 18:58:29.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/time/asctime_r.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/time/asctime_r.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -18,7 +18,7 @@
|
||||
"Jul", "Aug", "Sep", "Oct", "Nov", "Dec"
|
||||
};
|
||||
|
|
@ -6620,7 +6650,7 @@ diff -Nbaur newlib-1.17.0/newlib/libc/time/asctime_r.c newlib-1.17.0-arm/newlib/
|
|||
tim_p->tm_mday, tim_p->tm_hour, tim_p->tm_min,
|
||||
diff -Nbaur newlib-1.17.0/newlib/libc/time/strftime.c newlib-1.17.0-arm/newlib/libc/time/strftime.c
|
||||
--- newlib-1.17.0/newlib/libc/time/strftime.c 2005-02-25 22:31:21.000000000 +0000
|
||||
+++ newlib-1.17.0-arm/newlib/libc/time/strftime.c 2009-05-14 15:23:12.000000000 +0100
|
||||
+++ newlib-1.17.0-arm/newlib/libc/time/strftime.c 2009-10-19 00:31:20.000000000 +0100
|
||||
@@ -424,7 +424,7 @@
|
||||
int century = tim_p->tm_year >= 0
|
||||
? tim_p->tm_year / 100 + YEAR_BASE / 100
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user