comparison ChangeLog @ 184:220a760ec654

Make lwlink display all undefined references instead of bailing after the first one
author lost
date Sat, 21 Mar 2009 17:39:45 +0000
parents 302b8db5fd89
children b89adfb0d174
comparison
equal deleted inserted replaced
183:302b8db5fd89 184:220a760ec654
19 [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
20 or linking fails 20 or linking fails
21 [ ] DECB output of LWLINK now collapses contiguous output blocks into single 21 [ ] DECB output of LWLINK now collapses contiguous output blocks into single
22 single blocks in the output file; this eliminates the explosion of 22 single blocks in the output file; this eliminates the explosion of
23 preambles that previously occurred 23 preambles that previously occurred
24 24 [ ] LWLINK now displays *all* undefined symbols and references instead of
25 bailing out after the first one
25 26
26 Version 2.2 27 Version 2.2
27 28
28 [*] created LWAR to manage library/archive files 29 [*] created LWAR to manage library/archive files
29 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN 30 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN