summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/bitfield.exp
Commit message (Collapse)AuthorAgeFilesLines
* PR10067: fix bitfield accessJosh Stone2009-04-131-0/+3
* tapsets.cxx (dwflpp::translate_components): Eliminate the extra die-dereference at the end of the loop (a regression from @casts). * runtime/loc2c-runtime.h (store_bitfield): Use the target as the representative type, since the base is always int64_t. Also be a bit more aggressive with masking and parentheses. * testsuite/systemtap.base/bitfield.*: New test for R/W bitfields.