comparison ChangeLog @ 251:f6af5791472c 2.x

Fixed default LWEX0 linkscript to include .ctors and .dtors sections
author lost
date Fri, 27 Nov 2009 22:04:05 +0000
parents 0986834ec7d3
children 4dc2a10997a6
comparison
equal deleted inserted replaced
250:0986834ec7d3 251:f6af5791472c
26 [ ] Changed default LWEX stack size to 1K [LWLINK] 26 [ ] Changed default LWEX stack size to 1K [LWLINK]
27 [+] Accept ".bank" pseudo op and ignore it; bank support may be provided 27 [+] Accept ".bank" pseudo op and ignore it; bank support may be provided
28 in the future if a reasonable model for such is determined; currently 28 in the future if a reasonable model for such is determined; currently
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,
32 and related section [LWLINK]
31 33
32 Version 2.5 34 Version 2.5
33 35
34 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] 36 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM]
35 [b] Fixed bug with "include" directive operand parsing [LWASM] 37 [b] Fixed bug with "include" directive operand parsing [LWASM]