diff options
author | Roland McGrath <roland@redhat.com> | 2005-08-23 08:20:21 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2005-08-23 08:20:21 +0000 |
commit | d17fac7e89666b47811581b10b5ca0d253a3a82d (patch) | |
tree | 31a39f5bbf15cdaa7740ba91302651ad40c3fc1d /libdw/libdw.map | |
parent | 3712b288d1407cf6551d359cdaacb31bbf2b2a75 (diff) | |
download | elfutils-d17fac7e89666b47811581b10b5ca0d253a3a82d.tar.gz |
2005-08-23 Roland McGrath <roland@redhat.com>
* dwarf_attr_integrate.c (dwarf_attr_integrate): Treat
DW_AT_specification the same as DW_AT_abstract_origin.
Diffstat (limited to 'libdw/libdw.map')
-rw-r--r-- | libdw/libdw.map | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/libdw/libdw.map b/libdw/libdw.map index b54dea3e..01ee5f60 100644 --- a/libdw/libdw.map +++ b/libdw/libdw.map @@ -96,19 +96,21 @@ ELFUTILS_0.114 { dwfl_addrdwarf; dwfl_addrmodule; dwfl_begin; + dwfl_cumodule; dwfl_end; dwfl_errmsg; dwfl_errno; dwfl_getdwarf; dwfl_getmodules; dwfl_getsrc; - dwfl_linecu; + dwfl_getsrclines; dwfl_lineinfo; dwfl_linemodule; dwfl_linux_kernel_find_elf; dwfl_linux_kernel_module_section_address; dwfl_linux_kernel_report_kernel; dwfl_linux_kernel_report_modules; + dwfl_linux_kernel_report_offline; dwfl_linux_proc_find_elf; dwfl_linux_proc_report; dwfl_module_addrdie; @@ -119,11 +121,17 @@ ELFUTILS_0.114 { dwfl_module_getsrc_file; dwfl_module_info; dwfl_module_nextcu; + dwfl_module_relocate_address; + dwfl_module_relocation_info; + dwfl_module_relocations; dwfl_nextcu; + dwfl_offline_section_address; + dwfl_onesrcline; dwfl_report_begin; dwfl_report_elf; dwfl_report_end; dwfl_report_module; + dwfl_report_offline; dwfl_standard_argp; dwfl_standard_find_debuginfo; |