diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-11-20 07:46:48 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-11-20 07:46:48 +0530 |
commit | f3fd2628d8e86343f2add6de5be602cfc2cb8e00 (patch) | |
tree | 340ba983d4bbca3e2eaa24c0c5657c071da039db /ChangeLog | |
parent | b2f386c18f1e8c832c673bd813d56a07391c666d (diff) | |
download | glibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.tar.gz glibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.tar.xz glibc-f3fd2628d8e86343f2add6de5be602cfc2cb8e00.zip |
Add systemtap probe markers for sin, cos, asin and acos
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
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] |