[newlib-cygwin] Don't chew files which contain no documentation markup

Jon TURNEY jturney@sourceware.org
Wed Jun 24 12:54:00 GMT 2015


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

commit 433aad912d9e324b137b8ff991bcdba3b5f5ea7f
Author: Jon TURNEY <jon.turney@dronecode.org.uk>
Date:   Tue Jun 16 11:52:10 2015 +0100

    Don't chew files which contain no documentation markup
    
    Don't chew files which contain no documentation markup.
    
    Neither of the alternatives for MALLOCR (mallocr.c or nano-mallocr.c) contain
    any documentation markup.
    
    2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>
    
    	* libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def.
    	* libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and
    	putwc.def.
    
    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>

Diff:
---
 newlib/ChangeLog               | 6 ++++++
 newlib/libc/stdio/Makefile.am  | 2 --
 newlib/libc/stdlib/Makefile.am | 1 -
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7f8b5c7..21657da 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,11 @@
 2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>
 
+	* libc/stdlib/Makefile.am (CHEWOUT_FILES): Remove $(MALLOCR).def.
+	* libc/stdio/Makefile.am (CHEWOUT_FILES): Remove getwc.def and
+	putwc.def.
+
+2015-06-23  Jon Turney  <jon.turney@dronecode.org.uk>
+
 	* libc/locale/locale.c: Fix mismatched parentheses in
 	documentation.
 	* libc/locale/locale.tex: Ditto.
diff --git a/newlib/libc/stdio/Makefile.am b/newlib/libc/stdio/Makefile.am
index 3cee16b..0a086e7 100644
--- a/newlib/libc/stdio/Makefile.am
+++ b/newlib/libc/stdio/Makefile.am
@@ -391,7 +391,6 @@ CHEWOUT_FILES = \
 	getline.def		\
 	gets.def		\
 	getw.def		\
-	getwc.def		\
 	getwchar.def		\
 	mktemp.def		\
 	open_memstream.def	\
@@ -402,7 +401,6 @@ CHEWOUT_FILES = \
 	putchar_u.def		\
 	puts.def		\
 	putw.def		\
-	putwc.def		\
 	putwchar.def		\
 	remove.def		\
 	rename.def		\
diff --git a/newlib/libc/stdlib/Makefile.am b/newlib/libc/stdlib/Makefile.am
index e90517f..c86010a 100644
--- a/newlib/libc/stdlib/Makefile.am
+++ b/newlib/libc/stdlib/Makefile.am
@@ -265,7 +265,6 @@ CHEWOUT_FILES= \
 	llabs.def	\
 	lldiv.def	\
 	malloc.def	\
-	$(MALLOCR).def	\
 	mblen.def	\
 	mbsnrtowcs.def	\
 	mbstowcs.def	\



More information about the Newlib-cvs mailing list