diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:49:31 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-05-25 13:49:31 -0700 |
commit | 7b44a2df27f8389ded73e013a54f96640338dec6 (patch) | |
tree | 9b247bb80896fb4d4474875e237e2623306ec043 /NEWS | |
parent | 17557282082870c7168d4bd9f386523c8c60d729 (diff) | |
download | glibc-7b44a2df27f8389ded73e013a54f96640338dec6.tar glibc-7b44a2df27f8389ded73e013a54f96640338dec6.tar.gz glibc-7b44a2df27f8389ded73e013a54f96640338dec6.tar.bz2 glibc-7b44a2df27f8389ded73e013a54f96640338dec6.zip |
NEWS item for --enable-systemtap
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -76,6 +76,12 @@ Version 2.16 defines the HWCAP_* bits associated with the AT_HWCAP key. * New locales: mag_IN + +* New configure option --enable-systemtap builds SystemTap static probes + into libc for setjmp and longjmp and into libpthread for various operations. + So far the setjmp/longjmp probes and some of the libpthread probes are + provided only for i*86 and x86_64. + Implemented by Roland McGrath and Rayson Ho. Version 2.15 |