]> git.ipfire.org Git - thirdparty/elfutils.git/commit
dwarflint: ref_record is now template parametrized by locus type pmachata/dwarflint
authorPetr Machata <pmachata@redhat.com>
Tue, 19 Apr 2011 13:10:06 +0000 (15:10 +0200)
committerPetr Machata <pmachata@redhat.com>
Tue, 19 Apr 2011 13:10:06 +0000 (15:10 +0200)
commit6dc51bd55a34f828c219ce662a36a8a984ec4fc8
tree8ed2f05ce5c061a01f7c3a2cc517fa66b8432b0d
parent3ff1c04ed82c2ced1ed7ad51666bbddc0bd70a8f
dwarflint: ref_record is now template parametrized by locus type

- the theory being that most of the time all you need to track comes from
  one source
- the upshot is that now the locus::clone and related business can go away
13 files changed:
dwarflint/addr-record.cc
dwarflint/addr-record.hh
dwarflint/check_debug_abbrev.hh
dwarflint/check_debug_aranges.hh
dwarflint/check_debug_info.cc
dwarflint/check_debug_info.hh
dwarflint/check_debug_line.cc
dwarflint/check_debug_loc_range.cc
dwarflint/check_debug_loc_range.hh
dwarflint/die_locus.hh
dwarflint/locus.cc
dwarflint/locus.hh
dwarflint/reloc.cc