Mercurial > hg-old > index.cgi
annotate ChangeLog @ 188:bb2665c7005c
Added --extract and --replace to lwar
author | lost |
---|---|
date | Sun, 22 Mar 2009 06:51:48 +0000 |
parents | 857cb407229e |
children | 563adfccb645 |
rev | line source |
---|---|
148 | 1 The following includes the various changes in each release of LWTOOLS. |
2 | |
3 Each item is prefixed by a flag in []. The flags mean: | |
4 | |
5 [*] Project structure or other "meta" change | |
6 [!] critical bug fix - code generation error, etc. | |
7 [+] new feature | |
8 [-] feature removed | |
9 [b] minor bugfix | |
183
302b8db5fd89
modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
lost
parents:
182
diff
changeset
|
10 [ ] general improvement |
148 | 11 |
12 Also, the software affected may follow in []. | |
13 | |
180 | 14 Version 2.3 |
15 | |
187 | 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 | |
180 | 18 LWLINK (they get prepended to the built in link script) |
187 | 19 [+] added ability to output a "linkmap" to lwlink (--map, -m) |
20 [+] added LWEX0 (LWOS simple binary) target to LWLINK | |
188 | 21 [+] added ability to extract files in LWAR |
22 [+] added ability to "replace" members in LWAR | |
182
833d392fec82
Arranged for lwasm and lwlink to remove the output file in case they fail
lost
parents:
180
diff
changeset
|
23 [b] arranged for output files for lwasm/lwlink to be removed if the assembly |
833d392fec82
Arranged for lwasm and lwlink to remove the output file in case they fail
lost
parents:
180
diff
changeset
|
24 or linking fails |
183
302b8db5fd89
modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
lost
parents:
182
diff
changeset
|
25 [ ] DECB output of LWLINK now collapses contiguous output blocks into single |
302b8db5fd89
modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
lost
parents:
182
diff
changeset
|
26 single blocks in the output file; this eliminates the explosion of |
302b8db5fd89
modified lwlink to merge contiguous sections in the DECB output file to avoid the explosion of preambles
lost
parents:
182
diff
changeset
|
27 preambles that previously occurred |
184
220a760ec654
Make lwlink display all undefined references instead of bailing after the first one
lost
parents:
183
diff
changeset
|
28 [ ] LWLINK now displays *all* undefined symbols and references instead of |
220a760ec654
Make lwlink display all undefined references instead of bailing after the first one
lost
parents:
183
diff
changeset
|
29 bailing out after the first one |
180 | 30 |
166 | 31 Version 2.2 |
32 | |
171 | 33 [*] created LWAR to manage library/archive files |
166 | 34 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN |
35 [+] .area alias for SECTION | |
36 [+] .globl alias for EXPORT; also accept name of symbol as operand | |
37 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC, | |
38 FCS, and FCN | |
39 [+] accept "*" has a prefix for base page addressing mode | |
168 | 40 [+] sections named "bss" or ".bss" in any case are now assumed to be |
41 BSS sections. The "!bss" flag can be used to remove that assumption. | |
169 | 42 [+] ignore lines starting with # to permit C pre-processor output to be used |
43 as input to lwasm | |
170
bf69160da467
Added ability to use 0x and 0X as prefixes for hexadecimal numbers
lost
parents:
169
diff
changeset
|
44 [+] allow "0x" and "0X" as prefixes to identify hexadecimal numbers |
171 | 45 [+] added support for a simple library/archive file format to LWLINK |
166 | 46 [b] actually show assembly errors when no list requested |
47 [b] pragma and --pragma now actually take multiple pragmas as documented | |
48 | |
148 | 49 Version 2.1 |
50 | |
51 [*] merged LWLINK (1.0) and LWASM to create LWTOOLS | |
52 [+] [LWASM] pragmas can be specified on the command line | |
53 [+] [LWASM] undefextern pragma added (undefined symbols treated as external) | |
54 [+] documentation | |
55 [b] [LWASM] made pragmas case insensitive | |
56 [b] [LWASM] made EXTERN symbols never be part of a section in symbol table | |
57 | |
58 | |
59 LWASM Version 2.0 | |
60 | |
61 [*] major rewrite of the entire assembler | |
62 [+] object file support | |
63 | |
64 | |
65 LWLINK Version 1.0 | |
66 | |
67 [*] initial released version |