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 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


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