[PATCH] libdwelf: New DWARF ELF Low-level Functions. Add dwelf_elf_gnu_debuglink.

Florian Weimer fweimer at redhat.com
Mon Apr 14 09:48:29 UTC 2014


On 04/12/2014 12:30 AM, Mark Wielaard wrote:
> diff --git a/libdw/libdw.map b/libdw/libdw.map
> index d0e4731..b26c760 100644
> --- a/libdw/libdw.map
> +++ b/libdw/libdw.map
> @@ -292,3 +292,8 @@ ELFUTILS_0.158 {
>       dwfl_core_file_attach;
>       dwfl_linux_proc_attach;
>   } ELFUTILS_0.157;
> +
> +ELFUTILS_0.159 {
> +  global:
> +    dwelf_elf_gnu_debuglink;
> +} ELFUTILS_0.157;

I think the final line should read "ELFUTILS_0.158;".

-- 
Florian Weimer / Red Hat Product Security Team


More information about the elfutils-devel mailing list