Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-10-25 18:25:00 +0300
committerJon Turney <jon.turney@dronecode.org.uk>2015-11-12 15:42:15 +0300
commit0c02db4d28cf872b6f00c31dfb5088f2fa675995 (patch)
tree2619ad1a9c7fe23eb1dc00aa935f70657c2dd4bc /newlib/ChangeLog
parent3c8636acf6a3fbd1ec0bab3db5ebe6ce301de511 (diff)
makedoc: Fix INTERNAL(|DEFINITION|FUNCTION) command definitions
The unused INTERNAL_DEFINITION, INTERNAL_FUNCTION and INTERNAL commands are defined in terms of the non-existent built-in 'func' This causes every single invocation of makedoc to output "Can't find func" three times, as it parses doc.str. This is normally un-noticed because makedoc's stderr is redirected to a .ref file. Fix these unused command definitions to something with equivalent lack of effect, but without generating an error. 2015-11-06 Jon Turney <jon.turney@dronecode.org.uk> * doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and INTERNAL. Signed-off-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 437058d3b..d74e25afc 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,8 @@
+2015-11-06 Jon Turney <jon.turney@dronecode.org.uk>
+
+ * doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and
+ INTERNAL.
+
2015-11-12 Wilco Dijkstra <wdijkstr@arm.com>
* newlib/libc/machine/aarch64/memcpy.S (memcpy): Further tuning for