It seems that .type start,@function .type _start,@function .type __start,@function is missing from most of elf/start.S. On some platforms, the dissambler won't dissamble if a symbol is not a function. Should I send a patch to fix it? H.J.