Sp... neither of these warnings should be generarated for the program;
main() is there so it should be found and because -nostdlib was used, no
references to __main should be required?
I guess Atari gcc and linker seem to have different interpretation on symbol
naming, at least in the case of "-e" option...?