about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2014-04-15 14:33:06 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2014-04-15 14:33:06 +0530
commitbb9c256fb01b09bc13a58ada3ea045ac9efd4834 (patch)
treec498a696c840d17ec3e52bb6d023afb7cbef2497 /ChangeLog
parentf737dfd071f12584316ef90f2c71e33c2dc9801e (diff)
downloadglibc-bb9c256fb01b09bc13a58ada3ea045ac9efd4834.tar.gz
glibc-bb9c256fb01b09bc13a58ada3ea045ac9efd4834.tar.xz
glibc-bb9c256fb01b09bc13a58ada3ea045ac9efd4834.zip
benchtests: Link against objects in build directory
Using -lm and -lpthread results in the shared objects in the system
being used to link against.  This happened to work for libm because
there haven't been any changes to the libm ABI recently that could
break the existing benchmarks.  This doesn't always work for the
pthread benchmarks.  The correct way to build against libraries in the
build directory is to have the binaries explicitly depend on them so
that $(+link) can pick them up.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d16da4ea10..2a8cc57726 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-04-15  Siddhesh Poyarekar  <siddhesh@redhat.com>
+
+	* benchtests/Makefile: Depend on libraries in build directory.
+	(bench-math): Separate out math tests.
+	(bench-pthread): Separate out pthread tests.
+	(bench): Include math and pthread tests.
+
 2014-04-14  Carlos O'Donell  <carlos@redhat.com>
 
 	[BZ #16831]