]> git.ipfire.org Git - thirdparty/glibc.git/commit - NEWS
Manual for platform-specific features and new __ppc_get_timebase inline.
authorTulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
Mon, 4 Jun 2012 18:46:37 +0000 (13:46 -0500)
committerRyan S. Arnold <rsa@linux.vnet.ibm.com>
Mon, 4 Jun 2012 18:46:37 +0000 (13:46 -0500)
commitd9dc34cd569bcfe714fe8c708e58c028106e8b2e
tree82c7c02aab8419ffd869c72b1b5644b1dae6eb38
parent06775cb82b8c8381ea0cc636a70ed9e7ca81b548
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.
ChangeLog
NEWS
manual/Makefile
manual/contrib.texi
manual/maint.texi
manual/platform.texi [new file with mode: 0644]
sysdeps/powerpc/Makefile
sysdeps/powerpc/sys/platform/ppc.h [new file with mode: 0644]
sysdeps/powerpc/test-gettimebase.c [new file with mode: 0644]