- fixed relocations to sections which dont have symbols and thus the sections were not being mapped into memory. a section is create when you statically initialize a variable in c++. no symbol is made to this data...
- every .rdata/.data section now gets mapped all at once... this is not much different then how it was before since each string is in its own section.
- fixed jump table issues, (-Xclang -fno-jump-tables) must be used.
- fixed thread local storage not being supported. (/Zc:threadSafeInit-)
- removed clang from the project since there is no need for it, the clang installed by visual studios has mcmodel=large... brutal.... lol....