diff options
| author | Petr Machata <[email protected]> | 2011-02-25 15:19:54 +0100 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2011-02-25 15:19:54 +0100 |
| commit | 48018442d5eb29032aafd6e30f8cdb38164ba83c (patch) | |
| tree | 8b36579a0bc1215960a2e28a28747ab81bc8e651 /dwarflint/locstats.cc | |
| parent | f84b6d55c938acc6cdbd1bf7af1b3c51396effb2 (diff) | |
Drop pri::tag, pri::attr
- dwarf::tags::name, dwarf::attributes::name should be used instead
Diffstat (limited to 'dwarflint/locstats.cc')
| -rw-r--r-- | dwarflint/locstats.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dwarflint/locstats.cc b/dwarflint/locstats.cc index 7f7571d2..7ef2423e 100644 --- a/dwarflint/locstats.cc +++ b/dwarflint/locstats.cc @@ -1,5 +1,5 @@ /* - Copyright (C) 2010 Red Hat, Inc. + Copyright (C) 2010, 2011 Red Hat, Inc. This file is part of Red Hat elfutils. Red Hat elfutils is free software; you can redistribute it and/or modify @@ -572,7 +572,7 @@ locstats::locstats (checkstack &stack, dwarflint &lint) { auto const &d = *sit; std::cerr << pad << pri::ref (d) << " " - << pri::tag (d.tag ()) << std::endl; + << elfutils::dwarf::tags::name (d.tag ()) << std::endl; for (auto atit = d.attributes ().begin (); atit != d.attributes ().end (); ++atit) { |
