diff options
| author | Roland McGrath <[email protected]> | 2005-08-23 08:20:21 +0000 |
|---|---|---|
| committer | Roland McGrath <[email protected]> | 2005-08-23 08:20:21 +0000 |
| commit | d17fac7e89666b47811581b10b5ca0d253a3a82d (patch) | |
| tree | 31a39f5bbf15cdaa7740ba91302651ad40c3fc1d /libdwfl/Makefile.am | |
| parent | 3712b288d1407cf6551d359cdaacb31bbf2b2a75 (diff) | |
2005-08-23 Roland McGrath <[email protected]>
* dwarf_attr_integrate.c (dwarf_attr_integrate): Treat
DW_AT_specification the same as DW_AT_abstract_origin.
Diffstat (limited to 'libdwfl/Makefile.am')
| -rw-r--r-- | libdwfl/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libdwfl/Makefile.am b/libdwfl/Makefile.am index 243f67f5..a0735ff0 100644 --- a/libdwfl/Makefile.am +++ b/libdwfl/Makefile.am @@ -35,14 +35,17 @@ euinclude_HEADERS = libdwfl.h libdwfl_a_SOURCES = dwfl_begin.c dwfl_end.c dwfl_error.c \ dwfl_module.c dwfl_report_elf.c relocate.c \ + derelocate.c offline.c \ dwfl_module_info.c dwfl_getmodules.c \ dwfl_module_getdwarf.c dwfl_getdwarf.c \ + dwfl_validate_address.c \ argp-std.c find-debuginfo.c \ linux-kernel-modules.c linux-proc-maps.c \ dwfl_addrmodule.c dwfl_addrdwarf.c \ cu.c dwfl_module_nextcu.c dwfl_nextcu.c dwfl_cumodule.c \ dwfl_module_addrdie.c dwfl_addrdie.c \ lines.c dwfl_lineinfo.c dwfl_linemodule.c \ + dwfl_getsrclines.c dwfl_onesrcline.c \ dwfl_module_getsrc.c dwfl_getsrc.c \ dwfl_module_getsrc_file.c \ libdwfl_crc32.c libdwfl_crc32_file.c \ |
