]> git.ipfire.org Git - thirdparty/elfutils.git/commit
Split dwarflint into C and C++ part
authorPetr Machata <pmachata@redhat.com>
Sat, 31 Jan 2009 21:39:14 +0000 (22:39 +0100)
committerPetr Machata <pmachata@redhat.com>
Sat, 31 Jan 2009 21:39:14 +0000 (22:39 +0100)
commitecb3813b1d64a01570bfda1e462a52cc25526fd3
tree1bdc02424f95b2739f4c141d8a88b79135efe458
parent62a7e658694ba3f7d6e4bb1c8945c01ac129f5ed
Split dwarflint into C and C++ part

* high-level checks can be written in C++ using shiny new libdw interfaces
src/Makefile.am
src/dwarflint-hl.cc [new file with mode: 0644]
src/dwarflint.c
src/dwarflint.h [new file with mode: 0644]