diff options
author | Stan Cox <scox@redhat.com> | 2010-03-09 17:40:04 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2010-03-09 17:40:04 -0500 |
commit | 985adad37f66be2b1796641360296b7632c7f290 (patch) | |
tree | a4dfcb9c86c760c9fd2eb84513fbdee5680f5821 /NEWS | |
parent | 595187eb19a18c6f534d1e44aeb912c01b8dc41b (diff) | |
download | systemtap-steved-985adad37f66be2b1796641360296b7632c7f290.tar.gz systemtap-steved-985adad37f66be2b1796641360296b7632c7f290.tar.xz systemtap-steved-985adad37f66be2b1796641360296b7632c7f290.zip |
Include __GNUC_RH_RELEASE__ in the volatile check.
sdt.h (GNUC_VERSION) Include __GNUC_RH_RELEASE__. Check for at least gcc 4.4.4
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ * What's new -- User space marker arguments no longer use volatile if richer DWARF debuginfo - is available. +- User space marker arguments no longer use volatile if the version of gcc, + which must be at least 4.4.4, supports richer DWARF debuginfo. - A new construct for error handling is available. It is similar to c++ exception catching, using try and catch as new keywords. Within a handler |