comparison ChangeLog @ 253:c537a3a723fc 2.x

Fixed obscure comment detection bug
author lost
date Wed, 09 Dec 2009 03:59:26 +0000
parents 4dc2a10997a6
children c7a41b4c89b3
comparison
equal deleted inserted replaced
252:4dc2a10997a6 253:c537a3a723fc
29 this is just provided for compatibility with the gcc6809 build process 29 this is just provided for compatibility with the gcc6809 build process
30 [LWASM] 30 [LWASM]
31 [b] Fixed default linkscript for LWEX0 format to include the .ctors, .dtors, 31 [b] Fixed default linkscript for LWEX0 format to include the .ctors, .dtors,
32 and related section [LWLINK] 32 and related section [LWLINK]
33 [!] Fixed problem outputting LWEX0 binaries with non-zero BSS size [LWLINK] 33 [!] Fixed problem outputting LWEX0 binaries with non-zero BSS size [LWLINK]
34 [ ] Added rejection for comment not starting at start of line but which
35 looks like a symbol (single word ending in :, no space after ; or *)
36 [LWASM]
34 37
35 Version 2.5 38 Version 2.5
36 39
37 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] 40 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]
38 [b] Fixed bug with "include" directive operand parsing [LWASM] 41 [b] Fixed bug with "include" directive operand parsing [LWASM]