The skeleton code for ELF binary generation for ARM platform.
The code is "almost" able to statically link the simplest case of void main() { return 0; } sample.
Added all needed relocations, GOT and TLS handling.
Some of these may still be improper which causes segfaults.
80 columns.