From 0c02db4d28cf872b6f00c31dfb5088f2fa675995 Mon Sep 17 00:00:00 2001 From: Jon Turney Date: Sun, 25 Oct 2015 15:25:00 +0000 Subject: 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 * doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and INTERNAL. Signed-off-by: Jon Turney --- newlib/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'newlib/ChangeLog') 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 + + * doc/doc.str: Fix INTERNAL_DEFINITION, INTERNAL_FUNCTION and + INTERNAL. + 2015-11-12 Wilco Dijkstra * newlib/libc/machine/aarch64/memcpy.S (memcpy): Further tuning for -- cgit v1.2.3