From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Christoph Egger" Subject: Re: [patch 1/5] add libelf: an ELF binary parser library. Date: Tue, 23 Jan 2007 16:27:53 +0100 Message-ID: <200701231627.54126.Christoph.Egger@amd.com> References: <20070123145344.754866428@suse.de> <20070123145408.909708619@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20070123145408.909708619@suse.de> Content-Disposition: inline List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel@lists.xensource.com Cc: Gerd Hoffmann , ack@xensource.com List-Id: xen-devel@lists.xenproject.org On Tuesday 23 January 2007 15:53, Gerd Hoffmann wrote: [...] > Signed-off-by: Gerd Hoffmann > --- > tools/libxc/xc_elf.h | 525 > ----------------------------------- xen/arch/x86/boot/mkelf32.c | > 2 > xen/common/Makefile | 2 > xen/common/libelf/Makefile | 4 > xen/common/libelf/README | 1 > xen/common/libelf/libelf-dominfo.c | 420 ++++++++++++++++++++++++++++ > xen/common/libelf/libelf-loader.c | 156 ++++++++++ > xen/common/libelf/libelf-private.h | 51 +++ > xen/common/libelf/libelf-relocate.c | 345 +++++++++++++++++++++++ > xen/common/libelf/libelf-tools.c | 225 +++++++++++++++ > xen/include/public/elfstructs.h | 527 [...] How about putting libelf into xen/lib/libelf ? When we also move the libc files from xen/common/ to xen/lib/libc, then we have this structure: xen/lib/libelf xen/lib/libc This is a better structured IMO. Christoph Egger