diff options
author | Stan Cox <scox@redhat.com> | 2010-03-09 14:57:41 -0500 |
---|---|---|
committer | Stan Cox <scox@redhat.com> | 2010-03-09 14:57:41 -0500 |
commit | 103c7c8d4bd48d81e06491da43c7e05ccacfb224 (patch) | |
tree | d82aa8b9dcdbe732efb0fe375be97ee96068edcf /NEWS | |
parent | 962906a7bb0696f6e17a2f9fed0e6072627c1a71 (diff) | |
download | systemtap-steved-103c7c8d4bd48d81e06491da43c7e05ccacfb224.tar.gz systemtap-steved-103c7c8d4bd48d81e06491da43c7e05ccacfb224.tar.xz systemtap-steved-103c7c8d4bd48d81e06491da43c7e05ccacfb224.zip |
Check the gcc version using polynomial representation.
* sdt.h (GNUC_VERSION): New.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ * What's new +- User space marker arguments no longer use volatile if richer DWARF debuginfo + is available. + - 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 or function, the following is valid and may be nested: |