> This would be a nice way to tell LLVM not to treat "main()" specially > too, which irritates some clients who start execution at _start. :) What special things does LLVM do with main? I would have expected all functions with external linkage to be treated as possible program entry points... Ciao, Duncan.