comparison ChangeLog @ 182:833d392fec82

Arranged for lwasm and lwlink to remove the output file in case they fail
author lost
date Fri, 06 Mar 2009 01:35:40 +0000
parents 6ebb93b409ba
children 302b8db5fd89
comparison
equal deleted inserted replaced
181:14878196ed5b 182:833d392fec82
13 Version 2.3 13 Version 2.3
14 14
15 [*] added library search path (-L) and library specification (-l) to LWLINK 15 [*] added library search path (-L) and library specification (-l) to LWLINK
16 [*] added ability to specify section base addresses on the command line to 16 [*] added ability to specify section base addresses on the command line to
17 LWLINK (they get prepended to the built in link script) 17 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 or linking fails
18 20
19 Version 2.2 21 Version 2.2
20 22
21 [*] created LWAR to manage library/archive files 23 [*] created LWAR to manage library/archive files
22 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN 24 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN