diff options
author | Richard Henderson <rth@twiddle.net> | 2014-06-25 12:27:16 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2014-07-03 08:38:25 -0700 |
commit | 428dd03f5a7291d19f0c45fc314da9356ee22d63 (patch) | |
tree | 35017b916f4ebeebf563364be5c07cdee6902a4e /sysdeps/x86_64 | |
parent | c39323e9d2fb6697d5d8739ad9b7959c88a6d5a1 (diff) | |
download | glibc-428dd03f5a7291d19f0c45fc314da9356ee22d63.tar.gz |
Remove HP_TIMING_DIFF_INIT and dl_hp_timing_overhead
Without HP_TIMING_ACCUM, dl_hp_timing_overhead is write-only.
If we remove it, there's no point in HP_TIMING_DIFF_INIT either.
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r-- | sysdeps/x86_64/Makefile | 2 | ||||
-rw-r--r-- | sysdeps/x86_64/hp-timing.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/sysdeps/x86_64/Makefile b/sysdeps/x86_64/Makefile index 58900a5c28..32b36d5ce2 100644 --- a/sysdeps/x86_64/Makefile +++ b/sysdeps/x86_64/Makefile @@ -2,8 +2,6 @@ long-double-fcts = yes ifeq ($(subdir),csu) -sysdep_routines += hp-timing -elide-routines.os += hp-timing gen-as-const-headers += link-defines.sym endif diff --git a/sysdeps/x86_64/hp-timing.c b/sysdeps/x86_64/hp-timing.c deleted file mode 100644 index 289ca4c3c4..0000000000 --- a/sysdeps/x86_64/hp-timing.c +++ /dev/null @@ -1,2 +0,0 @@ -/* We can use the i686 implementation without changes. */ -#include <sysdeps/i386/i686/hp-timing.c> |