Forgot to add the newlib patch for pipes

This commit is contained in:
Andrew Pamment 2016-02-01 10:26:35 +10:00
parent 69925ba1da
commit 51705c235b

View File

@ -1,6 +1,6 @@
diff -Naur orig/newlib-2.2.0.20150623/config.sub newlib-2.2.0.20150623/config.sub
--- orig/newlib-2.2.0.20150623/config.sub 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/config.sub 2015-12-29 17:27:18.000000000 +1000
+++ newlib-2.2.0.20150623/config.sub 2016-01-31 20:06:17.175568863 +1000
@@ -1373,7 +1373,7 @@
| -hpux* | -unos* | -osf* | -luna* | -dgux* | -auroraux* | -solaris* \
| -sym* | -kopensolaris* | -plan9* \
@ -12,7 +12,7 @@ diff -Naur orig/newlib-2.2.0.20150623/config.sub newlib-2.2.0.20150623/config.su
| -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \
diff -Naur orig/newlib-2.2.0.20150623/config.sub.orig newlib-2.2.0.20150623/config.sub.orig
--- orig/newlib-2.2.0.20150623/config.sub.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/config.sub.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/config.sub.orig 2016-01-31 20:06:17.179568839 +1000
@@ -0,0 +1,1807 @@
+#! /bin/sh
+# Configuration validation subroutine script.
@ -1823,7 +1823,7 @@ diff -Naur orig/newlib-2.2.0.20150623/config.sub.orig newlib-2.2.0.20150623/conf
+# End:
diff -Naur orig/newlib-2.2.0.20150623/newlib/configure.host newlib-2.2.0.20150623/newlib/configure.host
--- orig/newlib-2.2.0.20150623/newlib/configure.host 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/configure.host 2015-12-29 17:27:20.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/configure.host 2016-01-31 20:06:17.179568839 +1000
@@ -444,6 +444,9 @@
h8500-*-elf*)
sys_dir=h8500hms
@ -1836,7 +1836,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/configure.host newlib-2.2.0.2015062
newlib_cflags="${newlib_cflags} -DMISSING_SYSCALL_NAMES"
diff -Naur orig/newlib-2.2.0.20150623/newlib/configure.host.orig newlib-2.2.0.20150623/newlib/configure.host.orig
--- orig/newlib-2.2.0.20150623/newlib/configure.host.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/configure.host.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/configure.host.orig 2016-01-31 20:06:17.179568839 +1000
@@ -0,0 +1,885 @@
+# configure.host
+
@ -2725,7 +2725,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/configure.host.orig newlib-2.2.0.20
+fi
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h
--- orig/newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h 2015-12-29 17:27:21.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h 2016-01-31 20:06:17.179568839 +1000
@@ -46,16 +46,24 @@
time_t st_atime;
time_t st_mtime;
@ -2763,7 +2763,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h newlib-2.2.
};
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h.orig newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h.orig 2016-01-31 20:06:17.179568839 +1000
@@ -0,0 +1,193 @@
+#ifndef _SYS_STAT_H
+#define _SYS_STAT_H
@ -2960,7 +2960,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/stat.h.orig newlib
+#endif /* _SYS_STAT_H */
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/types.h newlib-2.2.0.20150623/newlib/libc/include/sys/types.h
--- orig/newlib-2.2.0.20150623/newlib/libc/include/sys/types.h 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/types.h 2015-12-29 17:27:27.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/types.h 2016-01-31 20:06:17.179568839 +1000
@@ -135,7 +135,7 @@
#ifndef __CYGWIN__
@ -2972,7 +2972,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/types.h newlib-2.2
typedef unsigned short ino_t;
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/types.h.orig newlib-2.2.0.20150623/newlib/libc/include/sys/types.h.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/include/sys/types.h.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/types.h.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/include/sys/types.h.orig 2016-01-31 20:06:17.179568839 +1000
@@ -0,0 +1,513 @@
+/* unified sys/types.h:
+ start with sef's sysvi386 version.
@ -3489,7 +3489,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/include/sys/types.h.orig newli
+#endif /* _SYS_TYPES_H */
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4 newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4 2015-12-29 17:27:28.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4 2016-01-31 20:06:17.179568839 +1000
@@ -1,8 +1,7 @@
-# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
@ -4602,7 +4602,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4 newlib-
]) # _AM_PROG_TAR
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4.orig newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4.orig 2016-01-31 20:06:17.179568839 +1000
@@ -0,0 +1,1012 @@
+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
+
@ -5618,7 +5618,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/aclocal.m4.orig ne
+m4_include([../../../acinclude.m4])
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure 2015-12-29 17:27:34.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure 2016-01-31 20:06:17.183568813 +1000
@@ -1,11 +1,9 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
@ -6470,7 +6470,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure newlib-2
fdir=`$as_dirname -- "$file" ||
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure.orig newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure.orig 2016-01-31 20:06:17.183568813 +1000
@@ -0,0 +1,4748 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
@ -11222,7 +11222,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/a29khif/configure.orig new
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4 newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4 2015-12-29 17:27:34.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4 2016-01-31 20:06:17.183568813 +1000
@@ -1,8 +1,7 @@
-# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
@ -12401,7 +12401,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4 newlib-2.2.0.20
]) # _AM_PROG_TAR
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4.orig newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4.orig 2016-01-31 20:06:17.183568813 +1000
@@ -0,0 +1,1017 @@
+# generated automatically by aclocal 1.11.6 -*- Autoconf -*-
+
@ -13422,7 +13422,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/aclocal.m4.orig newlib-2.2
+m4_include([../../acinclude.m4])
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure newlib-2.2.0.20150623/newlib/libc/sys/configure
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/configure 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure 2015-12-29 17:27:51.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure 2016-01-31 20:06:17.187568789 +1000
@@ -1,11 +1,9 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
@ -14774,7 +14774,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure newlib-2.2.0.201
fdir=`$as_dirname -- "$file" ||
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.in newlib-2.2.0.20150623/newlib/libc/sys/configure.in
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.in 2015-06-24 21:24:01.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure.in 2015-12-29 17:27:52.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure.in 2016-01-31 20:06:17.187568789 +1000
@@ -49,6 +49,7 @@
tirtos) AC_CONFIG_SUBDIRS(tirtos) ;;
w65) AC_CONFIG_SUBDIRS(w65) ;;
@ -14785,7 +14785,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.in newlib-2.2.0.
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.in.orig newlib-2.2.0.20150623/newlib/libc/sys/configure.in.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.in.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure.in.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure.in.orig 2016-01-31 20:06:17.187568789 +1000
@@ -0,0 +1,64 @@
+dnl This is the newlib/libc/sys configure.in file.
+dnl Process this file with autoconf to produce a configure script.
@ -14853,7 +14853,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.in.orig newlib-2
+AC_OUTPUT
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.orig newlib-2.2.0.20150623/newlib/libc/sys/configure.orig
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.orig 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure.orig 2015-12-29 17:26:56.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/configure.orig 2016-01-31 20:06:17.191568764 +1000
@@ -0,0 +1,14285 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
@ -29142,7 +29142,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/configure.orig newlib-2.2.
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/aclocal.m4 newlib-2.2.0.20150623/newlib/libc/sys/quinn/aclocal.m4
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/aclocal.m4 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/aclocal.m4 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/aclocal.m4 2016-01-31 20:06:17.195568739 +1000
@@ -0,0 +1,1123 @@
+# generated automatically by aclocal 1.14.1 -*- Autoconf -*-
+
@ -30269,7 +30269,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/aclocal.m4 newlib-2.
+m4_include([../../../acinclude.m4])
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.0 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.0
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.0 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.0 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.0 2016-01-31 20:06:17.195568739 +1000
@@ -0,0 +1,4868 @@
+@%:@! /bin/sh
+@%:@ Guess values for system-dependent variables and create Makefiles.
@ -35141,7 +35141,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/outpu
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.1 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.1
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.1 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.1 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.1 2016-01-31 20:06:17.199568714 +1000
@@ -0,0 +1,4868 @@
+@%:@! /bin/sh
+@%:@ Guess values for system-dependent variables and create Makefiles.
@ -40013,7 +40013,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/outpu
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.2 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.2
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.2 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.2 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.2 2016-01-31 20:06:17.199568714 +1000
@@ -0,0 +1,2852 @@
+@%:@! /bin/sh
+@%:@ Guess values for system-dependent variables and create Makefiles.
@ -42869,7 +42869,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/outpu
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.3 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.3
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.3 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.3 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.3 2016-01-31 20:06:17.199568714 +1000
@@ -0,0 +1,4723 @@
+@%:@! /bin/sh
+@%:@ Guess values for system-dependent variables and create Makefiles.
@ -47596,7 +47596,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/outpu
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.4 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.4
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.4 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.4 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/output.4 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,4723 @@
+@%:@! /bin/sh
+@%:@ Guess values for system-dependent variables and create Makefiles.
@ -52323,7 +52323,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/outpu
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/requests newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/requests
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/requests 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/requests 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/requests 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,190 @@
+# This file was generated by Autom4te Sun Sep 7 11:40:11 UTC 2014.
+# It contains the lists of macros which have been traced.
@ -52517,7 +52517,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/reque
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.0 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.0
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.0 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.0 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.0 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,490 @@
+m4trace:aclocal.m4:1123: -1- m4_include([../../../acinclude.m4])
+m4trace:configure.in:2: -1- AC_INIT([newlib], [NEWLIB_VERSION])
@ -53011,7 +53011,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/trace
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([MKDIR_P])
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.1 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.1
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.1 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.1 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.1 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,1307 @@
+m4trace:/usr/share/aclocal-1.14/amversion.m4:14: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.14'
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
@ -54322,7 +54322,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/trace
+m4trace:configure.in:7: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.2 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.2
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.2 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.2 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.2 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,53 @@
+m4trace:configure.in:2: -1- m4_pattern_forbid([^_?A[CHUM]_])
+m4trace:configure.in:2: -1- m4_pattern_forbid([_AC_])
@ -54379,7 +54379,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/trace
+m4trace:configure.in:7: -1- m4_pattern_allow([^LTLIBOBJS$])
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.3 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.3
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.3 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.3 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.3 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,475 @@
+m4trace:aclocal.m4:1027: -1- m4_include([../../../acinclude.m4])
+m4trace:configure.in:2: -1- AC_INIT([newlib], [NEWLIB_VERSION])
@ -54858,7 +54858,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/trace
+m4trace:configure.in:7: -1- AC_SUBST_TRACE([MKDIR_P])
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.4 newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.4
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.4 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.4 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/traces.4 2016-01-31 20:06:17.203568690 +1000
@@ -0,0 +1,1191 @@
+m4trace:/home/andrew/bin/share/aclocal-1.12/amversion.m4:16: -1- AC_DEFUN([AM_AUTOMAKE_VERSION], [am__api_version='1.12'
+dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
@ -56053,7 +56053,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/autom4te.cache/trace
+m4trace:configure.in:7: -1- _AM_OUTPUT_DEPENDENCY_COMMANDS
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure 2016-01-31 20:06:17.207568664 +1000
@@ -0,0 +1,4868 @@
+#! /bin/sh
+# Guess values for system-dependent variables and create Makefiles.
@ -60925,7 +60925,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure newlib-2.2
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure.in newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure.in
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure.in 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure.in 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure.in 2016-01-31 20:06:17.207568664 +1000
@@ -0,0 +1,7 @@
+AC_PREREQ(2.59)
+AC_INIT([newlib], [NEWLIB_VERSION])
@ -60936,7 +60936,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/configure.in newlib-
+AC_OUTPUT
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/crt0.c newlib-2.2.0.20150623/newlib/libc/sys/quinn/crt0.c
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/crt0.c 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/crt0.c 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/crt0.c 2016-01-31 20:06:17.207568664 +1000
@@ -0,0 +1,25 @@
+extern int main();
+char **environ;
@ -60965,7 +60965,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/crt0.c newlib-2.2.0.
+
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.am newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.am
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.am 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.am 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.am 2016-01-31 20:06:17.207568664 +1000
@@ -0,0 +1,25 @@
+AUTOMAKE_OPTIONS = cygnus
+INCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
@ -60994,7 +60994,7 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.am newlib-2
+CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.in newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.in
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.in 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.in 2015-12-29 20:09:42.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.in 2016-01-31 20:06:17.207568664 +1000
@@ -0,0 +1,477 @@
+# Makefile.in generated by automake 1.12 from Makefile.am.
+# @configure_input@
@ -61475,8 +61475,8 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/Makefile.in newlib-2
+.NOEXPORT:
diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c
--- orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c 1970-01-01 10:00:00.000000000 +1000
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c 2016-01-24 12:28:11.567530329 +1000
@@ -0,0 +1,181 @@
+++ newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c 2016-02-01 09:24:50.969885428 +1000
@@ -0,0 +1,192 @@
+#include <sys/stat.h>
+#include <sys/types.h>
+#include <sys/fcntl.h>
@ -61524,6 +61524,10 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c newlib-2.
+#define SYS_MEM_INFO 36
+#define SYS_WINDOW_DESTROY 37
+#define SYS_UNLINK 38
+#define SYS_SOCK_LISTEN 39
+#define SYS_SOCK_ACCEPT 40
+#define SYS_ETHER_DFGW 41
+#define SYS_PIPE 42
+
+extern int errno;
+
@ -61554,12 +61558,15 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c newlib-2.
+ int ret;
+ if (isatty(file)) {
+ do {
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (23));
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (SYS_YIELD));
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (SYS_READ), "b" (file), "c" (ptr), "d" (len));
+
+ } while (ret == 0);
+ } else {
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (SYS_READ), "b" (file), "c" (ptr), "d" (len));
+ do {
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (SYS_YIELD));
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (SYS_READ), "b" (file), "c" (ptr), "d" (len));
+ } while (ret == -2);
+ }
+ return ret;
+}
@ -61657,4 +61664,8 @@ diff -Naur orig/newlib-2.2.0.20150623/newlib/libc/sys/quinn/syscalls.c newlib-2.
+ return ret;
+}
+
+
+int pipe(int pipe[2]) {
+ int ret;
+ __asm__ volatile ("int $0x30" : "=a" (ret) : "0" (SYS_PIPE), "b" (pipe));
+ return ret;
+}