summaryrefslogtreecommitdiffstats
path: root/loc2c-test.c
diff options
context:
space:
mode:
authorroland <roland>2005-08-25 03:01:30 +0000
committerroland <roland>2005-08-25 03:01:30 +0000
commitc2aa690afc7bd51c01c6b37da407d2c1d0a45726 (patch)
treeb53e789e1b8e33ea57fbc30ab3f92dd862a9964a /loc2c-test.c
parent7b1aafd58c42d6d07972a1280dbd718c916e58f4 (diff)
downloadsystemtap-steved-c2aa690afc7bd51c01c6b37da407d2c1d0a45726.tar.gz
systemtap-steved-c2aa690afc7bd51c01c6b37da407d2c1d0a45726.tar.xz
systemtap-steved-c2aa690afc7bd51c01c6b37da407d2c1d0a45726.zip
2005-08-24 Roland McGrath <roland@redhat.com>
* loc2c-test.c (handle_variable): Iterate on const_type/volatile_type.
Diffstat (limited to 'loc2c-test.c')
-rw-r--r--loc2c-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/loc2c-test.c b/loc2c-test.c
index ed4769ec..e6e7df07 100644
--- a/loc2c-test.c
+++ b/loc2c-test.c
@@ -111,6 +111,8 @@ handle_variable (Dwarf_Die *scopes, int nscopes, int out,
switch (typetag)
{
case DW_TAG_typedef:
+ case DW_TAG_const_type:
+ case DW_TAG_volatile_type:
/* Just iterate on the referent type. */
break;