diff options
| author | Petr Machata <[email protected]> | 2009-11-20 16:45:59 +0100 |
|---|---|---|
| committer | Petr Machata <[email protected]> | 2010-08-18 14:55:13 +0200 |
| commit | 8c9e456ecef41e7ff9380656b1ae48a6ba9fcda4 (patch) | |
| tree | 1fa1dac857c563ffc00382178c3ccfa1f854167b /src/Makefile.am | |
| parent | f38f5dae69a3974668618e5b3a76792788fb6cf3 (diff) | |
dwarflint: Move .debug_info code into check_debug_info.cc
* also cut out parts of stuct cu to struct cu_head
* also constify a bunch of where pointers that are passed around
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 3f498e30..b5aedd59 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -97,6 +97,7 @@ dwarflint_SOURCES = dwarfstrings.c \ dwarflint/all-dies-it.hh \ dwarflint/checks-high.hh \ dwarflint/check_debug_abbrev.cc \ + dwarflint/check_debug_info.cc \ dwarflint/check_debug_line.cc \ dwarflint/check_matching_ranges.cc \ dwarflint/check_range_out_of_scope.cc \ |
