comparison ChangeLog @ 244:c8bcc396ec59 2.x

Allow symbols to appear after whitespace when terminated by :
author lost
date Wed, 16 Sep 2009 00:29:06 +0000
parents f9f01a499525
children eb499c146c0d
comparison
equal deleted inserted replaced
243:f9f01a499525 244:c8bcc396ec59
15 15
16 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol 16 [+] Added "EXTDEP" pseudo op to force a dependency on an external symbol
17 without an actual external reference - a zero-width external reference 17 without an actual external reference - a zero-width external reference
18 so to speak [LWASM,LWLINK] 18 so to speak [LWASM,LWLINK]
19 [+] Decode known incomplete expression flags [LWOBJDUMP] 19 [+] Decode known incomplete expression flags [LWOBJDUMP]
20 [+] Allow symbol to appear after whitespace if specified with a trailing :
21 to improve compatibility with gcc6809 output [LWASM]
20 [b] Treat incomplete reference flags as specified in docs [LWLINK] 22 [b] Treat incomplete reference flags as specified in docs [LWLINK]
21 23
22 Version 2.5 24 Version 2.5
23 25
24 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] 26 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]