]> git.sur5r.net Git - cc65/commit
Fix for: cc65 forgetting to emit labels (Alan Cox) 137/head
authorSpiro Trikaliotis <spiro.trikaliotis@gmx.de>
Tue, 14 Oct 2014 11:32:58 +0000 (13:32 +0200)
committerSpiro Trikaliotis <spiro.trikaliotis@gmx.de>
Tue, 14 Oct 2014 11:32:58 +0000 (13:32 +0200)
commitf4f879283db8ce2865b1d028cd968fe2236e997b
tree38ab24bedc5e2813dc236a0465005d1bc29860f2
parentd0aef118ac7d64a84b5984be2a2e0e207e475f1d
Fix for: cc65 forgetting to emit labels (Alan Cox)

Alan Cox provided this on 2014-10-02 on the cc65.org mailing list:

http://www.cc65.org/mailarchive/2014-10/11673.html
[...]
It breaks in several spots with cc65 where cc65 forgets to emit the
labels for the goto statements - the code is there but with no label
and it them blows up linking
[...]

He also provided a fix:
http://www.cc65.org/mailarchive/2014-10/11675.html

which was approved by Uz:
http://www.cc65.org/mailarchive/2014-10/11679.html

This is the patch of Alan Cox, adjusted only to the new locations on
cc65/github.
src/cc65/symtab.c