comparison ChangeLog @ 209:d6cba9d66979

Fixed bug with library search path
author lost
date Tue, 21 Apr 2009 03:45:12 +0000
parents 299c5d793aca
children 11a2b63bbdce
comparison
equal deleted inserted replaced
208:06effa2faea1 209:d6cba9d66979
28 [+] handle 8 bit external references (LWLINK) 28 [+] handle 8 bit external references (LWLINK)
29 [+] arranged for unused members of library files (archives) to be ignored 29 [+] arranged for unused members of library files (archives) to be ignored
30 during linking to keep the final size of the binary down (LWLINK) 30 during linking to keep the final size of the binary down (LWLINK)
31 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 31 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
32 or linking fails 32 or linking fails
33 [b] fixed incorrect handling of library search path which caused only the
34 last directory to ever matter
33 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 35 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
34 single blocks in the output file; this eliminates the explosion of 36 single blocks in the output file; this eliminates the explosion of
35 preambles that previously occurred 37 preambles that previously occurred
36 [ ] LWLINK now displays *all* undefined symbols and references instead of 38 [ ] LWLINK now displays *all* undefined symbols and references instead of
37 bailing out after the first one 39 bailing out after the first one