diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | sysdeps/i386/memusage.h | 1 |
2 files changed, 6 insertions, 1 deletions
@@ -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] diff --git a/sysdeps/i386/memusage.h b/sysdeps/i386/memusage.h index 73ce98c..8d5749f 100644 --- a/sysdeps/i386/memusage.h +++ b/sysdeps/i386/memusage.h @@ -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> |