[PATCH] PowerPC: Program Priority Register support

Thomas Schwinge thomas@codesourcery.com
Sun May 26 16:10:00 GMT 2013


Hi!

On Fri, 24 May 2013 15:30:24 -0300, Adhemerval Zanella <azanella@linux.vnet.ibm.com> wrote:
> Thanks for the review, I correct it and pushed as d116b7c414c8239b677e341ac517745db689ac2d

That commit made @deftypefun begin/end marker unbalanced:

    LANGUAGE=C LC_ALL=C makeinfo -P [...]/manual/ --output=[...]/manual/libc.info libc.texinfo
    [...]/manual//platform.texi:56: No matching `@end deftypefun'.
    makeinfo: Removing output file `[...]/manual/libc.info' due to errors; use --force to preserve.
    make[2]: *** [[...]/manual/libc.info] Error 1

Pushed as obvious as commit 2b66ef5d55325b2957d6c62908ca065228e56814:

	* manual/platform.texi: Add missing @end deftypefun.

diff --git manual/platform.texi manual/platform.texi
index f1a40d6..99f4675 100644
--- manual/platform.texi
+++ manual/platform.texi
@@ -57,6 +57,7 @@ Provide a hint that performance will probably be improved if shared resources
 dedicated to the executing processor are released until all outstanding storage
 accesses to cacheable storage for which the data is not in the cache have been
 completed.
+@end deftypefun
 
 @deftypefun {void} __ppc_set_ppr_med (void)
 Set the Program Priority Register to medium value (default).


Grüße,
 Thomas
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20130526/bbd56c37/attachment.sig>


More information about the Libc-alpha mailing list