comparison ChangeLog @ 185:b89adfb0d174

Added support for outputting a linkmap
author lost
date Sat, 21 Mar 2009 19:47:45 +0000
parents 220a760ec654
children 857cb407229e
comparison
equal deleted inserted replaced
184:220a760ec654 185:b89adfb0d174
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 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 20 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
20 or linking fails 21 or linking fails
21 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 22 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
22 single blocks in the output file; this eliminates the explosion of 23 single blocks in the output file; this eliminates the explosion of
23 preambles that previously occurred 24 preambles that previously occurred