From: Roland McGrath Date: Fri, 23 Dec 2005 01:51:43 +0000 (+0000) Subject: 2005-12-22 Roland McGrath X-Git-Tag: elfutils-0.120~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50ffcbf97ba8c7d57f2e822a6974d1f5f8bf15f6;p=platform%2Fupstream%2Felfutils.git 2005-12-22 Roland McGrath * libdw.map: Bump to 0.119; export dwfl_linux_proc_maps_report. --- diff --git a/libdw/ChangeLog b/libdw/ChangeLog index a4e770d..17ad81b 100644 --- a/libdw/ChangeLog +++ b/libdw/ChangeLog @@ -1,3 +1,7 @@ +2005-12-22 Roland McGrath + + * libdw.map: Bump to 0.119; export dwfl_linux_proc_maps_report. + 2005-12-12 Roland McGrath * dwarf_ranges.c: Copy CU base address-finding code from diff --git a/libdw/libdw.map b/libdw/libdw.map index 98196a9..4057916 100644 --- a/libdw/libdw.map +++ b/libdw/libdw.map @@ -1,5 +1,5 @@ ELFUTILS_0 { }; -ELFUTILS_0.118 { +ELFUTILS_0.119 { global: dwarf_abbrevhaschildren; dwarf_addrdie; @@ -113,6 +113,7 @@ ELFUTILS_0.118 { dwfl_linux_kernel_report_offline; dwfl_linux_proc_find_elf; dwfl_linux_proc_report; + dwfl_linux_proc_maps_report; dwfl_module_addrdie; dwfl_module_addrname; dwfl_module_getdwarf;