aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@redhat.com>2013-11-20 07:46:48 +0530
committerSiddhesh Poyarekar <siddhesh@redhat.com>2013-11-20 07:46:48 +0530
commitf3fd2628d8e86343f2add6de5be602cfc2cb8e00 (patch)
tree340ba983d4bbca3e2eaa24c0c5657c071da039db /ChangeLog
parentb2f386c18f1e8c832c673bd813d56a07391c666d (diff)
downloadglibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.tar
glibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.tar.gz
glibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.tar.bz2
glibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.zip
Add systemtap probe markers for sin, cos, asin and acos
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 677adead08..a138e0bc3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
+
+ * manual/probes.texi (Mathematical Function Probes): Add
+ documentation for sin, cos, asin and acos probes.
+ * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
+ (__sin32): Add slowasin probe.
+ (__cos32): Add slowacos probe.
+ (__mpsin): Add slowsin probe.
+ (__mpcos): Add slowcos probe.
+
2013-11-19 Joseph Myers <joseph@codesourcery.com>
[BZ #15483]