Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752587Ab2HMRg3 (ORCPT ); Mon, 13 Aug 2012 13:36:29 -0400 Received: from mail-gg0-f174.google.com ([209.85.161.174]:61288 "EHLO mail-gg0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750789Ab2HMRg2 (ORCPT ); Mon, 13 Aug 2012 13:36:28 -0400 Date: Mon, 13 Aug 2012 14:36:20 -0300 From: Arnaldo Carvalho de Melo To: Namhyung Kim Cc: Cody P Schafer , LKML , Ingo Molnar , Paul Mackerras , Peter Zijlstra , Sukadev Bhattiprolu , Matt Hellsley , David Hansen Subject: Re: [PATCH 11/16] perf symbol: introduce symsrc structure. Message-ID: <20120813173620.GA6840@infradead.org> References: <1344637382-22789-1-git-send-email-cody@linux.vnet.ibm.com> <1344637382-22789-12-git-send-email-cody@linux.vnet.ibm.com> <1344691689.2003.11.camel@leonhard> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1344691689.2003.11.camel@leonhard> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 696 Lines: 28 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 > > #include > > > > +#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 majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/