]> Shamusworld >> Repos - rmac/commit - sect.c
Fixed compiler not checking for INCBIN in BSS sections.
authorShamus Hammons <jlhamm@acm.org>
Sat, 2 Feb 2013 21:04:59 +0000 (15:04 -0600)
committerShamus Hammons <jlhamm@acm.org>
Sat, 2 Feb 2013 21:04:59 +0000 (15:04 -0600)
commit2cc3049ac981e8485698b7592397bd66ddb5d9d0
tree360687fa2be9c5a71c0e6fe064de099631cc9ea6
parentdaf2f61a3664329ae7f9609e1e14da2b8780fd10
Fixed compiler not checking for INCBIN in BSS sections.

Apparently the compiler did not care if an INCBIN happened in a BSS
section or not. Now the compiler cares and gives an error if you try to
do this terrible, terrible thing. :-D
direct.c
sect.c