Mercurial > hg-old > index.cgi
annotate ChangeLog @ 205:42df94f30d82
checkpoint
author | lost |
---|---|
date | Sun, 19 Apr 2009 17:44:46 +0000 |
parents | 048ebb85f6ef |
children | 299c5d793aca |
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 | |
190 | 23 [+] added support for "sym=expr" in the opcode field; this will define a |
24 global symbol (non-section) if it resolves to a constant | |
191 | 25 [+] added operator ~ as a prefix operator for a 1s complement in LWASM |
192
bfd0fb0a85c2
Allow exporting multiple symbols on a single directive
lost
parents:
191
diff
changeset
|
26 [+] allow exporting multiple symbols (export sym,sym,sym...) |
204
048ebb85f6ef
Added 8 bit external references for base page addressing mode
lost
parents:
192
diff
changeset
|
27 [+] allow extern references in base page addresing mode (LWASM) |
048ebb85f6ef
Added 8 bit external references for base page addressing mode
lost
parents:
192
diff
changeset
|
28 [+] handle 8 bit external references (LWLINK) |
182
833d392fec82
Arranged for lwasm and lwlink to remove the output file in case they fail
lost
parents:
180
diff
changeset
|
29 [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
|
30 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
|
31 [ ] 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
|
32 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
|
33 preambles that previously occurred |
184
220a760ec654
Make lwlink display all undefined references instead of bailing after the first one
lost
parents:
183
diff
changeset
|
34 [ ] 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
|
35 bailing out after the first one |
180 | 36 |
166 | 37 Version 2.2 |
38 | |
171 | 39 [*] created LWAR to manage library/archive files |
166 | 40 [+] cescapes pragma to allow C-style string escapes in FCC, FCS, and FCN |
41 [+] .area alias for SECTION | |
42 [+] .globl alias for EXPORT; also accept name of symbol as operand | |
43 [+] various compatibility directive aliases for FCB, FDB, FQB, RMB, FCC, | |
44 FCS, and FCN | |
45 [+] accept "*" has a prefix for base page addressing mode | |
168 | 46 [+] sections named "bss" or ".bss" in any case are now assumed to be |
47 BSS sections. The "!bss" flag can be used to remove that assumption. | |
169 | 48 [+] ignore lines starting with # to permit C pre-processor output to be used |
49 as input to lwasm | |
170
bf69160da467
Added ability to use 0x and 0X as prefixes for hexadecimal numbers
lost
parents:
169
diff
changeset
|
50 [+] allow "0x" and "0X" as prefixes to identify hexadecimal numbers |
171 | 51 [+] added support for a simple library/archive file format to LWLINK |
166 | 52 [b] actually show assembly errors when no list requested |
53 [b] pragma and --pragma now actually take multiple pragmas as documented | |
54 | |
148 | 55 Version 2.1 |
56 | |
57 [*] merged LWLINK (1.0) and LWASM to create LWTOOLS | |
58 [+] [LWASM] pragmas can be specified on the command line | |
59 [+] [LWASM] undefextern pragma added (undefined symbols treated as external) | |
60 [+] documentation | |
61 [b] [LWASM] made pragmas case insensitive | |
62 [b] [LWASM] made EXTERN symbols never be part of a section in symbol table | |
63 | |
64 | |
65 LWASM Version 2.0 | |
66 | |
67 [*] major rewrite of the entire assembler | |
68 [+] object file support | |
69 | |
70 | |
71 LWLINK Version 1.0 | |
72 | |
73 [*] initial released version |