From d9dc34cd569bcfe714fe8c708e58c028106e8b2e Mon Sep 17 00:00:00 2001 From: Tulio Magno Quites Machado Filho Date: Mon, 4 Jun 2012 13:46:37 -0500 Subject: Manual for platform-specific features and new __ppc_get_timebase inline. [BZ #13743] A new class of installed headers has been documented for low-level platform-specific functionality. PowerPC added the first instance with a function to provide time base register access (__ppc_get_timebase). This is required for applications that measure time at high frequencies with high precision that can't afford a syscall. --- manual/contrib.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manual/contrib.texi') diff --git a/manual/contrib.texi b/manual/contrib.texi index 4d16f4e6ef..00e13ab315 100644 --- a/manual/contrib.texi +++ b/manual/contrib.texi @@ -1,4 +1,4 @@ -@node Contributors, Free Manuals, Maintenance, Top +@node Contributors, Free Manuals, Platform, Top @c %MENU% Who wrote what parts of the GNU C Library @appendix Contributors to @theglibc{} -- cgit v1.2.3