From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9034 invoked by alias); 17 Dec 2008 07:39:13 -0000 Received: (qmail 9026 invoked by uid 22791); 17 Dec 2008 07:39:12 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_41 X-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_41 X-Spam-Check-By: sourceware.org Received: from yw-out-1718.google.com (HELO yw-out-1718.google.com) (74.125.46.153) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 17 Dec 2008 07:38:32 +0000 Received: by yw-out-1718.google.com with SMTP id 9so1917737ywk.48 for ; Tue, 16 Dec 2008 23:38:30 -0800 (PST) Received: by 10.65.84.15 with SMTP id m15mr376949qbl.54.1229499510154; Tue, 16 Dec 2008 23:38:30 -0800 (PST) Received: from smtp.gmail.com ([82.209.212.146]) by mx.google.com with ESMTPS id s35sm1047073qbs.33.2008.12.16.23.38.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 16 Dec 2008 23:38:29 -0800 (PST) Date: Wed, 17 Dec 2008 07:39:00 -0000 To: Anthony Tonizzo Cc: ecos-patches@sourceware.org Subject: Re: New objloader patch Message-ID: <20081217073827.GA15040@sg-ubuntu.local> References: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="2oS5YaxWCcQjTEyO" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) From: Sergei Gavrikov X-Virus-Checked: Checked by ClamAV on sourceware.org Mailing-List: contact ecos-patches-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-patches-owner@ecos.sourceware.org X-SW-Source: 2008-12/txt/msg00036.txt.bz2 --2oS5YaxWCcQjTEyO Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-length: 467 Anthony Tonizzo writes: > Hi: > > Here is a new patch for the objloader. Among the features > added by this patch: > > 1) Support for loading libraries statically compiled in the > code (thanks to Gernot Zankl for this!) > 2) Support for ARMv4T devices, tested by Sergei Gavrikov Hi Anthony, there is one regrettable garbage in CDL. ls -la :-). 2 cents fix is provided. All works fine with your cleanups. Tested on Olimex OLPC-H2294 target (ARM7TDMI-S). Sergei --2oS5YaxWCcQjTEyO Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="objloader.cdl.diff" Content-length: 580 diff -r 1d9e630579c9 current/cdl/objloader.cdl --- a/current/cdl/objloader.cdl Wed Dec 17 09:05:07 2008 +0200 +++ b/current/cdl/objloader.cdl Wed Dec 17 09:29:46 2008 +0200 @@ -127,7 +127,7 @@ cdl_option CYGOPT_SERVICES_OBJLOADER_LOADERS_MEMORY { display "Load module from memory" flavor bool - defaultls -la_value 1 + default_value 1 description "This option will compile the module required to load an object library from a ROM memory." compile loader_memory.c --2oS5YaxWCcQjTEyO--