diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-08-29 16:49:44 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-08-29 16:49:44 +0200 |
commit | 0226553baaf948fbffe403a2ca05bfb12960349c (patch) | |
tree | 0e369125011f515ec5ba6eb1d048384ceef856c1 /initscript | |
parent | 60c9dcc116ce1832ff9ff0c235233c5a2db3e3cd (diff) | |
download | systemtap-steved-0226553baaf948fbffe403a2ca05bfb12960349c.tar.gz systemtap-steved-0226553baaf948fbffe403a2ca05bfb12960349c.tar.xz systemtap-steved-0226553baaf948fbffe403a2ca05bfb12960349c.zip |
Fix overlapping statement probe error in warnings.stp.
Instead of generating a warning the current kernel.statement probe
produced a warning on some 386 kernels that had optimized that
particular line:
semantic error: multiple addresses for fs/bio.c:282
(try fs/bio.c:278 or fs/bio.c:284)
semantic error: no match while resolving probe point
kernel.statement("bio_init@fs/bio.c+3")
So do as told to just get the expected warnings for this probe.
* testsuite/systemtap.base/warnings.stp (probea): Probe bio_init@fs/bio.c+5.
Diffstat (limited to 'initscript')
0 files changed, 0 insertions, 0 deletions