From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28346 invoked by alias); 9 Oct 2009 13:53:10 -0000 Received: (qmail 28329 invoked by uid 419); 9 Oct 2009 13:53:10 -0000 Date: Fri, 09 Oct 2009 13:53:00 -0000 Message-ID: <20091009135310.28327.qmail@sourceware.org> From: jld@sourceware.org To: ecos-cvs@ecos.sourceware.org Subject: ecos/packages services/objloader/current/Chang ... Mailing-List: contact ecos-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: , Sender: ecos-cvs-owner@sourceware.org List-Subscribe: X-SW-Source: 2009/txt/msg00306.txt.bz2 CVSROOT: /cvs/ecos Module name: ecos Changes by: jld@sourceware.org 2009-10-09 13:53:09 Modified files: packages/services/objloader/current: ChangeLog packages/services/objloader/current/cdl: objloader.cdl packages/services/objloader/current/include: objelf.h packages/services/objloader/current/src: objelf.c objloader.c packages/fs/rom/current: ChangeLog packages/fs/rom/current/cdl: romfs.cdl Log message: * services/objloader/current/src/objloader.c, services/objloader/current/src/objelf.c services/objloader/current/include/objelf.h: Fixed a memory leak where a library section was loaded but memory allocated was not released. This bug was reported by Davy Wouters on the eCos list. Added minor cosmetics and a number of CYG_ASSERT and if() to test the values returned by cyg_ldr_load_elf_section() * services/objloader/current/cdl/objloader.cdl: Eliminate workarounds for file path handling issue in obsolete Cygwin tclsh. Use ACTUAL_CFLAGS for robustness. * fs/rom/current/cdl/romfs.cdl: Eliminate workarounds for file path handling issue in obsolete Cygwin tclsh. Build the mk_romfs tool with higher priority than the custom rules which use it.