]> git.ipfire.org Git - thirdparty/elfutils.git/commit
dwarflint: Move Elf* out of dwarflint class
authorPetr Machata <pmachata@redhat.com>
Fri, 27 Nov 2009 15:41:10 +0000 (16:41 +0100)
committerPetr Machata <pmachata@redhat.com>
Wed, 18 Aug 2010 12:55:14 +0000 (14:55 +0200)
commit9ad0e8f75afe140eaeabd472ba1aac8f11cf985c
tree33a55db8c5edcbd09104ad74a5bfac088806a478
parent8e54c7a088134af4c6587f2b3a17a6d7119a42f0
dwarflint: Move Elf* out of dwarflint class

* instead implement opening in highlevel_check and lowlevel_check
  separately.  We need to open highlevel check through dwfl,
  which does its own Elf opening.
src/Makefile.am
src/dwarflint/check_highlevel.cc [new file with mode: 0644]
src/dwarflint/checks-high.hh
src/dwarflint/checks-low.cc
src/dwarflint/dwarflint.cc
src/dwarflint/dwarflint.hh
src/dwarflint/main.cc