comparison ChangeLog @ 248:e8d70b95ec41 2.x

Fixed various problems with determining which files to include in the output and also fixed problem identifying which files actually resolved symbols
author lost
date Sun, 22 Nov 2009 05:46:31 +0000
parents c602f6eca3ed
children 0986834ec7d3
comparison
equal deleted inserted replaced
247:d8b5ff5c4ef9 248:e8d70b95ec41
13 13
14 Version 2.6 14 Version 2.6
15 15
16 [!] Fixed symbol resolution so all externally referenced objects, including 16 [!] Fixed symbol resolution so all externally referenced objects, including
17 within library archives, are properly included [LWLINK] 17 within library archives, are properly included [LWLINK]
18 [!] Fixed bug that prevented setting non-default stack size for LWEX [LWLINK]
18 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol 19 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol
19 without an actual external reference - a zero-width external reference 20 without an actual external reference - a zero-width external reference
20 so to speak [LWASM,LWLINK] 21 so to speak [LWASM,LWLINK]
21 [+] Decode known incomplete expression flags [LWOBJDUMP] 22 [+] Decode known incomplete expression flags [LWOBJDUMP]
22 [+] Allow symbol to appear after whitespace if specified with a trailing : 23 [+] Allow symbol to appear after whitespace if specified with a trailing :
23 to improve compatibility with gcc6809 output [LWASM] 24 to improve compatibility with gcc6809 output [LWASM]
24 [b] Treat incomplete reference flags as specified in docs [LWLINK] 25 [b] Treat incomplete reference flags as specified in docs [LWLINK]
25 [ ] Changed default LWEX stack size to 1K 26 [ ] Changed default LWEX stack size to 1K [LWLINK]
26 27
27 Version 2.5 28 Version 2.5
28 29
29 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] 30 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]
30 [b] Fixed bug with "include" directive operand parsing [LWASM] 31 [b] Fixed bug with "include" directive operand parsing [LWASM]