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

Mark Wielaard mjw at redhat.com
Mon Apr 14 13:49:09 UTC 2014


On Mon, 2014-04-14 at 11:48 +0200, Florian Weimer wrote:
> 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;".

Most certainly. Fixed on the mjw/dwelf branch (rebased on current
master) including a tiny missing ChangeLog entry fixlet describing the
libdw/Makefile.am changes.

Thanks,

Mark



More information about the elfutils-devel mailing list