Mercurial > hg-old > index.cgi
comparison ChangeLog @ 250:0986834ec7d3 2.x
Added no-op .bank pseudo-op to support compiling gcc6809
author | lost |
---|---|
date | Thu, 26 Nov 2009 21:12:45 +0000 |
parents | e8d70b95ec41 |
children | f6af5791472c |
comparison
equal
deleted
inserted
replaced
249:b34071013404 | 250:0986834ec7d3 |
---|---|
22 [+] Decode known incomplete expression flags [LWOBJDUMP] | 22 [+] Decode known incomplete expression flags [LWOBJDUMP] |
23 [+] Allow symbol to appear after whitespace if specified with a trailing : | 23 [+] Allow symbol to appear after whitespace if specified with a trailing : |
24 to improve compatibility with gcc6809 output [LWASM] | 24 to improve compatibility with gcc6809 output [LWASM] |
25 [b] Treat incomplete reference flags as specified in docs [LWLINK] | 25 [b] Treat incomplete reference flags as specified in docs [LWLINK] |
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 | |
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 | |
30 [LWASM] | |
27 | 31 |
28 Version 2.5 | 32 Version 2.5 |
29 | 33 |
30 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] | 34 [!] Fixed error in the fix for invalid operands included in 2.4 [LWASM] |
31 [b] Fixed bug with "include" directive operand parsing [LWASM] | 35 [b] Fixed bug with "include" directive operand parsing [LWASM] |