Mercurial > ecos
comparison packages/services/objloader/current/ChangeLog @ 2925:7cbaadc92c67
* 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.
| author | jld |
|---|---|
| date | Fri, 09 Oct 2009 13:53:09 +0000 |
| parents | f8dd12428f1d |
| children | 418d34334c77 |
comparison
equal
deleted
inserted
replaced
| 2924:56796f529a99 | 2925:7cbaadc92c67 |
|---|---|
| 1 2009-10-09 John Dallaway <john@dallaway.org.uk> | |
| 2 | |
| 3 * cdl/objloader.cdl: Eliminate workarounds for file path handling | |
| 4 issue in obsolete Cygwin tclsh. Use ACTUAL_CFLAGS for robustness. | |
| 5 | |
| 6 2009-09-13 Anthony Tonizzo <atonizzo@gmail.com> | |
| 7 | |
| 8 * src/objloader.c, src/objelf.c, include/objelf.h : Fixed a memory | |
| 9 leak where a library section was loaded but memory allocated was not | |
| 10 released. This bug was reported by Davy Wouters on the eCos list. | |
| 11 Added minor cosmetics and a number of CYG_ASSERT and if() to test the | |
| 12 values returnedby cyg_ldr_load_elf_section(). | |
| 13 | |
| 1 2009-07-03 John Dallaway <john@dallaway.org.uk> | 14 2009-07-03 John Dallaway <john@dallaway.org.uk> |
| 2 | 15 |
| 3 * cdl/objloader.cdl, src/objelf.c, src/relocate_ppc.c, | 16 * cdl/objloader.cdl, src/objelf.c, src/relocate_ppc.c, |
| 4 src/relocate_arm.c: Eliminate dependency on CYGPKG_IO_FILEIO when | 17 src/relocate_arm.c: Eliminate dependency on CYGPKG_IO_FILEIO when |
| 5 the filesystem loader is not required. | 18 the filesystem loader is not required. |
