From c2aa690afc7bd51c01c6b37da407d2c1d0a45726 Mon Sep 17 00:00:00 2001 From: roland Date: Thu, 25 Aug 2005 03:01:30 +0000 Subject: 2005-08-24 Roland McGrath * loc2c-test.c (handle_variable): Iterate on const_type/volatile_type. --- loc2c-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loc2c-test.c') 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; -- cgit