This is the mail archive of the ecos-cvs@sourceware.org mailing list for the ecos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

ecos/packages services/objloader/current/Chang ...


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]