Mercurial > hg-old > index.cgi
comparison ChangeLog @ 188:bb2665c7005c
Added --extract and --replace to lwar
author | lost |
---|---|
date | Sun, 22 Mar 2009 06:51:48 +0000 |
parents | 857cb407229e |
children | 563adfccb645 |
comparison
equal
deleted
inserted
replaced
187:857cb407229e | 188:bb2665c7005c |
---|---|
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 [+] added LWEX0 (LWOS simple binary) target to LWLINK |
21 [+] added ability to extract files in LWAR | |
22 [+] added ability to "replace" members in LWAR | |
21 [b] arranged for output files for lwasm/lwlink to be removed if the assembly | 23 [b] arranged for output files for lwasm/lwlink to be removed if the assembly |
22 or linking fails | 24 or linking fails |
23 [ ] DECB output of LWLINK now collapses contiguous output blocks into single | 25 [ ] DECB output of LWLINK now collapses contiguous output blocks into single |
24 single blocks in the output file; this eliminates the explosion of | 26 single blocks in the output file; this eliminates the explosion of |
25 preambles that previously occurred | 27 preambles that previously occurred |