This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]