comparison ChangeLog @ 254:c7a41b4c89b3 2.x

Added struct support to LWASM
author lost
date Sat, 19 Dec 2009 06:38:43 +0000
parents c537a3a723fc
children 6363b9ebf825
comparison
equal deleted inserted replaced
253:c537a3a723fc 254:c7a41b4c89b3
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 [!] Fixed bug that prevented setting non-default stack size for LWEX [LWLINK]
19 [+] Added structure support (struct, endstruct) [LWASM]
19 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol 20 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol
20 without an actual external reference - a zero-width external reference 21 without an actual external reference - a zero-width external reference
21 so to speak [LWASM,LWLINK] 22 so to speak [LWASM,LWLINK]
22 [+] Decode known incomplete expression flags [LWOBJDUMP] 23 [+] Decode known incomplete expression flags [LWOBJDUMP]
23 [+] Allow symbol to appear after whitespace if specified with a trailing : 24 [+] Allow symbol to appear after whitespace if specified with a trailing :