mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 13:00:06 +00:00
[BZ #1566]
2005-12-23 Ulrich Drepper <drepper@redhat.com> [BZ #1566] * sysdeps/i386/i586/memusage.h: New file. * sysdeps/i386/memusage.h: Don't define GETTIME.
This commit is contained in:
parent
0a9a2b33e6
commit
9256e5794f
@ -1,3 +1,9 @@
|
||||
2005-12-23 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #1566]
|
||||
* sysdeps/i386/i586/memusage.h: New file.
|
||||
* sysdeps/i386/memusage.h: Don't define GETTIME.
|
||||
|
||||
2005-12-22 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
[BZ #1499]
|
||||
|
@ -17,6 +17,5 @@
|
||||
02111-1307 USA. */
|
||||
|
||||
#define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
|
||||
#define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
|
||||
|
||||
#include <sysdeps/generic/memusage.h>
|
||||
|
Loading…
Reference in New Issue
Block a user