comparison ChangeLog @ 187:857cb407229e

Added LWEX0 (LWOS simple binary) target to lwlink
author lost
date Sun, 22 Mar 2009 04:24:39 +0000
parents b89adfb0d174
children bb2665c7005c
comparison
equal deleted inserted replaced
186:bc2fae9438eb 187:857cb407229e
11 11
12 Also, the software affected may follow in []. 12 Also, the software affected may follow in [].
13 13
14 Version 2.3 14 Version 2.3
15 15
16 [*] added library search path (-L) and library specification (-l) to LWLINK 16 [+] added library search path (-L) and library specification (-l) to LWLINK
17 [*] added ability to specify section base addresses on the command line to 17 [+] added ability to specify section base addresses on the command line to
18 LWLINK (they get prepended to the built in link script) 18 LWLINK (they get prepended to the built in link script)
19 [*] added ability to output a "linkmap" to lwlink (--map, -m) 19 [+] added ability to output a "linkmap" to lwlink (--map, -m)
20 [+] added LWEX0 (LWOS simple binary) target to LWLINK
20 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 21 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
21 or linking fails 22 or linking fails
22 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 23 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
23 single blocks in the output file; this eliminates the explosion of 24 single blocks in the output file; this eliminates the explosion of
24 preambles that previously occurred 25 preambles that previously occurred