comparison ChangeLog @ 183:302b8db5fd89

modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
author lost
date Sat, 21 Mar 2009 17:03:42 +0000
parents 833d392fec82
children 220a760ec654
comparison
equal deleted inserted replaced
182:833d392fec82 183:302b8db5fd89
5 [*] Project structure or other "meta" change 5 [*] Project structure or other "meta" change
6 [!] critical bug fix - code generation error, etc. 6 [!] critical bug fix - code generation error, etc.
7 [+] new feature 7 [+] new feature
8 [-] feature removed 8 [-] feature removed
9 [b] minor bugfix 9 [b] minor bugfix
10 [ ] general improvement
10 11
11 Also, the software affected may follow in []. 12 Also, the software affected may follow in [].
12 13
13 Version 2.3 14 Version 2.3
14 15
15 [*] added library search path (-L) and library specification (-l) to LWLINK 16 [*] added library search path (-L) and library specification (-l) to LWLINK
16 [*] 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
17 LWLINK (they get prepended to the built in link script) 18 LWLINK (they get prepended to the built in link script)
18 [b] arranged for output files for lwasm/lwlink to be removed if the assembly 19 [b] arranged for output files for lwasm/lwlink to be removed if the assembly
19 or linking fails 20 or linking fails
21 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
22 single blocks in the output file; this eliminates the explosion of
23 preambles that previously occurred
24
20 25
21 Version 2.2 26 Version 2.2
22 27
23 [*] created LWAR to manage library/archive files 28 [*] created LWAR to manage library/archive files
24 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN 29 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN