public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Regenerate Makefile.in
@ 2015-06-29 15:27 Jon TURNEY
  0 siblings, 0 replies; only message in thread
From: Jon TURNEY @ 2015-06-29 15:27 UTC (permalink / raw)
  To: newlib-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=166d86c9d49201b1aa28637f01c9785e1fe45875

commit 166d86c9d49201b1aa28637f01c9785e1fe45875
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Mon Jun 29 12:24:04 2015 +0100

    Regenerate Makefile.in
    
    Regenerate Makefile.in with changes in commits 153385d8 and 433aad91
    
    2015-06-29  Jon Turney  <jon.turney@dronecode.org.uk>
    
    	* libc/ctype/Makefile.in: Regenerate.
    	* libc/posix/Makefile.in: Ditto.
    	* libc/stdio/Makefile.in: Ditto.
    	* libc/stdio64/Makefile.in: Ditto.
    	* libc/stdlib/Makefile.in: Ditto.
    	* libc/string/Makefile.in: Ditto.
    
    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>

Diff:
---
 newlib/ChangeLog                | 9 +++++++++
 newlib/libc/ctype/Makefile.in   | 1 +
 newlib/libc/posix/Makefile.in   | 3 ++-
 newlib/libc/stdio/Makefile.in   | 2 --
 newlib/libc/stdio64/Makefile.in | 1 +
 newlib/libc/stdlib/Makefile.in  | 1 -
 newlib/libc/string/Makefile.in  | 2 +-
 7 files changed, 14 insertions(+), 5 deletions(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7fbba6d..1d2afe0 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,12 @@
+2015-06-29  Jon Turney  <jon.turney@dronecode.org.uk>
+
+	* libc/ctype/Makefile.in: Regenerate.
+	* libc/posix/Makefile.in: Ditto.
+	* libc/stdio/Makefile.in: Ditto.
+	* libc/stdio64/Makefile.in: Ditto.
+	* libc/stdlib/Makefile.in: Ditto.
+	* libc/string/Makefile.in: Ditto.
+
 2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>
 
 	* libc/ctype/Makefile.am (CHEWOUT_FILES): Add isblank.def.
diff --git a/newlib/libc/ctype/Makefile.in b/newlib/libc/ctype/Makefile.in
index ae88de8..3272b99 100644
--- a/newlib/libc/ctype/Makefile.in
+++ b/newlib/libc/ctype/Makefile.in
@@ -343,6 +343,7 @@ CHEWOUT_FILES = \
 	isalnum.def	\
 	isalpha.def	\
 	isascii.def	\
+	isblank.def	\
 	iscntrl.def	\
 	isdigit.def	\
 	islower.def	\
diff --git a/newlib/libc/posix/Makefile.in b/newlib/libc/posix/Makefile.in
index 81ba815..2982dcd 100644
--- a/newlib/libc/posix/Makefile.in
+++ b/newlib/libc/posix/Makefile.in
@@ -320,7 +320,8 @@ libposix_la_LDFLAGS = -Xcompiler -nostdlib
 @USE_LIBTOOL_FALSE@lib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)
 @USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
 CHEWOUT_FILES = \
-	popen.def
+	popen.def \
+	posix_spawn.def
 
 SUFFIXES = .def
 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str
diff --git a/newlib/libc/stdio/Makefile.in b/newlib/libc/stdio/Makefile.in
index 23c4fbe..1d7deab 100644
--- a/newlib/libc/stdio/Makefile.in
+++ b/newlib/libc/stdio/Makefile.in
@@ -705,7 +705,6 @@ CHEWOUT_FILES = \
 	getline.def		\
 	gets.def		\
 	getw.def		\
-	getwc.def		\
 	getwchar.def		\
 	mktemp.def		\
 	open_memstream.def	\
@@ -716,7 +715,6 @@ CHEWOUT_FILES = \
 	putchar_u.def		\
 	puts.def		\
 	putw.def		\
-	putwc.def		\
 	putwchar.def		\
 	remove.def		\
 	rename.def		\
diff --git a/newlib/libc/stdio64/Makefile.in b/newlib/libc/stdio64/Makefile.in
index 19e9ba9..d445f53 100644
--- a/newlib/libc/stdio64/Makefile.in
+++ b/newlib/libc/stdio64/Makefile.in
@@ -293,6 +293,7 @@ libstdio64_la_LDFLAGS = -Xcompiler -nostdlib
 @USE_LIBTOOL_FALSE@lib_a_CFLAGS = $(AM_CFLAGS)
 AM_CFLAGS = -I $(srcdir)/../stdio
 CHEWOUT_FILES = \
+	fdopen64.def		\
 	fgetpos64.def		\
 	fopen64.def		\
 	freopen64.def		\
diff --git a/newlib/libc/stdlib/Makefile.in b/newlib/libc/stdlib/Makefile.in
index 5cbf7fc..34da1cb 100644
--- a/newlib/libc/stdlib/Makefile.in
+++ b/newlib/libc/stdlib/Makefile.in
@@ -501,7 +501,6 @@ CHEWOUT_FILES = \
 	llabs.def	\
 	lldiv.def	\
 	malloc.def	\
-	$(MALLOCR).def	\
 	mblen.def	\
 	mbsnrtowcs.def	\
 	mbstowcs.def	\
diff --git a/newlib/libc/string/Makefile.in b/newlib/libc/string/Makefile.in
index bcebcbd..5bf406e 100644
--- a/newlib/libc/string/Makefile.in
+++ b/newlib/libc/string/Makefile.in
@@ -446,7 +446,7 @@ wcsncmp.def	wcsncpy.def	wcsnlen.def	wcspbrk.def \
 wcsrchr.def	wcsspn.def	wcsstr.def 	wcstok.def  \
 wcswidth.def	wcsxfrm.def	wcwidth.def	wmemchr.def \
 wmemcmp.def	wmemcpy.def	wmemmove.def	wmemset.def \
-memmem.def	memrchr.def	rawmemchr.def
+memmem.def	memrchr.def	rawmemchr.def	strchrnul.def
 
 SUFFIXES = .def
 CHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-06-29 15:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-29 15:27 [newlib-cygwin] Regenerate Makefile.in Jon TURNEY

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).