Em Sat, Aug 11, 2012 at 10:28:09PM +0900, Namhyung Kim escreveu:
> 2012-08-10 (금), 15:22 -0700, Cody P Schafer:
> > +++ b/tools/perf/util/symbol.h
> > @@ -11,6 +11,12 @@
> >  #include <stdio.h>
> >  #include <byteswap.h>
> >  
> > +#ifndef NO_LIBELF
> 
> Should be NO_LIBELF_SUPPORT.
> 
> > +struct symsrc {
> > +   char *name;
> > +   int fd;
> > +   enum dso_binary_type type;
> > +
> > +#ifndef NO_LIBELF
> 
> Ditto.

Thanks, I fixed those,

- Arnaldo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to